Metadata-Version: 2.4
Name: autoright
Version: 0.1.0
Summary: ProjectMaker-like IDE for Patchright automation
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: orjson>=3.10
Requires-Dist: patchright>=1.49
Requires-Dist: psutil>=5.9
Requires-Dist: pydantic>=2.7
Requires-Dist: PySide6>=6.7
Provides-Extra: dev
Requires-Dist: pytest>=8.2; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: ruff>=0.5; extra == "dev"

# AutoRight

ProjectMaker-like desktop IDE for Patchright browser automation.

Current state: CLI runtime slice plus the first PySide6 dockable UI shell.

## Install

```bash
python -m pip install -r requirements-dev.txt
python -m pip install -e .
```

For runtime dependencies only:

```bash
python -m pip install -r requirements.txt
python -m pip install -e .
```

## Run

```bash
python -m autoright run examples/simple_project.json
```

```bash
python -m autoright ui
```
