Spanda Python SDK
Official Python client for Spanda Control Center API v1.
Install
From PyPI:
pip install spanda-sdk
pip install "spanda-sdk[stream]" # WebSocket telemetry
From this monorepo:
pip install -e sdk/python
# WebSocket telemetry
pip install -e "sdk/python[stream]"
Quick start
from spanda import SpandaClient
client = SpandaClient.local()
report = client.readiness("rover.sd")
print(report["report"])
Requires Control Center running:
spanda control-center serve --program examples/robotics/rover.sd
Environment
| Variable | Purpose |
|---|---|
SPANDA_CONTROL_CENTER_URL |
API base URL (default http://127.0.0.1:8080) |
SPANDA_API_KEY |
Bearer token for authenticated endpoints |
Documentation
Legacy client
Enterprise ops helpers (ControlCenterClient for drift, OTA, SRE) remain in packages/sdk-python.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spanda_sdk-0.5.7.tar.gz
(8.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spanda_sdk-0.5.7.tar.gz.
File metadata
- Download URL: spanda_sdk-0.5.7.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ccddb47320f94cedddaaf35fbb16ac00d8eb68a9677a4b50a4d690abf5d18cc
|
|
| MD5 |
00aa24947825c762e24bdf74188db5f7
|
|
| BLAKE2b-256 |
37b7b41373239dd9b7fa05fc87953ac86b74ecaa1040d3764af35ea3d58944f0
|
File details
Details for the file spanda_sdk-0.5.7-py3-none-any.whl.
File metadata
- Download URL: spanda_sdk-0.5.7-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e2128fc44a3d99eb1ca210709877ea3bf6ccb926c1198cc66e8d69af1f7ba15
|
|
| MD5 |
d5bda4c56b534abec63e913136ff219a
|
|
| BLAKE2b-256 |
f8f9269ac37103d00f546de7b27fe69097f20c1362debbdb9cd4a7b2c54b4be0
|