.coveragerc
.pre-commit-config.yaml
COPYING
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
setup.cfg
tox.ini
.github/FUNDING.yml
.github/workflows/ci.yml
.github/workflows/coverage.yml
.github/workflows/packaging.yml
filesystems/__init__.py
filesystems/_path.py
filesystems/click.py
filesystems/common.py
filesystems/exceptions.py
filesystems/interfaces.py
filesystems/memory.py
filesystems/native.py
filesystems.egg-info/PKG-INFO
filesystems.egg-info/SOURCES.txt
filesystems.egg-info/dependency_links.txt
filesystems.egg-info/requires.txt
filesystems.egg-info/top_level.txt
filesystems/tests/__init__.py
filesystems/tests/common.py
filesystems/tests/test_click.py
filesystems/tests/test_memory.py
filesystems/tests/test_native.py
filesystems/tests/test_path.py