Development

Getting Started

Clone the repo and install in editable mode with the docs and dev extras:

pip install -e '.[docs,dev]'

Running Tests

Run the test suite with:

just test

Run tests with coverage:

just coverage

Run the type checker:

just mypy