Metadata-Version: 2.1
Name: cua-bench-ui
Version: 0.1.0
Summary: Lightweight webUI window launcher for CUA bench using pywebview
Author-Email: TryCua <gh@trycua.com>
Requires-Python: >=3.12
Requires-Dist: pywebview>=5.3
Requires-Dist: aiohttp>=3.9.0
Description-Content-Type: text/markdown

# CUA Bench UI

Lightweight webUI window controller for CUA bench environments using pywebview

## Usage

```python
from bench_ui import launch_window, get_element_rect, execute_javascript
```

See `examples/simple_example.py` for a complete example.

## Installation

```bash
pip install cua-bench-ui
```
