Metadata-Version: 2.4
Name: nexbench
Version: 0.1.0
Summary: Minimal NexBench Python library and CLI
Author: nexbench
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# nexbench

Minimal Python library and CLI.

## Install

```bash
pip install -e .
```

## CLI

```bash
nexbench eval .
nexbench eval --json .
```
