Development
Development guide for {{package-name-kebab-case}}
Development Guide
This guide covers development workflows for {{package-name-kebab-case}}.
Development Environment
Nix Development Shell
For the most reproducible development experience:
nix developUV Virtual Environment
For Python-only development:
uv sync
source .venv/bin/activateConda Environment
Using pixi for conda compatibility:
pixi shellCommon Tasks
Running Tests
just testLinting and Type Checking
just lint
just typeRunning All Checks
just checkDocumentation
Building Documentation
just docs-buildLive Preview
just docs-devContributing
Please see our contribution guidelines for more information.