Metadata-Version: 2.4
Name: decentriq-platform
Version: 0.40.0.dev0
Summary: Python client library for the Decentriq platform
Author: decentriq
Author-email: opensource@decentriq.com
Requires-Python: >=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: asn1crypto (>=1.5.1,<2.0.0)
Requires-Dist: chily (>=0.9.0,<0.10.0)
Requires-Dist: cryptography (>=42,<47)
Requires-Dist: decentriq-dcr-compiler (==0.19.10)
Requires-Dist: decentriq-transparency-verification (==0.2.0)
Requires-Dist: deprecated (>=1.3.1,<2.0.0)
Requires-Dist: pem (>=21.2.0,<22.0.0)
Requires-Dist: protobuf (>=5.29.5,<6.0.0)
Requires-Dist: pyOpenSSL (>=23.2,<26)
Requires-Dist: requests (>=2.32.4,<3.0.0)
Requires-Dist: sgx-ias-structs (>=0.2.0,<0.3.0)
Requires-Dist: typing-extensions (>=4.12.0,<5.0.0)
Project-URL: Homepage, https://github.com/decentriq/decentriq-platform
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](https://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/ and can be installed via the Python package manager `pip`.

Please refer to the [official documentation](https://docs.decentriq.com/sdk/getting-started) 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.

