Metadata-Version: 2.3
Name: claude-channels
Version: 0.0.1
Summary: A unified library for Claude Code channel integrations
Author: Dallas Pool
Author-email: Dallas Pool <codeninja@gmail.com>
Requires-Dist: claude-code-redis-channels>=0.1.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Claude Channels (claude-channels)

A unified library for Claude Code channel integrations.

## Overview
This package is currently being developed to provide a standardized way to integrate custom channels (Redis, Webhooks, etc.) with [Claude Code](https://code.claude.com/).

It will eventually serve as the primary wrapper for specific implementations like `claude-code-redis-channels`.

## Installation
```bash
pip install claude-channels
```
