LICENCE
README.md
pyproject.toml
setup.cfg
src/CSET/__init__.py
src/CSET/__main__.py
src/CSET/_common.py
src/CSET/graph.py
src/CSET.egg-info/PKG-INFO
src/CSET.egg-info/SOURCES.txt
src/CSET.egg-info/dependency_links.txt
src/CSET.egg-info/entry_points.txt
src/CSET.egg-info/requires.txt
src/CSET.egg-info/top_level.txt
src/CSET/operators/__init__.py
src/CSET/operators/constraints.py
src/CSET/operators/filters.py
src/CSET/operators/misc.py
src/CSET/operators/plot.py
src/CSET/operators/read.py
src/CSET/operators/write.py
src/CSET/recipes/__init__.py
tests/test_cli.py
tests/test_common.py
tests/test_graph.py
tests/test_recipes.py
tests/test_run_recipes.py