LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/editdocs.sh
docs/make.bat
docs/tree.html
docs/source/builtin.rst
docs/source/concepts.rst
docs/source/conf.py
docs/source/extension.rst
docs/source/external.rst
docs/source/globbing.rst
docs/source/guide.rst
docs/source/implementers.rst
docs/source/index.rst
docs/source/info.rst
docs/source/interface.rst
docs/source/introduction.rst
docs/source/openers.rst
docs/source/reference.rst
docs/source/walking.rst
docs/source/reference/appfs.rst
docs/source/reference/base.rst
docs/source/reference/compress.rst
docs/source/reference/copy.rst
docs/source/reference/enums.rst
docs/source/reference/errors.rst
docs/source/reference/filesize.rst
docs/source/reference/ftpfs.rst
docs/source/reference/glob.rst
docs/source/reference/info_objects.rst
docs/source/reference/memoryfs.rst
docs/source/reference/mirror.rst
docs/source/reference/mode.rst
docs/source/reference/mountfs.rst
docs/source/reference/move.rst
docs/source/reference/multifs.rst
docs/source/reference/opener.rst
docs/source/reference/osfs.rst
docs/source/reference/path.rst
docs/source/reference/permissions.rst
docs/source/reference/subfs.rst
docs/source/reference/tarfs.rst
docs/source/reference/tempfs.rst
docs/source/reference/tools.rst
docs/source/reference/tree.rst
docs/source/reference/walk.rst
docs/source/reference/wildcard.rst
docs/source/reference/wrap.rst
docs/source/reference/wrapfs.rst
docs/source/reference/zipfs.rst
fs/__init__.py
fs/_bulk.py
fs/_fscompat.py
fs/_ftp_parse.py
fs/_repr.py
fs/_typing.py
fs/_url_tools.py
fs/_version.py
fs/appfs.py
fs/base.py
fs/compress.py
fs/constants.py
fs/copy.py
fs/enums.py
fs/error_tools.py
fs/errors.py
fs/filesize.py
fs/ftpfs.py
fs/glob.py
fs/info.py
fs/iotools.py
fs/lrucache.py
fs/memoryfs.py
fs/mirror.py
fs/mode.py
fs/mountfs.py
fs/move.py
fs/multifs.py
fs/osfs.py
fs/path.py
fs/permissions.py
fs/py.typed
fs/subfs.py
fs/tarfs.py
fs/tempfs.py
fs/test.py
fs/time.py
fs/tools.py
fs/tree.py
fs/walk.py
fs/wildcard.py
fs/wrap.py
fs/wrapfs.py
fs/zipfs.py
fs.egg-info/PKG-INFO
fs.egg-info/SOURCES.txt
fs.egg-info/dependency_links.txt
fs.egg-info/not-zip-safe
fs.egg-info/requires.txt
fs.egg-info/top_level.txt
fs/opener/__init__.py
fs/opener/appfs.py
fs/opener/base.py
fs/opener/errors.py
fs/opener/ftpfs.py
fs/opener/memoryfs.py
fs/opener/osfs.py
fs/opener/parse.py
fs/opener/registry.py
fs/opener/tarfs.py
fs/opener/tempfs.py
fs/opener/zipfs.py
tests/__init__.py
tests/conftest.py
tests/test_appfs.py
tests/test_archives.py
tests/test_base.py
tests/test_bulk.py
tests/test_copy.py
tests/test_encoding.py
tests/test_enums.py
tests/test_error_tools.py
tests/test_errors.py
tests/test_filesize.py
tests/test_fscompat.py
tests/test_ftp_parse.py
tests/test_ftpfs.py
tests/test_glob.py
tests/test_imports.py
tests/test_info.py
tests/test_iotools.py
tests/test_lrucache.py
tests/test_memoryfs.py
tests/test_mirror.py
tests/test_mode.py
tests/test_mountfs.py
tests/test_move.py
tests/test_multifs.py
tests/test_new_name.py
tests/test_opener.py
tests/test_osfs.py
tests/test_path.py
tests/test_permissions.py
tests/test_subfs.py
tests/test_tarfs.py
tests/test_tempfs.py
tests/test_time.py
tests/test_tools.py
tests/test_tree.py
tests/test_url_tools.py
tests/test_walk.py
tests/test_wildcard.py
tests/test_wrap.py
tests/test_wrapfs.py
tests/test_zipfs.py