Quickstart ========== This package targets Python 3.12+ and follows a standard ``src/`` layout. Local development setup: .. code-block:: bash python -m venv .venv source .venv/bin/activate make dev make test Run the bundled example: .. code-block:: bash make run-example Build the docs: .. code-block:: bash make docs