Metadata-Version: 2.1
Name: decentriq-platform
Version: 0.24.4.dev1
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: asn1crypto (>=1.5.1,<2.0.0)
Requires-Dist: cbor2 (>=5.4.6,<6.0.0)
Requires-Dist: certifi (>=2023.7.22,<2024.0.0)
Requires-Dist: chily (>=0.8.0,<0.9.0)
Requires-Dist: cryptography (>=42.0.2,<43.0.0)
Requires-Dist: decentriq-dcr-compiler (==0.6.0.dev3)
Requires-Dist: ecdsa (>=0.18.0,<0.19.0)
Requires-Dist: pem (>=21.2.0,<22.0.0)
Requires-Dist: protobuf (==4.21.9)
Requires-Dist: pyOpenSSL (>=24.0.0,<25.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: sgx-ias-structs (>=0.1.8,<0.2.0)
Requires-Dist: sqloxide (>=0.1.26,<0.2.0)
Requires-Dist: typing-extensions (>=4.4.0,<5.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.

## Development

### Known Issues

#### Poetry cannot find recently released package
If you release a new `decentriq_dcr_compiler` package and want to run
`poetry lock --no-update` to update the lock file, then you might need to
`poetry cache clear --all .` first in order to have poetry be able to pick
up the recently released version.

