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

Changelog

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

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Fri, 01 May 2015 13:47:56 +0200

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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autobahn_0.10.3+dfsg1-2.dsc 2.4 KiB bd58b87ad739b663220ac801b8652614b03550f93b9687c9e629e009d8e16cd6
python-autobahn_0.10.3+dfsg1.orig.tar.xz 934.3 KiB 271928f09c4f65d84f1eaaadd63fc3213a6113aa0ec4fa5491cac6efa5b782be
python-autobahn_0.10.3+dfsg1-2.debian.tar.xz 2.7 KiB c1a85de554cb4ed967894d5c823bcfcdad4242d7e3dd6130c172a91fb01c65cb

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.