Skip to content

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