.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE.txt
README.md
environment.yml
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/linting.yaml
.github/workflows/release.yaml
.github/workflows/test.yaml
ci/environment-py3.10.yml
ci/environment-py3.8.yml
ci/environment-py3.9.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/demo_overview.md
docs/environment.yml
docs/index.rst
intake_axds/__init__.py
intake_axds/_version.py
intake_axds/axds_cat.py
intake_axds/utils.py
intake_axds.egg-info/PKG-INFO
intake_axds.egg-info/SOURCES.txt
intake_axds.egg-info/dependency_links.txt
intake_axds.egg-info/entry_points.txt
intake_axds.egg-info/not-zip-safe
intake_axds.egg-info/requires.txt
intake_axds.egg-info/top_level.txt
tests/test_axds_cat.py
tests/test_utils.py