.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
Dockerfile
LICENSE
README.md
codecov.yml
dev-requirements.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/main.yaml
.github/workflows/pre-commit.yaml
.github/workflows/release.yaml
ci/py3.7.yml
ci/py3.8.yml
ci/py3.9.yml
docs/Makefile
docs/api.md
docs/bakeries.md
docs/conf.py
docs/contribute.md
docs/execution.md
docs/index.md
docs/make.bat
docs/recipes.md
docs/requirements.txt
docs/_static/custom.css
docs/_static/pangeo-forge-logo-blue.png
docs/tutorials/cmip6-recipe.ipynb
docs/tutorials/index.md
docs/tutorials/multi_variable_recipe.ipynb
docs/tutorials/ncei-woa-screenshot.png
docs/tutorials/netcdf_zarr_sequential.ipynb
docs/tutorials/terraclimate.ipynb
examples/oisst-avhrr-v02r01-pipeline.py
examples/oisst-avhrr-v02r01.py
pangeo_forge/README.md
pangeo_forge/__init__.py
pangeo_forge/executors.py
pangeo_forge/patterns.py
pangeo_forge/recipe.py
pangeo_forge/storage.py
pangeo_forge/utils.py
pangeo_forge.egg-info/PKG-INFO
pangeo_forge.egg-info/SOURCES.txt
pangeo_forge.egg-info/dependency_links.txt
pangeo_forge.egg-info/entry_points.txt
pangeo_forge.egg-info/not-zip-safe
pangeo_forge.egg-info/requires.txt
pangeo_forge.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/http_auth_server.py
tests/test_fixtures.py
tests/test_locking.py
tests/test_patterns.py
tests/test_recipes.py
tests/test_utils.py