-
Set up development environment:
make dev-setup
-
Activate virtual environment:
source .venv/bin/activate -
Run tests:
make test -
Build the package:
make build
Run make help to see all available commands.
make dev-setup- Set up development environment with dependenciesmake test- Run all testsmake test-unit- Run only unit testsmake test-integration- Run only integration testsmake build- Build the packagemake clean- Clean build artifactsmake check-lint- Run lintermake check-format- Run formatter in 'check' modemake check-types- Run type checkingmake check- Run all the checksmake fix- Autofix everything possible (e.g. run formatter in format mode)
- Python 3.13
- Make
- Prefer empty
__init__.pyfiles. See #56.