Metadata-Version: 2.4
Name: gensimllms
Version: 0.0.1
Summary: Python library to support LLM testing.
Author: Grace Boothe
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# llmit

`gensimllms` Python library for testing LLMs.

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

## Installation

```bash
pip install gensimllms
```

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

