[ 原始碼: python-trio-websocket ]
套件:python3-trio-websocket(0.11.1-1)
python3-trio-websocket 的相關連結
Debian 的資源:
下載原始碼套件 python-trio-websocket:
- [python-trio-websocket_0.11.1-1.dsc]
- [python-trio-websocket_0.11.1.orig.tar.gz]
- [python-trio-websocket_0.11.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Server and client Python library of the WebSocket protocol (Python3 version)
This library implements both server and client aspects of 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. This library passes the Autobahn Test Suite.
This package contains the Python 3 version of the library.
其他與 python3-trio-websocket 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-exceptiongroup
- Backport of PEP 654 (exception groups)
- 或者 python3-supported-min (>= 3.11)
- 套件暫時不可用
-
- dep: python3-trio
- Python async concurrency and I/O library (Python3 version)
-
- dep: python3-wsproto
- WebSockets state-machine based protocol implementation (Python3)