Metadata-Version: 2.4
Name: llmlimits
Version: 0.0.6
Summary: Python library to support LLM testing.
Author: Brandon Bennett, Grace Boothe, Julio Oliveira
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# llmit

`llmit` Python library for testing LLMs.

**Status:** Experimental research and teaching tool.

## Installation

```bash
pip install llmit
```

## Running within Python code.
```bash
import llmit
```

