Thanks for interest! This project uses uv for packaging and follows modern Python standards.
- Fork and clone
uv sync --all-groupsfor dev env- Use issue templates for bugs/features
- Submit PRs from feature branches
- Tests:
uv run pytest - Lint:
uv run ruff check . --fix - Type Checking:
uv run ty check - Build:
uv build
See pyproject.toml for classifiers, version, and license details.