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 develop

UV Virtual Environment

For Python-only development:

uv sync
source .venv/bin/activate

Conda Environment

Using pixi for conda compatibility:

pixi shell

Common Tasks

Running Tests

just test

Linting and Type Checking

just lint
just type

Running All Checks

just check

Documentation

Building Documentation

just docs-build

Live Preview

just docs-dev

Contributing

Please see our contribution guidelines for more information.