Metadata-Version: 2.1
Name: promptplayground
Version: 0.0.1
Summary: Prompt Playground
Project-URL: Homepage, https://github.com/promptplayground/promptplayground
Project-URL: Bug Tracker, https://github.com/promptplayground/promptplayground/issues
Author-email: Aaron Casanova <aaronccasanova@gmail.com>
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# promptplayground

## Installation

```bash
pip install promptplayground
```

## Usage

```python
from promptplayground import PromptPlayground

app = PromptPlayground()

app.run()
```
