Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 647 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 647 Bytes

Sirocco

Sirocco is a library for creating weather and climate workflows from a yaml format inspired by cylc using AiiDA as workflow engine.

Install

To install it please use

pip install -e .

Developer tools

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

Resources