Source: txws Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Nicolas Dandrimont Build-Depends: debhelper (>= 11), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python-six, python-vcversioner, python3-all, python3-setuptools, python3-six, python3-vcversioner, Standards-Version: 4.2.0 Homepage: https://github.com/MostAwesomeDude/txWS Vcs-Git: https://salsa.debian.org/python-team/modules/txws.git Vcs-Browser: https://salsa.debian.org/python-team/modules/txws 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 (Python 2) 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. . This package installs the library for Python 2. Package: python3-txws Architecture: all Depends: python3-six, python3-twisted, ${misc:Depends}, ${python3:Depends} Description: Python module to add Websocket support to the Twisted framework (Python 3) 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. . This package installs the library for Python 3.