Metadata-Version: 2.1
Name: decentriq-platform
Version: 0.12.0rc1
Summary: Python client library for the Decentriq platform
Home-page: https://github.com/decentriq/decentriq-platform
Author: decentriq
Author-email: opensource@decentriq.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: asn1crypto (>=1.4.0,<2.0.0)
Requires-Dist: certvalidator (>=0.11.1,<0.12.0)
Requires-Dist: chily (>=0.6.0,<0.7.0)
Requires-Dist: cryptography (>=3.4.8,<4.0.0)
Requires-Dist: ecdsa (>=0.17.0,<0.18.0)
Requires-Dist: oscrypto (>=1.2.1,<2.0.0)
Requires-Dist: pem (>=21.2.0,<22.0.0)
Requires-Dist: protobuf (>=3.18.0,<4.0.0)
Requires-Dist: requests (>=2.27.0,<3.0.0)
Requires-Dist: sgx-ias-structs (>=0.1.7,<0.2.0)
Requires-Dist: sqloxide (>=0.1.11,<0.2.0)
Requires-Dist: typing-extensions (>=3.10.0,<4.0.0)
Project-URL: Repository, https://github.com/decentriq/decentriq-platform
Description-Content-Type: text/markdown

# Decentriq - Python SDK

The Decentriq Python SDK exposes the [Decentriq platform](platform.decentriq.com)'s functionality via easy-to-use programming constructs and, as such, allows
users to interact with the platform in a programmatic way.

Releases of this library are hosted on [https://pypi.org/project/decentriq-platform/](pypi) and can be installed via the Python package manager `pip`.

Please refer to the [official documentation](https://docs.decentriq.com/python) for tutorials on how to install and use the
Decentriq Python SDK, as well as for detailed API documentation.

