.coveragerc
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.rst
conftest.py
pyproject.toml
readthedocs.yaml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/misc.yml
.github/workflows/main.yaml
.github/workflows/pypi-release.yaml
.github/workflows/release-drafter.yml
.github/workflows/testpypi-release.yaml
asv_bench/asv.conf.json
asv_bench/benchmarks/__init__.py
asv_bench/benchmarks/accessors.py
asv_bench/benchmarks/batches.py
asv_bench/benchmarks/generators.py
asv_bench/benchmarks/loaders.py
ci/requirements/asv.yml
ci/requirements/doc.yml
ci/requirements/environment.yml
doc/Makefile
doc/api.rst
doc/conf.py
doc/contributing.rst
doc/demo.ipynb
doc/index.rst
doc/roadmap.rst
doc/tutorials-and-presentations.rst
doc/_static/logo.svg
doc/_static/switcher.json
doc/user-guide/caching.ipynb
doc/user-guide/index.rst
xbatcher/__init__.py
xbatcher/accessors.py
xbatcher/generators.py
xbatcher/testing.py
xbatcher.egg-info/PKG-INFO
xbatcher.egg-info/SOURCES.txt
xbatcher.egg-info/dependency_links.txt
xbatcher.egg-info/requires.txt
xbatcher.egg-info/top_level.txt
xbatcher/loaders/__init__.py
xbatcher/loaders/keras.py
xbatcher/loaders/torch.py
xbatcher/tests/__init__.py
xbatcher/tests/test_accessors.py
xbatcher/tests/test_generators.py
xbatcher/tests/test_keras_loaders.py
xbatcher/tests/test_print_versions.py
xbatcher/tests/test_torch_loaders.py
xbatcher/util/__init__.py
xbatcher/util/print_versions.py