File: control

package info (click to toggle)
python-autobahn 22.7.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,404 kB
  • sloc: python: 38,356; javascript: 2,705; makefile: 905; ansic: 371; sh: 63
file content (90 lines) | stat: -rw-r--r-- 2,367 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
Source: python-autobahn
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools (>= 99~),
 python3-all,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Build-Depends-Indep:
 python3-attr (>= 19.2.0),
 python3-base58,
 python3-cbor,
 python3-cffi (>= 1.11.5),
 python3-cryptography (>= 3.3.2),
 python3-ecdsa,
 python3-flatbuffers,
 python3-enchant,
 python3-hyperlink,
 python3-lz4,
 python3-mnemonic,
 python3-msgpack (>= 1.0.2),
 python3-nacl,
 python3-openssl,
 python3-passlib,
 python3-pyqrcode,
 python3-pytest (>= 6.2),
 python3-pytest-asyncio,
 python3-service-identity (>= 18.1.0),
 python3-snappy,
 python3-trie (>= 0.4.0),
 python3-twisted (>= 20.3.0),
 python3-txaio (>= 21.2.1),
 python3-u-msgpack,
 python3-ubjson,
 python3-ujson,
 python3-wsaccel,
 python3-zope.interface,
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-autobahn
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-autobahn.git
Homepage: http://autobahn.ws/python

Package: python3-autobahn
Architecture: all
Depends:
 python3-attr (>= 19.2.0),
 python3-base58,
 python3-cbor,
 python3-cffi (>= 1.11.5),
 python3-cryptography (>= 3.3.2),
 python3-ecdsa,
 python3-flatbuffers,
 python3-hyperlink,
 python3-lz4,
 python3-mnemonic,
 python3-msgpack (>= 1.0.2),
 python3-nacl,
 python3-openssl,
 python3-passlib,
 python3-pyqrcode,
 python3-service-identity (>= 18.1.0),
 python3-snappy,
 python3-trie (>= 0.4.0),
 python3-twisted,
 python3-txaio (>= 21.2.1),
 python3-u-msgpack,
 python3-ubjson,
 python3-ujson,
 python3-wsaccel,
 python3-zope.interface,
 ${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.