1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: txws
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>,
Simon Chopin <chopin.simon@gmail.com>,
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-setuptools,
python-six,
python-vcversioner
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: http://github.com/MostAwesomeDude/txWS
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txws/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/txws/trunk/
Package: python-txws
Architecture: all
Depends: python-six,
python-twisted-core,
python-twisted-web,
${misc:Depends},
${python:Depends}
Description: 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
|