Metadata-Version: 2.4
Name: pyqmd
Version: 0.1.0
Summary: Python-native local search engine for markdown files. Hybrid BM25 + vector search with reranking.
Requires-Python: >=3.11
Requires-Dist: lancedb>=0.6.0
Requires-Dist: markdown-it-py>=3.0.0
Requires-Dist: nano-graphrag>=0.0.8.2
Requires-Dist: pyarrow>=14.0.0
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0.0
Requires-Dist: sentence-transformers>=2.2.0
Requires-Dist: tomli-w>=1.0.0
Requires-Dist: typer>=0.9.0
Requires-Dist: watchdog>=3.0.0
Provides-Extra: dev
Requires-Dist: pytest-tmp-files>=0.0.2; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# pyqmd

Python-native local search engine for markdown files. Hybrid BM25 + vector search with reranking.
