File: control

package info (click to toggle)
websocket-client 0.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 628 kB
  • ctags: 317
  • sloc: python: 1,891; sh: 30; makefile: 7
file content (47 lines) | stat: -rw-r--r-- 1,816 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
Source: websocket-client
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>,
           Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-backports.ssl-match-hostname,
               python-setuptools,
               python-six,
               python3-all,
               python3-setuptools,
               python3-six,
Standards-Version: 3.9.8
Homepage: https://github.com/liris/websocket-client
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/websocket-client.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/websocket-client.git

Package: python-websocket
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
Description: WebSocket client library - Python 2.7
 websocket-client provides a low-level, synchronous API providing WebSocket
 client functionality to Python programs. It conforms to the WebSocket
 specification as standardized by the IETF in RFC 6455.
 .
 WebSocket is a protocol providing full-duplex communication channels over
 TCP, mostly used in Web browsers.
 .
 This package provides the Python 2.7 version.

Package: python3-websocket
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: WebSocket client library - Python 3.x
 websocket-client provides a low-level, synchronous API providing WebSocket
 client functionality to Python programs. It conforms to the WebSocket
 specification as standardized by the IETF in RFC 6455.
 .
 WebSocket is a protocol providing full-duplex communication channels over
 TCP, mostly used in Web browsers.
 .
 This package provides the Python 3.x version.