LICENCE
README.md
pyproject.toml
setup.cfg
src/CSET/__init__.py
src/CSET/__main__.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/_internal.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/operators/RECIPES/__init__.py
tests/test_cli.py
tests/test_constraints.py
tests/test_filters.py
tests/test_misc.py
tests/test_plots.py
tests/test_read.py
tests/test_recipe_parser.py
tests/test_write.py