Sirocco is a library for creating weather and climate workflows from a yaml format inspired by cylc using AiiDA as workflow engine.
To install it please use
pip install -e .
To manage the repo we use [hatch]{.title-ref} please install it
pip install hatch
hatch test # run tests
hatch fmt # run formatting
hatch run docs:build # build docs
hatch run docs:serve # live preview of doc for development