Skip to content

crosstuck/python-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndraDB python client Build Status

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.

Tests

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%