Skip to content

Latest commit

 

History

History

README.md

Jumpstarter Python

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 .