File: control

package info (click to toggle)
python-socketio-client 0.6.5-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 184 kB
  • ctags: 228
  • sloc: python: 1,108; makefile: 14
file content (41 lines) | stat: -rw-r--r-- 1,146 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
31
32
33
34
35
36
37
38
39
40
41
Source: python-socketio-client
Section: python
Priority: optional
Maintainer: Leo Iannacone <l3on@ubuntu.com>
Build-Depends: debhelper (>= 9)
 , python-all (>= 2.6.6-3~)
 , python3-all
 , python-setuptools
 , python3-setuptools
Standards-Version: 3.9.6
Homepage: https://github.com/invisibleroads/socketIO-client
Vcs-Git: git://anonscm.debian.org/collab-maint/python-socketio-client.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-socketio-client.git

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

Package: python3-socketio-client
Architecture: all
Depends: ${python: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.