.coveragerc
.gitattributes
.gitignore
.pre-commit-config.yaml
.travis.yml
LICENSE
MANIFEST.in
README.md
pyproject.toml
readthedocs.yml
requirements.txt
setup.cfg
setup.py
tox.ini
versioneer.py
ci/install.sh
ci/install_conda.sh
docs/Makefile
docs/README.md
docs/environment.yml
docs/make.bat
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/features.rst
docs/source/index.rst
docs/source/intro.rst
docs/source/usage.rst
fsspec/__init__.py
fsspec/_version.py
fsspec/caching.py
fsspec/compression.py
fsspec/conftest.py
fsspec/core.py
fsspec/dircache.py
fsspec/fuse.py
fsspec/mapping.py
fsspec/registry.py
fsspec/spec.py
fsspec/transaction.py
fsspec/utils.py
fsspec.egg-info/PKG-INFO
fsspec.egg-info/SOURCES.txt
fsspec.egg-info/dependency_links.txt
fsspec.egg-info/not-zip-safe
fsspec.egg-info/pbr.json
fsspec.egg-info/top_level.txt
fsspec/implementations/__init__.py
fsspec/implementations/cached.py
fsspec/implementations/dask.py
fsspec/implementations/ftp.py
fsspec/implementations/github.py
fsspec/implementations/hdfs.py
fsspec/implementations/http.py
fsspec/implementations/local.py
fsspec/implementations/memory.py
fsspec/implementations/sftp.py
fsspec/implementations/webhdfs.py
fsspec/implementations/zip.py
fsspec/implementations/tests/__init__.py
fsspec/implementations/tests/test_cached.py
fsspec/implementations/tests/test_dask.py
fsspec/implementations/tests/test_ftp.py
fsspec/implementations/tests/test_http.py
fsspec/implementations/tests/test_local.py
fsspec/implementations/tests/test_memory.py
fsspec/implementations/tests/test_sftp.py
fsspec/implementations/tests/test_webhdfs.py
fsspec/implementations/tests/test_zip.py
fsspec/tests/__init__.py
fsspec/tests/test_api.py
fsspec/tests/test_caches.py
fsspec/tests/test_compression.py
fsspec/tests/test_core.py
fsspec/tests/test_file.py
fsspec/tests/test_fuse.py
fsspec/tests/test_mapping.py
fsspec/tests/test_registry.py
fsspec/tests/test_spec.py
fsspec/tests/test_utils.py