.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
Makefile
README.md
figure.png
pyproject.toml
.github/workflows/ci.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/abbrev_long.bib
docs/conf.py
docs/index.rst
docs/make.bat
docs/references.bib
docs/requirements.txt
docs/_static/styles/my_theme.css
docs/_templates/copyright.html
docs/_templates/autoapi/index.rst
docs/_templates/autoapi/python/attribute.rst
docs/_templates/autoapi/python/class.rst
docs/_templates/autoapi/python/data.rst
docs/_templates/autoapi/python/exception.rst
docs/_templates/autoapi/python/function.rst
docs/_templates/autoapi/python/method.rst
docs/_templates/autoapi/python/module.rst
docs/_templates/autoapi/python/package.rst
docs/_templates/autoapi/python/property.rst
docs/explanation/architecture.rst
docs/explanation/comparison.rst
docs/explanation/integrity.rst
docs/explanation/performance.rst
docs/howto/automatic-encoding.rst
docs/howto/convert-archives.rst
docs/howto/merge-archives.rst
docs/howto/mount-fuse.rst
docs/howto/pytorch-dataloader.rst
docs/howto/shell-completions.rst
docs/howto/verify-repair.rst
docs/reference/cli.rst
docs/reference/file-format.rst
docs/reference/python-api.rst
docs/tutorials/getting-started.rst
docs/tutorials/image-datasets.rst
src/barecat/__init__.py
src/barecat/__main__.py
src/barecat/_api.py
src/barecat/_version.py
src/barecat/exceptions.py
src/barecat.egg-info/PKG-INFO
src/barecat.egg-info/SOURCES.txt
src/barecat.egg-info/dependency_links.txt
src/barecat.egg-info/entry_points.txt
src/barecat.egg-info/requires.txt
src/barecat.egg-info/top_level.txt
src/barecat/cli/__init__.py
src/barecat/cli/commands.py
src/barecat/cli/completions.py
src/barecat/cli/impl.py
src/barecat/cli/legacy.py
src/barecat/cli/main.py
src/barecat/cli/shell.py
src/barecat/completions/__init__.py
src/barecat/completions/barecat.bash
src/barecat/completions/barecat.zsh
src/barecat/core/__init__.py
src/barecat/core/barecat.py
src/barecat/core/index.py
src/barecat/core/paths.py
src/barecat/core/sharder.py
src/barecat/core/types.py
src/barecat/formats/__init__.py
src/barecat/formats/archive_formats.py
src/barecat/formats/from_tar_stream.py
src/barecat/formats/to_tar_stream.py
src/barecat/io/__init__.py
src/barecat/io/codecs.py
src/barecat/io/copyfile.py
src/barecat/io/fileobj.py
src/barecat/io/open.py
src/barecat/maintenance/__init__.py
src/barecat/maintenance/complete_database.py
src/barecat/maintenance/defrag.py
src/barecat/maintenance/merge.py
src/barecat/maintenance/reshard.py
src/barecat/maintenance/rsync.py
src/barecat/maintenance/upgrade_database.py
src/barecat/maintenance/upgrade_database2.py
src/barecat/man/barecat.1
src/barecat/sql/indexes.sql
src/barecat/sql/schema.sql
src/barecat/sql/triggers.sql
src/barecat/tui/__init__.py
src/barecat/tui/browse.py
src/barecat/tui/ncdu.py
src/barecat/util/__init__.py
src/barecat/util/consumed_threadpool.py
src/barecat/util/glob_helper.py
src/barecat/util/glob_to_regex.py
src/barecat/util/list_files.py
src/barecat/util/misc.py
src/barecat/util/physical_order.py
src/barecat/util/progbar.py
src/barecat/util/threading.py
tests/test_barecat.py
tests/test_cli.py
tests/test_codecs.py
tests/test_copyfile.py
tests/test_dict_api.py
tests/test_edge_cases.py
tests/test_fileobj_api.py
tests/test_glob_compliance.py
tests/test_glob_to_regex_hypothesis.py
tests/test_glob_to_sqlite.py
tests/test_index.py
tests/test_merge.py
tests/test_open.py
tests/test_rsync.py
tests/test_shell.py