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 35
|
Source: txws
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Nicolas Dandrimont <olasd@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-vcversioner,
Standards-Version: 4.7.3
Homepage: https://github.com/MostAwesomeDude/txWS
Vcs-Git: https://salsa.debian.org/python-team/packages/txws.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/txws
Testsuite: autopkgtest-pkg-python
Package: python3-txws
Architecture: all
Depends:
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.
|