LICENSE
README.md
pyproject.toml
kvgit/__init__.py
kvgit/content_types.py
kvgit/errors.py
kvgit/gc.py
kvgit/live.py
kvgit/namespaced.py
kvgit/staged.py
kvgit/store.py
kvgit/versioned.py
kvgit.egg-info/PKG-INFO
kvgit.egg-info/SOURCES.txt
kvgit.egg-info/dependency_links.txt
kvgit.egg-info/requires.txt
kvgit.egg-info/top_level.txt
kvgit/kv/__init__.py
kvgit/kv/base.py
kvgit/kv/composite.py
kvgit/kv/disk.py
kvgit/kv/memory.py
tests/test_content_types.py
tests/test_gc.py
tests/test_kv_composite.py
tests/test_kv_disk.py
tests/test_kv_memory.py
tests/test_live.py
tests/test_namespaced.py
tests/test_staged.py
tests/test_store_factory.py
tests/test_versioned.py