File: control

package info (click to toggle)
python-websocketd 0.5-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: python: 1,309; javascript: 382; sh: 23; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 1,269 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
Source: python-websocketd
Section: python
Priority: optional
Maintainer: Bas Wijnen <wijnen@debian.org>
Build-Depends: debhelper (>= 10), python3-all, dh-python, doxygen, python3-doxypypy | doxypy, libjs-jquery, graphviz, python3-setuptools, pybuild-plugin-pyproject, python3-network
Standards-Version: 4.6.2

Package: python3-websocketd
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, python3-network, python3
Description: python module for creating a http server which uses WebSockets
 This module uses the network module to create a server, and implements http(s)
 and WebSockets over those connections.  With only 6 lines of code you have a
 working system.  You only have to add what you want your server to do.

Package: python3-websocketd-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: python3-websocketd (= ${source:Version}), python3-network-doc
Description: API documentation for python3-websocketd
 This module uses the network module to create a server, and implements http(s)
 and WebSockets over those connections.  With only 6 lines of code you have a
 working system.  You only have to add what you want your server to do.
 .
 This package contains the API documentation.