.coverage
.gitignore
.pre-commit-config.yaml
CLAUDE.md
CONTRIBUTING.md
Example.ipynb
LICENSE
README.md
pyproject.toml
.github/workflows/build-and-push.yml
.github/workflows/tests.yml
src/reflective_data_catalog/__init__.py
src/reflective_data_catalog/data-catalog.yaml
src/reflective_data_catalog/esgf.py
src/reflective_data_catalog/esm.py
src/reflective_data_catalog/flexible_sources.py
src/reflective_data_catalog/help_text.py
src/reflective_data_catalog/main.py
src/reflective_data_catalog/py.typed
src/reflective_data_catalog/reflective_data.py
src/reflective_data_catalog/storage.py
src/reflective_data_catalog.egg-info/PKG-INFO
src/reflective_data_catalog.egg-info/SOURCES.txt
src/reflective_data_catalog.egg-info/dependency_links.txt
src/reflective_data_catalog.egg-info/requires.txt
src/reflective_data_catalog.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_catalog.py
tests/test_esgf.py
tests/test_esm.py
tests/test_flexible_sources.py
tests/test_storage.py