Metadata-Version: 2.5
Name: vhecfsck
Version: 0.1.0.dev0
Summary: Topological audit and health diagnostics for vector indexes.
Project-URL: Homepage, https://github.com/hbauzan/vhecfsck
Project-URL: Repository, https://github.com/hbauzan/vhecfsck
Project-URL: Issues, https://github.com/hbauzan/vhecfsck/issues
Project-URL: Changelog, https://github.com/hbauzan/vhecfsck/blob/main/CHANGELOG.md
Author: hbauzan
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: audit,embeddings,fsck,hnsw,ivf,vector
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: numpy>=1.26
Requires-Dist: pydantic>=2.0
Requires-Dist: typer>=0.12
Provides-Extra: all
Requires-Dist: fastapi<1.0.0,>=0.115.0; extra == 'all'
Requires-Dist: lancedb>=0.37.1; extra == 'all'
Requires-Dist: pgvector>=0.3; extra == 'all'
Requires-Dist: psycopg[binary]>=3.2; extra == 'all'
Requires-Dist: pylance>=11.0.0; extra == 'all'
Requires-Dist: qdrant-client<2,>=1.12.0; extra == 'all'
Requires-Dist: uvicorn<1.0.0,>=0.30.0; extra == 'all'
Provides-Extra: dev
Provides-Extra: lancedb
Requires-Dist: lancedb>=0.37.1; extra == 'lancedb'
Requires-Dist: pylance>=11.0.0; extra == 'lancedb'
Provides-Extra: postgres
Requires-Dist: pgvector>=0.3; extra == 'postgres'
Requires-Dist: psycopg[binary]>=3.2; extra == 'postgres'
Provides-Extra: qdrant
Requires-Dist: qdrant-client<2,>=1.12.0; extra == 'qdrant'
Provides-Extra: server
Requires-Dist: fastapi<1.0.0,>=0.115.0; extra == 'server'
Requires-Dist: uvicorn<1.0.0,>=0.30.0; extra == 'server'
