Source: python-trio-websocket Maintainer: Debian Python Team Uploaders: Carsten Schoenert , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), python3-all, Build-Depends-Indep: dh-python, python3-async-generator, # python3-pytest, # python3-pytest-asyncio, # python3-pytest-trio, # this isn't package yet! # python3-pytest-twisted, python3-setuptools, python3-sphinx, python3-sphinxcontrib.trio, python3-sphinx-rtd-theme, python3-trio, python3-trustme, python3-wsproto, Rules-Requires-Root: no Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-trio-websocket Vcs-Git: https://salsa.debian.org/python-team/packages/python-trio-websocket.git Homepage: https://github.com/HyperionGray/trio-websocket Package: python-trio-websocket-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Multi-Arch: foreign Description: Server and client Python library of the WebSocket protocol (Documentation) 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 installs the documentation for the library. Package: python3-trio-websocket Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: 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.