IABSD.fr/ports/net/py-trio-websocket

Branch :


Log

Author Commit Date CI Message
10eb85ee 2025-10-23 13:20:05 remove MODPY_COMMENT from PLISTs, no longer needed
cf45b401 2025-04-29 10:39:05 sync PLISTs for setuptools ports
a4770540 2024-12-21 11:38:32 handle py3.12 switchover in net
41b34e25 2024-05-06 12:23:44 bump REVISION for py3.10 -> py3.11 switch
ca8a9aa8 2024-04-15 12:44:22 import net/py-trio-websocket, ok tb@ landry@ This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and events. This library handles I/O using the Trio framework.