Metadata-Version: 2.4
Name: vfat-ai
Version: 0.3.151
Summary: VFAT AI - Web UI for Claude Code sessions
License: MIT
Project-URL: Homepage, https://github.com/vfat-io/vfat-ai
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pyjwt[crypto]>=2.8.0
Requires-Dist: fastapi>=0.100.0

# vfat-ai

Web UI for managing Claude Code sessions remotely with mobile support and push notifications.

## Installation

```bash
pip install vfat-ai
```

## Quick Start

```python
from vfat_ai import Config
config = Config.load()
```
