Contributing

Thanks for your interest in improving BPM! This project welcomes PRs and issues.

Dev Setup

pip install -e .[dev]
pytest -q

Guidelines

  • Keep changes focused; add/update docs where relevant.
  • Match code style; run linters/tests locally.