Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

C-Accel-CRIPT/sdk-archive

Repository files navigation

CRIPT Python SDK

CRIPT Logo

License Python Code style is black Link to CRIPT website CRIPT Blog Link Material MkDocs

What is it?

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.


Installation

CRIPT Python SDK requires Python 3.9+

The latest released of CRIPT Python SDK is available on Python Package Index (PyPI)

pip install cript

Documentation

To learn more about the CRIPT Python SDK please check the CRIPT-SDK documentation


Release Notes

For updates and release notes please visit the CRIPT blog

Software development

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.