python-autobahn 22.7.1+dfsg1-3 source package in Ubuntu

Changelog

python-autobahn (22.7.1+dfsg1-3) unstable; urgency=medium

  * Cleans better (Closes: #1046628).

 -- Thomas Goirand <email address hidden>  Fri, 18 Aug 2023 10:10:33 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
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-autobahn_22.7.1+dfsg1-3.dsc 2.8 KiB b6d00e0c15c3a59a0295cb89636990cdc1be1598992260898681fd400848a447
python-autobahn_22.7.1+dfsg1.orig.tar.xz 3.0 MiB 64b9c8d311c53db0d7d6633fad49c15fa0794bc00b9fe559766b5cbfd8d7e204
python-autobahn_22.7.1+dfsg1-3.debian.tar.xz 4.3 KiB d8aabb2b55cb90370ed8c02daeaadba0e643f7f8802a61e16db2ed8860e64f2f

Available diffs

No changes file available.

Binary packages built by this source

python3-autobahn: WebSocket client and server library, WAMP framework - Python 3.x

 Autobahn|Python is a networking library that is part of the Autobahn project
 and provides implementations of:
  * The WebSocket Protocol
  * The Web Application Messaging Protocol (WAMP)
 for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients.
 .
 WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
 asynchronous Remote Procedure Calls and Publish & Subscribe on top of
 WebSocket.
 .
 This package contains the Python 3.x module.