.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE.txt
Pipfile
Pipfile.lock
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/workflows/CI.yml
demos/SynapseFS.ipynb
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/docker/Dockerfile
src/docker/build.sh
src/fs_synapse.egg-info/PKG-INFO
src/fs_synapse.egg-info/SOURCES.txt
src/fs_synapse.egg-info/dependency_links.txt
src/fs_synapse.egg-info/entry_points.txt
src/fs_synapse.egg-info/not-zip-safe
src/fs_synapse.egg-info/requires.txt
src/fs_synapse.egg-info/top_level.txt
src/synapsefs/__init__.py
src/synapsefs/remote_file.py
src/synapsefs/synapsefs.py
src/synapsefs/utils.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_synapse_fs_integration.py
tests/unit/__init__.py
tests/unit/test_remote_file.py
tests/unit/test_synapse_fs_unit.py
tests/unit/test_utils.py