File: control

package info (click to toggle)
flask-socketio 5.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: python: 1,315; makefile: 13; sh: 2
file content (28 lines) | stat: -rw-r--r-- 1,155 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: flask-socketio
Section: python
Priority: optional
Maintainer: Paulo Henrique de Lima Santana (phls) <phls@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3,
               python3-all,
               python3-flask,
               python3-setuptools,
               python3-socketio (>=5.12.0),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/miguelgrinberg/Flask-SocketIO
Vcs-Browser: https://salsa.debian.org/debian/python-flask-socketio
Vcs-Git: https://salsa.debian.org/debian/python-flask-socketio.git

Package: python3-flask-socketio
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Conflicts: python-socketio
Description: Socket.IO integration for Flask applications
 Flask-SocketIO gives Flask applications access to low latency bi-directional
 communications between the clients and the server. The client-side
 application can use any of the SocketIO official clients libraries in
 Javascript, C++, Java and Swift, or any compatible client to establish a
 permanent connection to the server.