package documentation
DataGraphs Python client library.
| Module | client |
DataGraphs API client for interacting with the DataGraphs service. |
| Module | dataset |
Dataset representation for DataGraphs projects. |
| Module | enums |
No module docstring; 3/3 classes documented |
| Module | gateway |
Gateway for synchronising data between the filesystem and a DataGraphs project. |
| Module | schema |
Schema definition and manipulation for DataGraphs domain models. |
| Module | utils |
URN parsing, project-name mapping, and schema transformation utilities. |
From __init__.py:
| Class | |
Low-level HTTP client for the DataGraphs REST API. |
| Class | |
Represents a dataset within a DataGraphs project. |
| Class | |
Higher-level wrapper for deploying projects and bulk import/export of data. |
| Class | |
In-memory representation of a DataGraphs domain model schema. |
| Exception | |
Raised when authentication or authorisation fails. |
| Exception | |
Base exception for DataGraphs client errors. |
| Variable | __version__ |
The installed version of the pydatagraphs package, read from package metadata. |