RDFLib / sparqlwrapper

A wrapper for a remote SPARQL endpoint
https://sparqlwrapper.readthedocs.io/
Other
513 stars 121 forks source link

CLI is not available #165

Open white-gecko opened 3 years ago

white-gecko commented 3 years ago

There is a script called sparql.py in scripts (https://github.com/RDFLib/sparqlwrapper/blob/master/scripts/sparql.py) but if I install sparqlwrapper with pip, the script is not added to my path.

eggplants commented 2 years ago

I added CLI to package console script. You can try:

$ git clone --depth 1 https://github.com/RDFLib/sparqlwrapper
$ cd sparqlwrapper
$ pip install -e .
$ rqw -h
eggplants commented 2 years ago

CLI is available on 2.0.0!