LICENSE
README.md
pyproject.toml
gitdb/__init__.py
gitdb/ambient.py
gitdb/backup.py
gitdb/cli.py
gitdb/cloud_ingest.py
gitdb/core.py
gitdb/crush.py
gitdb/delta.py
gitdb/distributed.py
gitdb/documents.py
gitdb/embed.py
gitdb/encryption.py
gitdb/fhe.py
gitdb/grpc_service.py
gitdb/hooks.py
gitdb/indexes.py
gitdb/ingest.py
gitdb/objects.py
gitdb/pullrequest.py
gitdb/remote.py
gitdb/schema.py
gitdb/server.py
gitdb/snapshots.py
gitdb/storage.py
gitdb/streaming.py
gitdb/structured.py
gitdb/types.py
gitdb/watches.py
gitdb/working_tree.py
gitdb_vectors.egg-info/PKG-INFO
gitdb_vectors.egg-info/SOURCES.txt
gitdb_vectors.egg-info/dependency_links.txt
gitdb_vectors.egg-info/entry_points.txt
gitdb_vectors.egg-info/requires.txt
gitdb_vectors.egg-info/top_level.txt
tests/test_ambient.py
tests/test_backup.py
tests/test_cloud_ingest.py
tests/test_core.py
tests/test_crush.py
tests/test_distributed.py
tests/test_documents.py
tests/test_embed.py
tests/test_encryption.py
tests/test_fhe.py
tests/test_grpc.py
tests/test_hooks.py
tests/test_hooks_integration.py
tests/test_indexes.py
tests/test_ingest.py
tests/test_magic.py
tests/test_remote.py
tests/test_schema.py
tests/test_server.py
tests/test_snapshots.py
tests/test_storage.py
tests/test_streaming.py
tests/test_structured.py
tests/test_tables.py
tests/test_transactions.py
tests/test_watches.py