File: control

package info (click to toggle)
gevent-websocket 0.10.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: python: 995; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,127 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
Source: gevent-websocket
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: William Grzybowski <william@grzy.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.5.1
X-Python3-Version: >= 3.6
Homepage: https://gitlab.com/noppo/gevent-websocket
Vcs-Browser: https://salsa.debian.org/python-team/packages/gevent-websocket
Vcs-Git: https://salsa.debian.org/python-team/packages/gevent-websocket.git
Rules-Requires-Root: no

Package: python3-gevent-websocket
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: websocket library for the gevent networking library (Python 3)
 gevent-websocket is a WebSocket library for the gevent networking library.
 .
 Features include:
 .
  * Integration on both socket level or using an abstract interface.
  * RPC and PubSub framework using WAMP (WebSocket Application Messaging
    Protocol).
  * Easily extendible using a simple WebSocket protocol plugin API.
 .
 This package contains the Python 3 module.