MANIFEST.in
README.md
pyproject.toml
setup.py
src/core/include/cJSON.h
src/core/include/db.h
src/core/include/distance.h
src/core/include/file.h
src/core/include/minheap.h
src/core/include/vec_types.h
src/core/src/cJSON.c
src/core/src/db.c
src/core/src/distance.c
src/core/src/file.c
src/core/src/minheap.c
src/tinyvec/__init__.py
src/tinyvec/client.py
src/tinyvec/models.py
src/tinyvec/types.py
src/tinyvec/core/__init__.py
src/tinyvec/core/ctypes_bindings.py
src/tinyvec/core/utils.py
src/tinyvecdb.egg-info/PKG-INFO
src/tinyvecdb.egg-info/SOURCES.txt
src/tinyvecdb.egg-info/dependency_links.txt
src/tinyvecdb.egg-info/not-zip-safe
src/tinyvecdb.egg-info/requires.txt
src/tinyvecdb.egg-info/top_level.txt
tests/test_connect.py
tests/test_insert.py
tests/test_search.py