Metadata-Version: 2.4
Name: doc_store
Version: 0.6.1
Summary: Storage for documents
Author-email: Jin Zhen Jiang <jinzhenjiang@pjlab.org.cn>
License-Expression: AGPL-3.0
Project-URL: Homepage, https://github.com/johnking0099/doc-store
Project-URL: Issues, https://github.com/johnking0099/doc-store/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: httpx
Requires-Dist: boto3==1.28.43
Requires-Dist: pillow
Requires-Dist: pydantic
Requires-Dist: pyyaml
Requires-Dist: numpy
Provides-Extra: store
Requires-Dist: pymongo; extra == "store"
Requires-Dist: redis; extra == "store"
Requires-Dist: confluent-kafka; extra == "store"
Requires-Dist: pymupdf; extra == "store"
Requires-Dist: orjson; extra == "store"
Requires-Dist: elasticsearch; extra == "store"
Provides-Extra: server
Requires-Dist: doc_store[store]; extra == "server"
Requires-Dist: fastapi; extra == "server"
Requires-Dist: uvicorn[standard]; extra == "server"
Requires-Dist: gunicorn; extra == "server"
Dynamic: license-file

# doc_store
