Installation

Runtime Install

pip install sdsavior

Development Install

Install in editable mode with tooling:

pip install -e ".[dev]"

This includes:

  • pytest for tests
  • ruff for linting
  • mypy for type checking
  • mkdocs for docs build/serve

Build Docs Locally

Serve docs with live reload:

mkdocs serve

Create a static site:

mkdocs build