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

Changelog

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

  * Add missing debian/python3-autobahn.install.

 -- Thomas Goirand <email address hidden>  Tue, 28 Dec 2021 19:44:31 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autobahn_21.11.1+dfsg1-2.dsc 2.7 KiB b80765dcf57ac9474ca5214fb02a2fa46f17ea3eda48d700e07c8da915c0e061
python-autobahn_21.11.1+dfsg1.orig.tar.xz 2.9 MiB 16ea97147871b5c0e3353cd112ed3fafb0864f8149e54bce9a8ef4a83d70532a
python-autobahn_21.11.1+dfsg1-2.debian.tar.xz 3.9 KiB f42f41e56baa08b4d883e6a8405827829b8acafcedbb523c33978c5805b2b5ad

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.