Metadata-Version: 2.3
Name: llm_matrix
Version: 0.1.3
Summary: llm_matrix
License: MIT
Author: Author 1
Author-email: author@org.org
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: excel
Provides-Extra: map
Provides-Extra: mlflow
Provides-Extra: tests
Requires-Dist: diskcache (>=5.6.3,<6.0.0)
Requires-Dist: duckdb
Requires-Dist: importlib-metadata (>=8.2.0)
Requires-Dist: jsonlines (>=4.0.0,<5.0.0)
Requires-Dist: linkml-map ; extra == "map"
Requires-Dist: llm
Requires-Dist: mlflow ; extra == "mlflow"
Requires-Dist: openpyxl ; extra == "excel"
Requires-Dist: pandas
Requires-Dist: pydantic
Requires-Dist: requests-cache (>=1.2.1,<2.0.0)
Requires-Dist: typer (>=0.12.5,<0.13.0)
Description-Content-Type: text/markdown

# llm-eval: Run and evaluate LLM cases in batch

Usage:

```bash
llm-eval run tests/input/test-eval.yaml
```


