Metadata-Version: 2.4
Name: preto
Version: 0.2.2
Summary: Preto daemon — passive telemetry for AI coding tools
License-Expression: LicenseRef-Proprietary
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: watchdog>=4.0
Requires-Dist: httpx>=0.27
Requires-Dist: pyyaml>=6.0

# preto daemon

Passive telemetry daemon for AI coding tools (Claude Code, Codex CLI, Aider).
Reads local tool logs and ships usage data to [Preto](https://preto.ai) for cost tracking and analytics.

## Install

```bash
pip install preto
```

## Usage

```bash
preto init     # connect your API key and configure tools
preto start    # start the background daemon
preto status   # check daemon status
preto stop     # stop the daemon
```

For Cursor users: change your base URL to `proxy.preto.ai` in Cursor settings — no daemon needed.

## Requirements

- Python 3.10+
- A [Preto](https://app.preto.ai) account and API key
