Metadata-Version: 2.4
Name: sivo
Version: 0.1.2
Summary: Developer-first Python library for evaluating LLM outputs. Think pytest for LLMs.
License-Expression: MIT
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: anthropic>=0.25
Requires-Dist: pydantic>=2.0
Requires-Dist: python-dotenv>=1.0
Requires-Dist: rich>=13.0
Provides-Extra: openai
Requires-Dist: openai>=1.0; extra == 'openai'
