Metadata-Version: 2.4
Name: promptmin
Version: 1.0.1
Summary: Prompt Minimizer Python wrapper (shells out to Node CLI)
Author: Chris Gruber
License-Expression: MIT
Project-URL: Homepage, https://github.com/10fra/promptmin
Keywords: prompt,llm,eval,ddmin,delta-debugging,debugging,testing
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# promptmin (python)

Python wrapper for the `promptmin` Node CLI.

## Install

This package shells out to the `promptmin` binary. Install the CLI first:

```bash
npm install -g promptmin
```

Then install the Python wrapper:

```bash
pip install promptmin  # once published to PyPI
```
