.gitignore
.pre-commit-config.yaml
LICENSE
README.md
environment.yaml
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/ci.yaml
.github/workflows/release.yaml
ci/environment.yml
pangeo_forge_cordex/__init__.py
pangeo_forge_cordex/_version.py
pangeo_forge_cordex/catalog.py
pangeo_forge_cordex/esgf_access.py
pangeo_forge_cordex/parsing.py
pangeo_forge_cordex/recipe.py
pangeo_forge_cordex/utils.py
pangeo_forge_cordex.egg-info/PKG-INFO
pangeo_forge_cordex.egg-info/SOURCES.txt
pangeo_forge_cordex.egg-info/dependency_links.txt
pangeo_forge_cordex.egg-info/not-zip-safe
pangeo_forge_cordex.egg-info/requires.txt
pangeo_forge_cordex.egg-info/top_level.txt
tests/__init__.py
tests/test_parsing.py
tests/test_recipe_creation.py