Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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. |