IndraDB's python client, which uses the REST API to enable graph queries and manipulation from python code.
See the api doc for more info.
To run tests, ensure you have the IndraDB applications in your PATH, then run:
virtualenv --no-site-packages venv
source venv/bin/activate && pip install tox nose requests
tox