Metadata-Version: 2.4
Name: hiro-channel-sdk
Version: 0.1.1
Summary: SDK for building channel plugins for Hiro-League
Project-URL: Homepage, https://www.hiroleague.com
Project-URL: Documentation, https://docs.hiroleague.com
Project-URL: Repository, https://github.com/hiro-league/hiroleague
Project-URL: Issues, https://github.com/hiro-league/hiroleague/issues
Author-email: Michel Habib <michelhabib@gmail.com>
License: MIT
Keywords: channel,home,plugin,server,websocket
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: hiro-commons~=0.1.1
Requires-Dist: pydantic>=2
Requires-Dist: websockets>=12
Description-Content-Type: text/markdown

# Hiro Channel SDK

SDK for building channel plugins for Hiro-League.

## Overview

Every channel plugin (Telegram, WhatsApp, mobile app, etc.) is a standalone Python
package that implements `ChannelPlugin` and communicates with the Hiro server over a local
WebSocket using JSON-RPC 2.0.

## Writing a channel plugin

TBD
