websocket-client 0.12.0-1 source package in Ubuntu

Changelog

websocket-client (0.12.0-1) unstable; urgency=medium


  * Initial release. (Closes: #727759)

 -- Nicolas Dandrimont <email address hidden>  Sat, 21 Dec 2013 21:32:31 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
websocket-client_0.12.0-1.dsc 2.0 KiB 3fef1f9993a422e0bbb5524f6195b0c678f2156bffce499e2ae18d838ee9d338
websocket-client_0.12.0.orig.tar.gz 21.9 KiB 2a289c1ba0631dfe4497562cb47fae1fd0a97ee49885f2f1da50ab4d6e6a6b0c
websocket-client_0.12.0-1.debian.tar.gz 1.7 KiB 3cec32907a14e4017bdf5947cfb7f5b9f1fbed9104d92b574fe160d1d8663d8a

No changes file available.

Binary packages built by this source

python-websocket: WebSocket client library for python

 websocket-client provides a low-level, synchronous API providing WebSocket
 client functionality to Python programs. It conforms to the WebSocket
 specification as standardized by the IETF in RFC 6455.
 .
 WebSocket is a protocol providing full-duplex communication channels over
 TCP, mostly used in Web browsers.