Skip to main content

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 via pnpm -C website docs:python).
  • Adapter examples (sdk/python/fleetforge/*_adapter.py) feed the Hello Fleet quickstart and How-to guides.

Development workflow

  1. Update proto/schema bindings.
  2. pnpm -C website docs:python to rebuild the Markdown under docs/reference/python/.
  3. Run pytest -q sdk/python before publishing.