Skip to content

orcestra-campaign/pyorcestra

Repository files navigation

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