File: control

package info (click to toggle)
python-autobahn 0.14.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,132 kB
  • ctags: 3,069
  • sloc: python: 18,460; makefile: 285; sh: 3
file content (103 lines) | stat: -rw-r--r-- 4,010 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Source: python-autobahn
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: python-cbor,
                     python-concurrent.futures (>= 2.1.5),
                     python-enchant,
                     python-lz4 (>= 0.2.1),
                     python-mock (>= 1.3),
                     python-msgpack (>= 0.4.0),
                     python-nacl,
                     python-pytest (>= 2.6),
                     python-qrcode,
                     python-six,
                     python-snappy (>= 0.5),
                     python-sphinx-rtd-theme,
                     python-sphinxcontrib.spelling,
                     python-trollius (>= 2.0),
                     python-twisted (>= 11.1),
                     python-txaio (>= 2.5.1),
                     python-unittest2 (>= 1.1.0),
                     python-zope.interface (>= 3.6),
                     python3-cbor,
                     python3-enchant,
                     python3-lz4 (>= 0.2.1),
                     python3-mock (>= 1.3),
                     python3-msgpack (>= 0.4.0),
                     python3-nacl,
                     python3-pytest (>= 2.6.4),
                     python3-six,
                     python3-snappy (>= 0.5),
                     python3-twisted (>= 11.1),
                     python3-txaio (>= 2.5.1),
                     python3-unittest2 (>= 1.1.0),
                     python3-zope.interface (>= 3.6),
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-autobahn?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-autobahn -b debian/newton
Homepage: http://autobahn.ws/python

Package: python-autobahn
Architecture: all
Depends: python-cbor,
         python-concurrent.futures (>= 2.1.5),
         python-lz4 (>= 0.2.1),
         python-msgpack (>= 0.4.0),
         python-nacl,
         python-qrcode,
         python-six,
         python-snappy (>= 0.5),
         python-trollius (>= 2.0),
         python-twisted (>= 11.1),
         python-txaio (>= 2.5.1),
         python-zope.interface (>= 3.6),
         ${misc:Depends},
         ${python:Depends},
Description: WebSocket client and server library, WAMP framework - Python 2.x
 Autobahn|Python is a networking library that is part of the Autobahn project
 and provides implementations of:
  * The WebSocket Protocol
  * The Web Application Messaging Protocol (WAMP)
 for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients.
 .
 WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
 asynchronous Remote Procedure Calls and Publish & Subscribe on top of
 WebSocket.
 .
 This package contains the Python 2.x module.

Package: python3-autobahn
Architecture: all
Depends: python3-cbor,
         python3-lz4 (>= 0.2.1),
         python3-msgpack (>= 0.4.0),
         python3-nacl,
         python3-six,
         python3-snappy (>= 0.5),
         python3-trollius (>= 2.0),
         python3-twisted (>= 11.1),
         python3-txaio (>= 2.5.1),
         python3-zope.interface (>= 3.6),
         ${misc:Depends},
         ${python3:Depends},
Description: WebSocket client and server library, WAMP framework - Python 3.x
 Autobahn|Python is a networking library that is part of the Autobahn project
 and provides implementations of:
  * The WebSocket Protocol
  * The Web Application Messaging Protocol (WAMP)
 for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients.
 .
 WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
 asynchronous Remote Procedure Calls and Publish & Subscribe on top of
 WebSocket.
 .
 This package contains the Python 3.x module.