File: control

package info (click to toggle)
simple-websocket 1.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: python: 1,612; makefile: 13
file content (29 lines) | stat: -rw-r--r-- 1,145 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
Source: simple-websocket
Section: python
Priority: optional
Maintainer: Paulo Henrique de Lima Santana (phls) <phls@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3,
               python3-all,
               python3-flake8,
               python3-pytest,
               python3-pytest-cov,
               python3-setuptools,
               python3-sphinx,
               python3-wsproto,
Standards-Version: 4.7.2
Homepage: https://github.com/miguelgrinberg/simple-websocket
Vcs-Browser: https://salsa.debian.org/debian/python-simple-websocket
Vcs-Git: https://salsa.debian.org/debian/python-simple-websocket.git

Package: python3-simple-websocket
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Simple WebSocket server and client for Python
 simple-websocket includes a collection of WebSocket servers and clients for
 Python, including support for both traditional and asynchronous (asyncio)
 workflows. The servers are designed to be integrated into larger web
 applications if desired.