Quickstart
This template targets Python 3.12+ and assumes a standard src/ layout.
Local development setup:
python -m venv .venv
source .venv/bin/activate
make dev
make test
Run the bundled example:
make run-example
Build the docs:
make docs
This template targets Python 3.12+ and assumes a standard src/ layout.
Local development setup:
python -m venv .venv
source .venv/bin/activate
make dev
make test
Run the bundled example:
make run-example
Build the docs:
make docs