Installing sparql-clientΒΆ

The sparql-client library is available from PyPI and has no dependencies. Installation is as simple as:

pip install sparql-client

We recommend also instlaling python-dateutil, to enable parsing of dates and times from query results.

Previous topic

Welcome to sparql-client!

Next topic

sparql module

This Page