python-websockets 10.4-1 source package in Ubuntu

Changelog

python-websockets (10.4-1) unstable; urgency=medium

  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Wed, 21 Dec 2022 13:08:20 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-websockets_10.4-1.dsc 2.0 KiB 6323af5c37881c126884cbafb24f12afbadafdc3b74a9a7ea29ff867d875e029
python-websockets_10.4.orig.tar.gz 82.9 KiB eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3
python-websockets_10.4-1.debian.tar.xz 3.2 KiB 8feb1371b5b84b9b80f48578d4ec26b504cb72ad9609b5bc0b6bbc0183e4cc24

Available diffs

No changes file available.

Binary packages built by this source

python3-websockets: implementation of the WebSocket Protocol (RFC 6455)

 websockets is a library for developing WebSocket servers and clients in
 Python. It implements RFC 6455 with a focus on correctness and simplicity.
 It passes the Autobahn Testsuite.
 .
 Built on top of Python's asynchronous I/O support introduced in PEP 3156,
 it provides an API based on coroutines, making it easy to write highly
 concurrent applications.