LICENSE
README.md
pyproject.toml
release_process.md
scripts/requirements-dev.txt
src/cellxgene_census/__init__.py
src/cellxgene_census/_experiment.py
src/cellxgene_census/_get_anndata.py
src/cellxgene_census/_open.py
src/cellxgene_census/_presence_matrix.py
src/cellxgene_census/_release_directory.py
src/cellxgene_census/_util.py
src/cellxgene_census.egg-info/PKG-INFO
src/cellxgene_census.egg-info/SOURCES.txt
src/cellxgene_census.egg-info/dependency_links.txt
src/cellxgene_census.egg-info/requires.txt
src/cellxgene_census.egg-info/top_level.txt
src/cellxgene_census/experimental/__init__.py
src/cellxgene_census/experimental/ml/__init__.py
src/cellxgene_census/experimental/ml/pytorch.py
src/cellxgene_census/experimental/pp/__init__.py
src/cellxgene_census/experimental/pp/_eager_iter.py
src/cellxgene_census/experimental/pp/_highly_variable_genes.py
src/cellxgene_census/experimental/pp/_online.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_acceptance.py
tests/test_directory.py
tests/test_get_anndata.py
tests/test_get_helpers.py
tests/test_open.py
tests/test_util.py
tests/experimental/__init__.py
tests/experimental/ml/__init__.py
tests/experimental/ml/test_pytorch.py
tests/experimental/pp/test_hvg.py
tests/experimental/pp/test_online.py