.cruft.json
.gitignore
.pre-commit-config-weekly.yaml
.pre-commit-config.yaml
Dockerfile
LICENSE
Makefile
README.md
environment-minver.yml
environment.yml
pyproject.toml
setup.cfg
.github/workflows/on-push.yml
coucal/__init__.py
coucal/_language.py
coucal/_options.py
coucal/aggregate.py
coucal/climate.py
coucal/version.py
coucal.egg-info/PKG-INFO
coucal.egg-info/SOURCES.txt
coucal.egg-info/dependency_links.txt
coucal.egg-info/requires.txt
coucal.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/_static/.gitkeep
docs/_templates/.gitkeep
notebooks/aggregate.ipynb
notebooks/climate.ipynb
notebooks/requirements-for-notebooks.txt
tests/test_00_version.py