.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE.txt
README.md
environment-dev.yml
environment.yml
pyproject.toml
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/.rst
docs/Makefile
docs/api.rst
docs/conf.py
docs/environment.yml
docs/index.rst
docs/usage.ipynb
fetch_data/__init__.py
fetch_data/_version.py
fetch_data/catalog.py
fetch_data/core.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