anuzzolese / pyrml

pyRML is a Python based engine for processing RML files. The RDF Mapping Language (RML) is a mapping language defined to express customized mapping rules from heterogeneous data structures and serializations to the RDF data model. RML is defined as a superset of the W3C-standardized mapping language R2RML, aiming to extend its applicability and broaden its scope, adding support for data in other structured formats.
Apache License 2.0
33 stars 12 forks source link

change the name of the package and make a Release. #12

Open broeder-j opened 6 months ago

broeder-j commented 6 months ago

Hi, thanks for your work. I would like to use it in a project, because this repo is the access to RML when using python.

But there is no Release, there is no pypi upload. So one can only install an unstable branch directly from github. Also there cannot be a pypi upload because there is already a package with this name: https://pypi.org/project/pyrml/

So I would suggestion you consider a name change, prior a Release.

Beste regards

anuzzolese commented 2 months ago

Hi @broeder-j,

thanks for your comment and sorry for the late reply. Do you want to help us and contribute to PyRML by adding the feature you are suggesting?