python-trio-websocket 0.9.2-2 source package in Ubuntu

Changelog

python-trio-websocket (0.9.2-2) unstable; urgency=medium

  * [414a7a0] d/python-trio-websocket-doc.doc-base: Fix up small typo
  * [71bb28f] d/python3-trio-websocket.examples: Add new sequencer file

 -- Carsten Schoenert <email address hidden>  Tue, 04 Oct 2022 16:26:35 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-trio-websocket_0.9.2-2.dsc 2.3 KiB 8f716317c1f8ba4bf44f8253c345d24725d4ce794700b4666eff1fadc206ffde
python-trio-websocket_0.9.2.orig.tar.gz 42.1 KiB acc72db00e89e4594caac269aabebeccbd7b2d87d4dd06acba7adf4344cd8a42
python-trio-websocket_0.9.2-2.debian.tar.xz 4.6 KiB b41d10e0319b165ae1ce9196a5721484d476d356dc32da003e484dbc39c7f301

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.