python-trio-websocket 0.10.3-1 source package in Ubuntu

Changelog

python-trio-websocket (0.10.3-1) unstable; urgency=medium

  * [c0b6c6f] New upstream version 0.10.3
  * [c5ff6b4] d/control: Add Built-Using to -doc package

 -- Carsten Schoenert <email address hidden>  Wed, 14 Jun 2023 20:50:08 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-trio-websocket_0.10.3-1.dsc 2.4 KiB 6991fda22b6b674b4b4a6e6272012cf9f597c8bfb5765ee5ecd105a3770f0c51
python-trio-websocket_0.10.3.orig.tar.gz 44.1 KiB a782db18a05e71891004cb78a52ed203f1ef7e097e0a3e543d32e8ff2ba724d4
python-trio-websocket_0.10.3-1.debian.tar.xz 5.2 KiB 63fc2a30284596215dab9190befb2abe2e5df4e4807062fb6d484207ab2cc898

Available diffs

No changes file available.

Binary packages built by this source

python-trio-websocket-doc: 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.

python3-trio-websocket: 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.