Development
Install development dependencies and run the test suite with uv.
uv sync --dev
uv run pytest
Build Package
uv build
Publish Package
uv publish
Build Docs Locally
uv sync --group docs
uv run mkdocs build --strict
Install development dependencies and run the test suite with uv.
uv sync --dev
uv run pytest
uv build
uv publish
uv sync --group docs
uv run mkdocs build --strict