LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
cloud_vfs/__init__.py
cloud_vfs/__main__.py
cloud_vfs/cli.py
cloud_vfs/doctor.py
cloud_vfs/guard.py
cloud_vfs/materialize.py
cloud_vfs/project.py
cloud_vfs/scaffold.py
cloud_vfs/scan.py
cloud_vfs/try_demo.py
cloud_vfs.egg-info/PKG-INFO
cloud_vfs.egg-info/SOURCES.txt
cloud_vfs.egg-info/dependency_links.txt
cloud_vfs.egg-info/entry_points.txt
cloud_vfs.egg-info/top_level.txt
cloud_vfs/bundled/__init__.py
cloud_vfs/bundled/demo/minimal/.gitignore
cloud_vfs/bundled/demo/minimal/README.md
cloud_vfs/bundled/demo/minimal/.cloud-vfs/config.env.example
cloud_vfs/bundled/demo/minimal/.cloud-vfs/inventory-policy.json
cloud_vfs/bundled/demo/minimal/.cloud-vfs/manifest.json
cloud_vfs/bundled/demo/minimal/.cloud-vfs/secrets.env.example
cloud_vfs/bundled/demo/minimal/.cloud-vfs/index/README.md
cloud_vfs/bundled/demo/minimal/scripts/create-sample.sh
cloud_vfs/bundled/scripts/lib-azure.sh
cloud_vfs/bundled/scripts/provision-azure.sh
cloud_vfs/bundled/scripts/setup-blob-storage.sh
cloud_vfs/bundled/scripts/test-aws-roundtrip.sh
cloud_vfs/bundled/skills/cloud-vfs/README.md
cloud_vfs/bundled/skills/cloud-vfs/SKILL.md
cloud_vfs/bundled/templates/config.env.example
cloud_vfs/bundled/templates/index-README.md
cloud_vfs/bundled/templates/inventory-policy.json.example
cloud_vfs/bundled/templates/manifest.json
cloud_vfs/bundled/templates/secrets.env.example
cloud_vfs/storage/__init__.py
cloud_vfs/storage/backends.py
cloud_vfs/storage/config.py
cloud_vfs/storage/env.py
cloud_vfs/storage/errors.py
cloud_vfs/storage/fetch.py
cloud_vfs/storage/inventory.py
cloud_vfs/storage/io_util.py
cloud_vfs/storage/manifest.py
cloud_vfs/storage/offload_progress.py
cloud_vfs/storage/paths.py
cloud_vfs/storage/stub.py
tests/test_doctor.py
tests/test_guard_verify.py
tests/test_issues.py
tests/test_materialize.py
tests/test_robust.py
tests/test_scan.py
tests/test_stub_hybrid.py
tests/test_try.py