Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 62856f0be9db3007fd571fd70654c07e > files > 34

python3-sparqlwrapper-1.5.2-7.mga5.noarch.rpm


SPARQL Endpoint interface to Python
-----------------------------------

The distribution contains:

- SPARQLWrapper: the Python library. You should copy the directory 
  somewhere into your PYTHONPATH. Alternatively, you can also run 
  the disutils scrips:

        python setup.py install
  
- script/example.py: a basic example of the library using the public
  end-point of DBpedia.
  
- scripts/sparql.py: to run a SPARQL SELECT query stored in an external 
  file. The URIs for the SPARQL services have to be updated for local 
  use.