Metadata-Version: 2.4
Name: isage-eval
Version: 0.1.0.0
Summary: SAGE Evaluation Framework - Metrics, profilers, and judges for AI systems
Author-email: IntelliStream Team <shuhao_zhang@hust.edu.cn>
License-Expression: MIT
Project-URL: Homepage, https://github.com/intellistream/sage-eval
Project-URL: Repository, https://github.com/intellistream/sage-eval
Keywords: evaluation,metrics,profiler,judge,LLM,AI
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0.0
Requires-Dist: typing-extensions>=4.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: ruff>=0.4.0; extra == "dev"

# sage-eval

Evaluation metrics, profiling tools, and benchmarking

**PyPI**: `isage-eval`

## Installation
```bash
pip install isage-eval
```

## License
Apache 2.0
