File: control

package info (click to toggle)
python-socketio-client 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: python: 1,250; javascript: 142; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 925 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: python-socketio-client
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alexandre Detiste <tchet@debian.org>,
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-python3
 , python3-all
 , python3-setuptools
Standards-Version: 4.6.2
Homepage: https://github.com/invisibleroads/socketIO-client
Vcs-Git: https://salsa.debian.org/python-team/packages/python-socketio-client.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-socketio-client
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-socketio-client
Architecture: all
Depends: ${python3:Depends}
 , ${misc:Depends}
 , python3-requests
 , python3-six
 , python3-websocket
Description: socket.io-client library for Python3
 This package contains a socket.io client library
 for Python3.
 .
 You can use it to write test code against your
 socket.io server.