Metadata-Version: 2.4
Name: qx-vibe-client
Version: 0.2.0
Summary: Python client for Vibe Mode in QX
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.24
Requires-Dist: pydantic>=2.0
Requires-Dist: composio
Provides-Extra: browser
Requires-Dist: playwright>=1.49; extra == "browser"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"

# QX Vibe Client

Python client for the QX Vibe API.

## Installation

```bash
pip install qx-vibe-client
```

Browser automation (optional):

```bash
pip install "qx-vibe-client[browser]"
```
