.editorconfig
.gitignore
.pre-commit-config.yaml
LICENSE.txt
README.md
environment.yml
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
.github/workflows/release.yaml
.github/workflows/test.yaml
.github/workflows/optional/linting.yaml
ci/environment-py3.7.yml
ci/environment-py3.8.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/environment.yml
docs/index.rst
docs/new_section.rst
docs/new_section_notebook.ipynb
fetch_data/__init__.py
fetch_data/_version.py
fetch_data/catalog.py
fetch_data/download.py
fetch_data/utils.py
fetch_data.egg-info/PKG-INFO
fetch_data.egg-info/SOURCES.txt
fetch_data.egg-info/dependency_links.txt
fetch_data.egg-info/not-zip-safe
fetch_data.egg-info/requires.txt
fetch_data.egg-info/top_level.txt
tests/__init__.py
tests/example_catalog.yml
tests/instruction_catalog.yml
tests/test_download.py