Python terminus client for TerminusDB API and WOQLpy
- TerminusDB
- [Python >= 3.6]
- Terminus Client Python can be download form PyPI using pip:
python -m pip install terminus-client-python
this only include the core Python Client and WOQLQuery.
If you want to use woqlDataframe:
python -m pip install terminus-client-python[dataframe]
- Install from source:
python -m pip install git+https://github.com/terminusdb/terminus-client-python.git
For the full Documentation
Visit terminus-tutorials for tutorial scripts
-
Clone this repository
git clone https://github.com/terminusdb/terminus-client-python.git -
Install all development dependencies and run tests
$ make- To run tests only
$ pytest testsIf you have encounter any issues, please report it with your os and environment setup, version that you are using and a simple reproducible case.
If you encounter other questions, you can ask in our community forum or Slack channel.
It will be nice, if you open an issue first so that we can know what is going on, then, fork this repo and push in your ideas. Do not forget to add a bit of test(s) of what value you adding.
Please check Contributing.md for more information.
GNU General Public License v3 (GPLv3)
Copyright (c) 2019