Metadata-Version: 2.3
Name: towelie
Version: 0.1.9
Summary: Local code review for AI agents
Author: Glyphack
Author-email: Glyphack <sh.hooshyari@gmail.com>
Requires-Dist: fastapi>=0.128.3
Requires-Dist: jinja2>=3.1.6
Requires-Dist: tree-sitter>=0.22.3
Requires-Dist: uvicorn>=0.40.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# towelie

Local code review tool. Fast, easy and without clutter.

## Usage

Install [uv](https://docs.astral.sh/uv/getting-started/installation/).

```bash
uvx towelie
```

This starts a local server at `http://localhost:4242` and opens it in your browser.

## Development

```bash
uv run towelie --dev
```

This runs:
- FastAPI with backend auto-reload
- Bun frontend watcher for `bundle.js`
- Tailwind watcher for `output.css`

Browser reload is manual in dev mode, but every refresh will pick up the latest built JS/CSS.
