txws 0.7.1-2 source package in Ubuntu

Changelog

txws (0.7.1-2) unstable; urgency=low


  * Add myself to Uploaders.
  * Put the real python-twisted-core package in pydist-overrides instead of
    the virtual package, to generate a correct dependency.

 -- Nicolas Dandrimont <email address hidden>  Sun, 07 Jul 2013 13:38:35 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
txws_0.7.1-2.dsc 2.0 KiB 3e78a35b94afc87b3bb6b1f3ffbe5ac91cff59eb0cdaefe6b0c7d731aedb7f87
txws_0.7.1.orig.tar.gz 9.0 KiB 884dc64f1ee3d1de5a513f782b3267c02dd669df75274f1ddad87f543122c9e8
txws_0.7.1-2.debian.tar.gz 2.2 KiB 83f18dc47ffe8001ca480687054c07a48c54cfca4a77955cae04273ccb87fafb

No changes file available.

Binary packages built by this source

python-txws: Python module to add Websocket support to the Twisted framework

 txWS (pronounced "Twisted WebSockets") is a small, short, simple library
 for adding WebSockets server support to your favorite Twisted
 applications.
 .
 Websocket is a protocol providing full-duplex communication channels over TCP
 mostly used in Web browsers.
 .
 Twisted is an event-based framework for internet applications