Skip to main content

Python client for Terminus DB

Project description

TerminusDB Client Python

build status Documentation Status

Python version of the TerminusDB client - for TerminusDB API and WOQLpy

Requirements

Installation

  • TerminusDB Client can be download form PyPI using pip: python -m pip install terminusdb-client

this only include the core Python Client (WOQLClient) and WOQLQuery.

If you want to use woqlDataframe:

python -m pip install terminusdb-client[dataframe]

if you are installing form zsh you have to quote the argument like this:

python -m pip install 'terminusdb-client[dataframe]'

  • Install from source:

python -m pip install git+https://github.com/terminusdb/terminusdb-client-python.git

Usage

For the full Documentation

Tutorials

Visit terminus-tutorials for tutorial scripts and Create TerminusDB Graph with Python Client for a python-specific one.

Testing

  • Clone this repository git clone https://github.com/terminusdb/terminusdb-client-python.git

  • Install all development dependencies

$ make init
  • To run test files only
$ pytest terminusdb_client/tests
  • To run full test
$ tox

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 Discord.

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

Apache License (Version 2.0)

Copyright (c) 2019

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

terminusdb-client-0.1.5.tar.gz (63.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page