LICENSE
README.md
pyproject.toml
setup.py
ratarmountcore/BlockParallelReaders.py
ratarmountcore/ProgressBar.py
ratarmountcore/SQLiteBlobFile.py
ratarmountcore/SQLiteIndex.py
ratarmountcore/SQLiteIndexedTarFsspec.py
ratarmountcore/StenciledFile.py
ratarmountcore/__init__.py
ratarmountcore/compressions.py
ratarmountcore/formats.py
ratarmountcore/utils.py
ratarmountcore/version.py
ratarmountcore.egg-info/PKG-INFO
ratarmountcore.egg-info/SOURCES.txt
ratarmountcore.egg-info/dependency_links.txt
ratarmountcore.egg-info/entry_points.txt
ratarmountcore.egg-info/requires.txt
ratarmountcore.egg-info/top_level.txt
ratarmountcore/mountsource/MountSource.py
ratarmountcore/mountsource/SQLiteIndexMountSource.py
ratarmountcore/mountsource/__init__.py
ratarmountcore/mountsource/archives.py
ratarmountcore/mountsource/factory.py
ratarmountcore/mountsource/compositing/automount.py
ratarmountcore/mountsource/compositing/singlefile.py
ratarmountcore/mountsource/compositing/subvolumes.py
ratarmountcore/mountsource/compositing/union.py
ratarmountcore/mountsource/compositing/versioning.py
ratarmountcore/mountsource/formats/asar.py
ratarmountcore/mountsource/formats/ext4.py
ratarmountcore/mountsource/formats/fat.py
ratarmountcore/mountsource/formats/folder.py
ratarmountcore/mountsource/formats/fsspec.py
ratarmountcore/mountsource/formats/git.py
ratarmountcore/mountsource/formats/libarchive.py
ratarmountcore/mountsource/formats/py7zr.py
ratarmountcore/mountsource/formats/rar.py
ratarmountcore/mountsource/formats/sqlar.py
ratarmountcore/mountsource/formats/squashfs.py
ratarmountcore/mountsource/formats/tar.py
ratarmountcore/mountsource/formats/zip.py
tests/test_AutoMountLayer.py
tests/test_BlockParallelReaders.py
tests/test_EXT4MountSource.py
tests/test_LibarchiveMountSource.py
tests/test_Py7zrMountSource.py
tests/test_RarMountSource.py
tests/test_SQLARMountSource.py
tests/test_SQLiteBlobFile.py
tests/test_SQLiteIndex.py
tests/test_SQLiteIndexMountSource.py
tests/test_SQLiteIndexedTar.py
tests/test_SQLiteIndexedTarFsspec.py
tests/test_SingleFileMountSource.py
tests/test_SquashfsMountSource.py
tests/test_StenciledFile.py
tests/test_SubvolumesMountSource.py
tests/test_UnionMountSource.py
tests/test_ZipMountSource.py
tests/test_compressions.py
tests/test_factory.py
tests/test_formats.py
tests/test_utils.py