Skip to main content

Grakn Client for Python

Project description

Grakn Client for Python

CircleCI Slack Status Discussion Forum Stack Overflow Stack Overflow

Client Architecture

To learn about the mechanism that a Grakn Client uses to set up communication with keyspaces 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 GraknClient:

from grakn.client import GraknClient

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

grakn-client-1.8.1.tar.gz (425.2 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