Python client for Terminus DB
Project description
Terminus Client Python
Python terminus client for TerminusDB API and WOQLpy
Note: this Python client is only compatible with TerminusDB 1.0 and will no longer be maintained, please check terminusdb.com for latest new regarding Python clients
Requirements
- TerminusDB
- [Python >= 3.6]
Installation
- 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]
if you are installing form zsh
you have to quote the argument like this:
python -m pip install 'terminus-client-python[dataframe]'
- Install from source:
python -m pip install git+https://github.com/terminusdb/terminus-client-python.git
Usage
For the full Documentation
Tutorials
Visit terminus-tutorials for tutorial scripts
Testing
-
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 tests
Report Issues
If 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.
Contribute
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.
Licence
GNU General Public License v3 (GPLv3)
Copyright (c) 2019
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file terminus-client-python-0.0.21.tar.gz
.
File metadata
- Download URL: terminus-client-python-0.0.21.tar.gz
- Upload date:
- Size: 42.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62152a3543df3592baa9da48e6b81584c171443fc8a0c5b1250750ef83dbce38 |
|
MD5 | 09b3c605e0e3119e359e146da6656b2d |
|
BLAKE2b-256 | f6613450b79d244e4eb19b2439d3067062e364bcc404b38295a4e2d160237b97 |