python-websockets 2.6-1 source package in Ubuntu

Changelog

python-websockets (2.6-1) unstable; urgency=low

  * Initial release (closes: #798397)

 -- Piotr Ożarowski <email address hidden>  Tue, 08 Sep 2015 21:03:37 +0200

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-websockets_2.6-1.dsc 2.0 KiB 6d8fc9566b4d0bb9186ef8b4792d16d7884d3e3a52ac5e029a2ad3e151e82971
python-websockets_2.6.orig.tar.gz 25.5 KiB e64527bf77ece91afc0d3c1d19b07077659ad3305a87361ee7073dd8f039fbc2
python-websockets_2.6-1.debian.tar.xz 2.0 KiB f5ffbfc38b312be0b75eb88a3508a686049d31d69ed3fc586873709eb6567f3c

No changes file available.

Binary packages built by this source

python3-websockets: implementation of the WebSocket Protocol (RFC 6455)

 websockets is a library for developing WebSocket servers and clients in
 Python. It implements RFC 6455 with a focus on correctness and simplicity.
 It passes the Autobahn Testsuite.
 .
 Built on top of Python's asynchronous I/O support introduced in PEP 3156,
 it provides an API based on coroutines, making it easy to write highly
 concurrent applications.