File: control

package info (click to toggle)
txws 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: python: 352; makefile: 7
file content (56 lines) | stat: -rw-r--r-- 1,965 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: txws
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
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.