.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
mypy.ini
pyproject.toml
renovate.json
tox.ini
.github/workflows/ci.yml
.github/workflows/pre-commit.yaml
conda.recipe/meta.yaml
etc/build-environment.yml
src/anaconda_catalogs/__init__.py
src/anaconda_catalogs/catalog.py
src/anaconda_catalogs/exceptions.py
src/anaconda_catalogs/py.typed
src/anaconda_catalogs.egg-info/PKG-INFO
src/anaconda_catalogs.egg-info/SOURCES.txt
src/anaconda_catalogs.egg-info/dependency_links.txt
src/anaconda_catalogs.egg-info/entry_points.txt
src/anaconda_catalogs.egg-info/requires.txt
src/anaconda_catalogs.egg-info/top_level.txt
tests/test_catalogs.py