[ 源代码: 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)