Installing the SDK
Add the Python SDK to your project to call the Dime.Scheduler API from Python. It ships on PyPI as dimescheduler, needs Python 3.9 or newer, and depends only on httpx. Pick your package manager below and run the command.
- pip
- uv
- poetry
pip install dimescheduler
uv add dimescheduler
poetry add dimescheduler
Status: alpha
The SDK is currently in alpha. Builds tagged 0.1.x are prereleases, so package managers won't pick them up unless you opt in:
pip install --pre dimescheduler
With the package installed, the last thing you need is an API key: