Python SDK
The Python SDK (fleetforge) wraps the FleetForge Connect APIs, adapter helpers, and attestation utilities.
Install
uv pip install -e sdk/python
# or
pip install -e sdk/python
Docs
- Generated reference lives under
docs/reference/python/(regenerated viapnpm -C website docs:python). - Adapter examples (
sdk/python/fleetforge/*_adapter.py) feed the Hello Fleet quickstart and How-to guides.
Development workflow
- Update proto/schema bindings.
pnpm -C website docs:pythonto rebuild the Markdown underdocs/reference/python/.- Run
pytest -q sdk/pythonbefore publishing.