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

Changelog

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

  * Removed Victor Vasiliev <email address hidden> from uploaders (Closes: #795882).

 -- Thomas Goirand <email address hidden>  Mon, 14 Sep 2015 10:54:20 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autobahn_0.10.3+dfsg1-3.dsc 2.3 KiB 2e05925ed396b873561ca6bf731cd3c49f83d2233d416fd3355dbc41b8c91f52
python-autobahn_0.10.3+dfsg1.orig.tar.xz 934.3 KiB 271928f09c4f65d84f1eaaadd63fc3213a6113aa0ec4fa5491cac6efa5b782be
python-autobahn_0.10.3+dfsg1-3.debian.tar.xz 2.8 KiB b678585cfd7a9da914b743f8b50b2bfa314814bfe1e88d97abafe4c22f9403b4

Available diffs

No changes file available.

Binary packages built by this source

python-autobahn: WebSocket client and server library, WAMP framework - Python 2.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 2.x module.