Thanks for your interest! A few notes to keep the project tidy.
pip install -e ".[dev]"
pytest -q- Code is formatted with
ruff(line length 100). - Prefer small, focused pull requests with a clear description.
- New functionality should come with tests. The
alignandretrievalmodules are numpy-only and easy to unit-test with tiny synthetic inputs.
alignecho aims to stay a small, readable toolkit rather than a full framework. If a change adds a heavy dependency, please open an issue to discuss first.