Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 515 Bytes

File metadata and controls

19 lines (13 loc) · 515 Bytes

Contributing

Thanks for considering a contribution.

Development

pip install -e .
python -m pytest -q

Keep the package local-first and dependency-light. Do not add network calls, telemetry, or hosted services unless they are optional and documented.

Pull Requests

  • Include tests for behavior changes.
  • Keep user-facing strings in all bundled locales.
  • Do not commit local databases, notebook data, .env files, or credentials.
  • Run python -m pytest -q before opening a pull request.