SDK Installation
[!NOTE] > Python version upgrade policy Once a Python version reaches its official end of life date, a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.The SDK can be installed with either pip or poetry package managers.
PIP
PIP is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.Poetry
Poetry is a modern tool that simplifies dependency management and package publishing by using a singlepyproject.toml
file to handle project metadata and dependencies.
Shell and script usage with uv
You can use this SDK in a Python shell with uv and the uvx
command that comes with it like so:
uv run script.py
where
script.py
can be replaced with the actual file name.
SDK Example Usage
Example
Repository
GitHub
The full autogenerated documentation can be found on GitHub.