Metadata-Version: 2.4
Name: jvlib
Version: 0.1.0
Summary: AI-native browser automation toolkit: screenshot, PDF, element interaction
Requires-Python: >=3.12
Requires-Dist: playwright>=1.40.0
Requires-Dist: typer>=0.26.3
Description-Content-Type: text/markdown

# jvlib

> AI-native browser automation toolkit: screenshot, PDF generation, element interaction.

## Install

```bash
pip install jvlib
```

Or from source:

```bash
git clone https://github.com/jvkit/jvlib.git
cd jvlib
uv pip install -e .
```

## Commands

| Command | Description | Example |
|---------|-------------|---------|
| `jvlib web status` | Check browser bridge status | `jvlib web status` |
| `jvlib web screenshot` | Screenshot a webpage | `jvlib web screenshot <url>` |
| `jvlib web pdf` | Generate PDF from webpage | `jvlib web pdf <url>` |
| `jvlib web click` | Click an element | `jvlib web click <selector>` |

## License

MIT
