Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 482 Bytes

File metadata and controls

19 lines (13 loc) · 482 Bytes

Contributing to python-zero-spinner

Thanks for interest! This project uses uv for packaging and follows modern Python standards.

Quick Start

  1. Fork and clone
  2. uv sync --all-groups for dev env
  3. Use issue templates for bugs/features
  4. Submit PRs from feature branches

Development

  • 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.