LICENSE
README.md
pyproject.toml
src/sochdb/__init__.py
src/sochdb/database.py
src/sochdb/errors.py
src/sochdb/format.py
src/sochdb/grpc_client.py
src/sochdb/ipc_client.py
src/sochdb/namespace.py
src/sochdb/query.py
src/sochdb/queue.py
src/sochdb/sochdb_pb2.py
src/sochdb/sochdb_pb2_grpc.py
src/sochdb/sql_engine.py
src/sochdb/vector.py
src/sochdb.egg-info/PKG-INFO
src/sochdb.egg-info/SOURCES.txt
src/sochdb.egg-info/dependency_links.txt
src/sochdb.egg-info/entry_points.txt
src/sochdb.egg-info/requires.txt
src/sochdb.egg-info/top_level.txt
src/sochdb/_bin/x86_64-unknown-linux-gnu/sochdb-bulk
src/sochdb/_bin/x86_64-unknown-linux-gnu/sochdb-grpc-server
src/sochdb/_bin/x86_64-unknown-linux-gnu/sochdb-server
src/sochdb/lib/x86_64-unknown-linux-gnu/libsochdb_index.so
src/sochdb/lib/x86_64-unknown-linux-gnu/libsochdb_storage.so
src/sochdb/proto/sochdb_pb2.py
src/sochdb/proto/sochdb_pb2_grpc.py
tests/test_database.py
tests/test_examples.py
tests/test_ipc_client.py
tests/test_namespace_api.py
tests/test_queue.py