How to Install
Requirements
The Python SDK supports Python 3.9+ and works with most modern Python environments.Module Systems
The Python SDK works with standard Python import syntax:IDE Support
For PyCharm users, install the PyCharm Pydantic Plugin for better integration with Pydantic models.Alternative Installation Methods
Shell and Script Usage with uv
You can use this SDK in a Python shell with uv and the uvx
command:
uv run script.py
where script.py
can be replaced with the actual file name.