.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/README.md
.github/workflows/pr-check.yml
.github/workflows/pypi_release.yml
.github/workflows/tests.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/fetch.rst
docs/source/fetcher.rst
docs/source/format_data.rst
docs/source/formatter.rst
docs/source/index.rst
docs/source/install.rst
docs/source/locate.rst
docs/source/locator.rst
docs/source/quickstart.rst
docs/source/_static/adata_query.header.dark_mode.png
docs/source/_static/adata_query.header.png
docs/source/_static/adata_query.logo.png
docs/source/_static/magnifying_glass.faded.png
docs/source/_static/magnifying_glass.png
docs/source/_static/css/custom.css
notebooks/anndata_query_tutorial.ipynb
src/adata_query/__init__.py
src/adata_query/__version__.py
src/adata_query/_logging.py
src/adata_query.egg-info/PKG-INFO
src/adata_query.egg-info/SOURCES.txt
src/adata_query.egg-info/dependency_links.txt
src/adata_query.egg-info/requires.txt
src/adata_query.egg-info/top_level.txt
src/adata_query/_core/__init__.py
src/adata_query/_core/_fetcher.py
src/adata_query/_core/_formatter.py
src/adata_query/_core/_locator.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/pypi_release_smoke_test.py
tests/test_fetcher.py
tests/test_formatter.py
tests/test_locator.py