LICENSE
README.md
pyproject.toml
src/r2_local_fs/__init__.py
src/r2_local_fs/__main__.py
src/r2_local_fs/cli.py
src/r2_local_fs/client.py
src/r2_local_fs/config.py
src/r2_local_fs/errors.py
src/r2_local_fs/manifest.py
src/r2_local_fs/models.py
src/r2_local_fs/paths.py
src/r2_local_fs/sync.py
src/r2_local_fs.egg-info/PKG-INFO
src/r2_local_fs.egg-info/SOURCES.txt
src/r2_local_fs.egg-info/dependency_links.txt
src/r2_local_fs.egg-info/entry_points.txt
src/r2_local_fs.egg-info/top_level.txt
tests/test_paths.py
tests/test_sync.py