Metadata-Version: 2.1
Name: langeval-cli
Version: 0.0.1
Summary: Evaluation for AI apps and agent.
Project-URL: Documentation, https://github.com/ninehills/langeval#readme
Project-URL: Issues, https://github.com/ninehills/langeval/issues
Project-URL: Source, https://github.com/ninehills/langeval
Author-email: Tao Yang <swulling@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# LangEval

Evaluation for AI apps and agent

[![PyPI - Version](https://img.shields.io/pypi/v/langeval-cli.svg)](https://pypi.org/project/langeval-cli)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/langeval-cli.svg)](https://pypi.org/project/langeval-cli)

-----

## Table of Contents

- [Installation](#installation)
- [Documents](#documents)
- [How to use](#how-to-use)
- [Development](#development)
- [License](#license)

## Installation

```console
pip install langeval-cli
```

## Documents

TODO

## How to use

TODO

## Development

```bash
# Create virtual environment
hatch env create
# Activate virtual environment
hatch shell
# Run test
hatch run test
```

## License

`langeval` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.