The CRIPT Python SDK allows programmatic access to the CRIPT platform. It can help automate uploading your data to CRIPT, and aims to allow for manipulation of your CRIPT data through the python language. This is a perfect tool for users who have python experience and have large amount of data to upload to CRIPT.
CRIPT Python SDK requires Python 3.9+
The latest released of CRIPT Python SDK is available on Python Package Index (PyPI)
pip install cript
To learn more about the CRIPT Python SDK please check the CRIPT-SDK documentation
For updates and release notes please visit the CRIPT blog
You are welcome to contribute code via PR to this repository.
For the developmet, we are using trunk.io to achieve a consistent coding style.
You can run ./trunk fmt
to auto-format your contributions and ./trunk check
to verify your contribution complies with our standard via trunk.
We will run the same test automatically before we are able to merge the code.
Please, let us know if there are any issues.