Grakn Client for Python
Project description
Grakn Client for Python
Client Architecture
To learn about the mechanism that a Grakn Client uses to set up communication with databases running on the Grakn Server, refer to Grakn > Client API > Overview.
API Reference
To learn about the methods available for executing queries and retrieving their answers using Client Python, refer to Grakn > Client API > Python > API Reference.
Concept API
To learn about the methods available on the concepts retrieved as the answers to Graql queries, refer to Grakn > Concept API > Overview
Install Grakn Client for Python through Pip
pip install grakn-client
If multiple Python versions are available, you may wish to use
pip3 install grakn-client
In your python program, import from grakn.client:
from grakn.client import *
client = Grakn.core_client(address=Grakn.DEFAULT_ADDRESS)
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 grakn-client-2.0.1.tar.gz
.
File metadata
- Download URL: grakn-client-2.0.1.tar.gz
- Upload date:
- Size: 37.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18d4beda2bcd24350b1768ed47ae806e89dd9ed43411f876b411b9c84ca20c71 |
|
MD5 | 25dc0231db61f1d88b3bbf9a973c316d |
|
BLAKE2b-256 | 333210ca7d4b2485ea33afadcbc841ed6c60092a661668380dddb352e50f5527 |