Pre-release
This release is a pre-release and may not be stable for production use.
Craft AI Python SDK
This Python SDK lets you interact with Craft AI MLOps Platform.
Installation
This project relies on Python 3.10+. Once a supported version of Python is installed, you can install craft-ai-sdk from PyPI with:
pip install craft-ai-sdk
Basic usage
You can configure the SDK by instantiating the CraftAiSdk class in this way:
from craft_ai_sdk import CraftAiSdk
CRAFT_AI_SDK_TOKEN = # your access key obtained from your settings page
CRAFT_AI_ENVIRONMENT_URL = # url to your environment
sdk = CraftAiSdk(sdk_token=CRAFT_AI_SDK_TOKEN, environment_url=CRAFT_AI_ENVIRONMENT_URL)
If using the SDK in interactive mode, some additional feedbacks will be printed. You can force disable or enable those logs by either
- Setting the
verbose_logSDK parameter - Or setting the
SDK_VERBOSE_LOGenv var
Release files for craft-ai-sdk 0.74.5rc1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| craft_ai_sdk-0.74.5rc1.tar.gz | 394.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| craft_ai_sdk-0.74.5rc1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 446.7 kB
Release files / craft_ai_sdk-0.74.5rc1.tar.gz
| Download URL | craft_ai_sdk-0.74.5rc1.tar.gz |
|---|---|
| Size | 394.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9f3a319dca0cb91cce2b95c207b33ddddff9e44c32cbd3c07e762b5340be32fa
|
|
BLAKE2b-256 checksum How to use checksums |
4e5a9bf18e3c680fbee42527ce0fb68543f8aa849d6bb63a72e8c58841e7d351
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.12.14 Linux/6.17.0-1022-azure
|
Release files / craft_ai_sdk-0.74.5rc1-py3-none-any.whl
| Download URL | craft_ai_sdk-0.74.5rc1-py3-none-any.whl |
|---|---|
| Size | 52.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9d2d2f89c13cfc6fb8e6053be723e3a4fd6d62d951c02c17a6eaa90f86d0ee30
|
|
BLAKE2b-256 checksum How to use checksums |
616495ed5ea3dae061fe757293ae06c438d964de8538269e4aa115a8fb60dfb3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.12.14 Linux/6.17.0-1022-azure
|