Metadata-Version: 2.1
Name: gentrace-py
Version: 0.2.2
Summary: Python SDK for the Gentrace API
Home-page: https://github.com/gentrace/gentrace-python
License: MIT
Author: Gentrace
Requires-Python: >=3.8.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: all
Provides-Extra: llms
Provides-Extra: vectorstores
Requires-Dist: aenum (>=3.1.11)
Requires-Dist: frozendict (>=2.3.7,<3.0.0)
Requires-Dist: openai (>=0.27.4,<0.28.0) ; extra == "all" or extra == "llms"
Requires-Dist: pinecone-client (>=2.2.1,<3.0.0) ; extra == "all" or extra == "vectorstores"
Requires-Dist: pydantic (>=1.10.2)
Requires-Dist: pystache (>=0.6.0,<0.7.0)
Requires-Dist: python_dateutil (>=2.5.3)
Requires-Dist: setuptools (>=21.0.0)
Requires-Dist: urllib3 (>=1.25.3)
Project-URL: Repository, https://github.com/gentrace/gentrace-python
