Metadata-Version: 2.4
Name: ai-pr-review
Version: 0.1.2
Summary: AI code review tool — Automated PR reviews with security pattern scanning. Catch bugs before they ship.
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.25
Requires-Dist: rich>=13
Requires-Dist: pydantic>=2
Requires-Dist: typer>=0.9

# AI PR Review

Automated code review tool. Pattern-based security scanning for common vulnerabilities. Catch bugs before they ship.

## Installation

```bash
pip install ai-pr-review
```

## Usage

```bash
# Review a PR
pr-review https://github.com/example/repo/pull/123

# Review and post comments (requires GITHUB_TOKEN)
pr-review https://github.com/example/repo/pull/123 --post

# Deep review with LLM
pr-review https://github.com/example/repo/pull/123 --deep
```

## Pricing

| Feature | Free | Pro ($7 USDT) |
|---------|------|----------------|
| Pattern-based scan | 5/day | Unlimited |
| Deep LLM review | ❌ | ✅ |
| Auto PR comments | ❌ | ✅ |

Payment: USDT (ERC20) — `0xafc32581a9e4ea30aa03cb8ef5879c2366d35f46`

After payment, run: `pr-review --claim <tx_hash>`

## Disclaimer

Scan results are advisory only. Not a substitute for professional security audit.
