Metadata-Version: 2.4
Name: linkora
Version: 0.3.1
Summary: Local Knowledge Network — AI-native research cli powered by local-first architecture
Author-email: nostalgia <lv15623448685@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/lvyuemeng/linkora
Project-URL: Repository, https://github.com/lvyuemeng/linkora
Keywords: academic,literature,research,knowledge-base,semantic-search,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing :: Indexing
Requires-Python: >=3.12
License-File: LICENSE
Requires-Dist: httpx>=0.27
Requires-Dist: pyyaml>=6.0
Requires-Dist: pydantic>=2.12
Requires-Dist: tenacity>=9.1
Requires-Dist: litellm>=1.50
Requires-Dist: kreuzberg[pdf]>=4.7.2
Provides-Extra: extract
Requires-Dist: kreuzberg[pdf]>=4.0; extra == "extract"
Provides-Extra: extract-ocr
Requires-Dist: kreuzberg[all]>=4.0; extra == "extract-ocr"
Provides-Extra: embed
Requires-Dist: lancedb>=0.15; extra == "embed"
Requires-Dist: sentence-transformers>=3.0; extra == "embed"
Requires-Dist: modelscope>=1.10; extra == "embed"
Provides-Extra: topics
Requires-Dist: linkora[embed]; extra == "topics"
Requires-Dist: bertopic>=0.16; extra == "topics"
Requires-Dist: pandas>=2.0; extra == "topics"
Provides-Extra: full
Requires-Dist: linkora[extract]; extra == "full"
Requires-Dist: linkora[embed]; extra == "full"
Requires-Dist: linkora[topics]; extra == "full"
Requires-Dist: curl-cffi>=0.5; extra == "full"
Provides-Extra: full-ocr
Requires-Dist: linkora[extract-ocr]; extra == "full-ocr"
Requires-Dist: linkora[embed]; extra == "full-ocr"
Requires-Dist: linkora[topics]; extra == "full-ocr"
Requires-Dist: curl-cffi>=0.5; extra == "full-ocr"
Dynamic: license-file
