Skip to content
Marcus Klemm edited this page Mar 27, 2019 · 23 revisions

Install via PIP

To install the graphit python module via pip, run:

pip install git+https://github.com/arago/graphit-tool@library

IMPORTANT: The "library" branch of graphit-tool requires Python-3.4 or newer!

API Documentation

How to get authenticated and perform general REST operations.

Working with Graph Nodes (Vertices), Attachments and Timeseries.

Querying the Graph.

Exceptions that can be raised.

Examples