orcestra-campaign / pyorcestra

Python tools around the ORCESTRA field campaign
MIT License
4 stars 13 forks source link

Python tools for ORCESTRA campaign

install

The latest released version can be installed using:

pip install orcestra

developing

This project uses ruff for code formatting and pre-commit to run the formatter automatically.

Please ensure that you have pre-commit configured locally by running:

pre-commit install