.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/publish-pypi.yml
.github/workflows/run-tests.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/cellarr_array/__init__.py
src/cellarr_array.egg-info/PKG-INFO
src/cellarr_array.egg-info/SOURCES.txt
src/cellarr_array.egg-info/dependency_links.txt
src/cellarr_array.egg-info/not-zip-safe
src/cellarr_array.egg-info/requires.txt
src/cellarr_array.egg-info/top_level.txt
src/cellarr_array/core/__init__.py
src/cellarr_array/core/base.py
src/cellarr_array/core/dense.py
src/cellarr_array/core/helpers.py
src/cellarr_array/core/sparse.py
src/cellarr_array/dataloaders/__init__.py
src/cellarr_array/dataloaders/denseloader.py
src/cellarr_array/dataloaders/iterabledataloader.py
src/cellarr_array/dataloaders/sparseloader.py
src/cellarr_array/dataloaders/utils.py
src/cellarr_array/utils/__init__.py
src/cellarr_array/utils/config.py
src/cellarr_array/utils/mock.py
tests/conftest.py
tests/test_all.py
tests/test_dense.py
tests/test_helpers.py
tests/test_inmemory.py
tests/test_iterable_loader.py
tests/test_map_loader.py
tests/test_sparse.py