.gitignore
.pre-commit-config.yaml
.pypirc
LICENSE
Makefile
README.md
pyproject.toml
tests.xml
.vscode/extensions.json
.vscode/settings.json
benchmarks/conftest.py
benchmarks/utils/benchmark_tensorclass.py
sources/unicore/__init__.py
sources/unicore/catalog.py
sources/unicore/file_io.py
sources/unicore/file_io.pyi
sources/unicore.egg-info/PKG-INFO
sources/unicore.egg-info/SOURCES.txt
sources/unicore.egg-info/dependency_links.txt
sources/unicore.egg-info/requires.txt
sources/unicore.egg-info/top_level.txt
sources/unicore/datapipes/__init__.py
sources/unicore/datapipes/cache.py
sources/unicore/datapipes/io_wrap.py
sources/unicore/datapipes/join.py
sources/unicore/datapipes/pattern.py
sources/unicore/utils/datainfo.py
sources/unicore/utils/dataserial.py
sources/unicore/utils/dataset.py
sources/unicore/utils/decorators.py
sources/unicore/utils/descriptors.py
sources/unicore/utils/distributed.py
sources/unicore/utils/formatter.py
sources/unicore/utils/frozendict.py
sources/unicore/utils/generics.py
sources/unicore/utils/image.py
sources/unicore/utils/iopathlib.py
sources/unicore/utils/list.py
sources/unicore/utils/matchable.py
sources/unicore/utils/missing.py
sources/unicore/utils/module.py
sources/unicore/utils/pickle.py
sources/unicore/utils/registry.py
sources/unicore/utils/status.py
sources/unicore/utils/string.py
sources/unicore/utils/tensorclass.py
sources/unicore/utils/tensorclass.pyi
tests/conftest.py
tests/test_catalog.py
tests/test_file_io.py
tests/datapipes/test_io_wrap.py
tests/datapipes/test_join.py
tests/datapipes/test_pattern.py
tests/utils/test_dataserial.py
tests/utils/test_dataset.py
tests/utils/test_decorators.py
tests/utils/test_descriptors.py
tests/utils/test_frozendict.py
tests/utils/test_iopathlib.py
tests/utils/test_matchable.py
tests/utils/test_missing.py
tests/utils/test_pickle.py
tests/utils/test_tensorclass.py