Metadata-Version: 2.4
Name: vapor-idx
Version: 0.1.3
Summary: IPC client for extended Claude sessions
License: MIT
Project-URL: Homepage, https://github.com/yourname/vapor-ipc-bridge
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests<3.0,>=2.28

# Vapor IPC Client

Client library for extended Claude sessions.

## Installation

```bash
pip install vapor-ipc-client
```

## Usage

```python
from vapor_ipc_client import run_init, run_heartbeat, run_report, run_shutdown

# Initialize
run_init("https://your-tunnel-url")

# All other functions called via continuation directives
```

## License

MIT
