Metadata-Version: 2.1
Name: athina-evals
Version: 0.0.2
Summary: Python SDK to configure and run evaluations for your LLM-based application
Author: Shiv Sakhuja
Author-email: shiv@athina.ai
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: athina-logger (>=0.0.12,<0.0.13)
Requires-Dist: colorlog (>=6.7.0,<7.0.0)
Requires-Dist: langchain (>=0.0.309,<0.0.310)
Requires-Dist: openai (>=1.3.4,<2.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: retrying (>=1.3.4,<2.0.0)
Requires-Dist: tiktoken (>=0.5.1,<0.6.0)
Requires-Dist: timeout-decorator (>=0.5.0,<0.6.0)
Description-Content-Type: text/markdown

## Overview

Athina is a python SDK to configure and run evaluations for your LLM-based application

### Usage

See [https://docs.athina.ai](https://docs.athina.ai) for the complete documentation.

