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
