Jumpstarter Python

May 26, 2026 ยท View on GitHub

The Python implementation of Jumpstarter: client libraries, the jmp CLI, hardware drivers, and the testing framework. This directory is managed as a uv workspace.

Development

make build-python
make test
make lint-fix

uv run ruff check .
uv run ruff format .