Metadata-Version: 2.4
Name: claudecut
Version: 0.1.0
Summary: AI-powered video editing agent using Claude
Author-email: Mell Brouwer <mell@example.com>
Requires-Python: >=3.12
Requires-Dist: claude-agent-sdk>=0.1.1
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: onnxruntime>=1.23.1
Requires-Dist: python-dotenv
Requires-Dist: rich
Requires-Dist: torchaudio>=2.8.0
Requires-Dist: whisper-timestamped>=1.15.9
Description-Content-Type: text/markdown

# claudecut

AI-powered vibe video editing with Claude Agent based on captions.

![claudecut](img/claudecut.png)

## Requirements

- **ffmpeg** (must be installed on your system)
- **Claude Code** version 2.0.0 or higher
- **~1.5GB disk space** (Whisper large-v3-turbo model downloads on first run)

## Installation

**From PyPI:**
```bash
uvx claudecut
```

**Local development:**
```bash
git clone https://github.com/mellebrouwer/claudecut.git
cd claudecut
uv pip install -e .
uv run claudecut
```
