Craft AI MLOps platform SDK
Project description
Craft AI Python SDK
This Python SDK lets you interact with Craft AI MLOps Platform.
Installation
This project relies on Python 3.8+. 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_log
SDK parameter - Or setting the
SDK_VERBOSE_LOG
env var
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
craft_ai_sdk-0.33.0.tar.gz
(329.1 kB
view hashes)
Built Distribution
craft_ai_sdk-0.33.0-py3-none-any.whl
(334.9 kB
view hashes)
Close
Hashes for craft_ai_sdk-0.33.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66d342be95af5252d72b67d1969fe130d158f9ce457cc2c3cfca7edf581a1baa |
|
MD5 | baea08ddca7b373c62dae76574ae7e03 |
|
BLAKE2b-256 | acf9c4b67079c2c71c4ad49219b112a0b5ed696fc5547751a07bc4630a372c7f |