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 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: python-ws4py
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stein Magnus Jodal <jodal@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-cherrypy3,
python-gevent,
python-mock,
python-nose,
python-setuptools,
python-sphinx,
python-sphinxcontrib.seqdiag,
python-tornado,
python3-all,
python3-cherrypy3,
python3-mock,
python3-nose,
python3-setuptools,
python3-sphinx,
python3-sphinxcontrib.seqdiag,
python3-tornado,
Build-Depends-Indep: python-doc
Standards-Version: 3.9.8
Homepage: https://ws4py.readthedocs.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-ws4py.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-ws4py.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-ws4py
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
${sphinxdoc:Depends},
Suggests: python-cherrypy3 | python-gevent | python-tornado,
Description: WebSocket library (Python 2)
Python library providing an implementation of the WebSocket protocol defined
in RFC 6456.
.
This is the Python 2 version of the package.
Package: python3-ws4py
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Suggests: python3-cherrypy3 | python3-tornado,
Description: WebSocket library (Python 3)
Python library providing an implementation of the WebSocket protocol defined
in RFC 6456.
.
This is the Python 3 version of the package.
|