Metadata-Version: 2.4
Name: openparallax-channels
Version: 0.1.0
Summary: Python wrapper for the OpenParallax channels module
Project-URL: Documentation, https://docs.openparallax.dev/channels/python
Project-URL: Repository, https://github.com/openparallax/openparallax
License-Expression: Apache-2.0
Keywords: ai-agent,channels,messaging,openparallax
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# openparallax-channels

Multi-channel messaging adapters (WhatsApp, Telegram, Discord, Signal, iMessage)

Python wrapper for the [OpenParallax](https://openparallax.dev) channels module. Communicates with a pre-built Go binary over JSON-RPC (stdin/stdout).

## Installation

```bash
pip install openparallax-channels
```

## Documentation

See the [channels documentation](https://docs.openparallax.dev/channels/) for the full API reference and examples.

## License

Apache License 2.0
