LICENSE
README.md
pyproject.toml
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/create-index-tables.sql
ratarmountcore/formats.py
ratarmountcore/hashing.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/_external/__init__.py
ratarmountcore/_external/pyfatfs/BootSectorHeader.py
ratarmountcore/_external/pyfatfs/DosDateTime.py
ratarmountcore/_external/pyfatfs/EightDotThree.py
ratarmountcore/_external/pyfatfs/FATDirectoryEntry.py
ratarmountcore/_external/pyfatfs/FSInfo.py
ratarmountcore/_external/pyfatfs/FatIO.py
ratarmountcore/_external/pyfatfs/LICENSE
ratarmountcore/_external/pyfatfs/PyFat.py
ratarmountcore/_external/pyfatfs/__init__.py
ratarmountcore/_external/pyfatfs/_exceptions.py
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/removeprefix.py
ratarmountcore/mountsource/compositing/singlefile.py
ratarmountcore/mountsource/compositing/subvolumes.py
ratarmountcore/mountsource/compositing/union.py
ratarmountcore/mountsource/compositing/versioning.py
ratarmountcore/mountsource/formats/ar.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/html.py
ratarmountcore/mountsource/formats/libarchive.py
ratarmountcore/mountsource/formats/ogg.py
ratarmountcore/mountsource/formats/pdf.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_ARMountSource.py
tests/test_AutoMountLayer.py
tests/test_BlockParallelReaders.py
tests/test_EXT4MountSource.py
tests/test_HTMLMountSource.py
tests/test_LibarchiveMountSource.py
tests/test_PDFMountSource.py
tests/test_Py7zrMountSource.py
tests/test_RarMountSource.py
tests/test_RemovePrefixMountSource.py
tests/test_SQLARMountSource.py
tests/test_SQLiteBlobFile.py
tests/test_SQLiteIndex.py
tests/test_SQLiteIndexMountSource.py
tests/test_SQLiteIndexedTar.py
tests/test_SQLiteIndexedTarFileSystem.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