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

Changelog

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

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Fri, 23 Sep 2022 12:18:11 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autobahn_22.7.1+dfsg1-2.dsc 2.8 KiB dca2ec831839ffed676f906a576a5c7f1ce94e0ffaeb67cb05e4ea00931f215c
python-autobahn_22.7.1+dfsg1.orig.tar.xz 3.0 MiB 64b9c8d311c53db0d7d6633fad49c15fa0794bc00b9fe559766b5cbfd8d7e204
python-autobahn_22.7.1+dfsg1-2.debian.tar.xz 4.3 KiB c877db50898276b433247440a3781dc19cb1ac34a822037564b475b38f134350

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.