This is the successor to the original CRIPT Python SDK. The new CRIPT Python SDK is still under development, and we will officially release it as soon as it is ready. For now please use the original CRIPT Python SDK
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.7+
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
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.
For development documentation to better understand the Python SDK code please visit the Python SDK Wiki
If you encounter any issues please let us know via issues section or discussion sections