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
|
Source: python-sockjs-tornado
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Build-Depends-Indep: python-httplib2
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-sockjs-tornado.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-sockjs-tornado.git
Homepage: https://github.com/mrjoes/sockjs-tornado
Package: python-sockjs-tornado
Architecture: all
Depends: python-tornado,
${misc:Depends},
${python:Depends}
Recommends: ${python:Recommends}
Description: server side counterpart of SockJS-client browser library - Python 2.x
SockJS-tornado is a Python server side counterpart of SockJS-client browser
library running on top of Tornado framework. SockJS provides slightly
different API than tornado.websocket.
.
This package provides the Python 2.x module.
Package: python3-sockjs-tornado
Architecture: all
Depends: python3-tornado,
${misc:Depends},
${python3:Depends}
Recommends: ${python3:Recommends}
Description: server side counterpart of SockJS-client browser library - Python 3.x
SockJS-tornado is a Python server side counterpart of SockJS-client browser
library running on top of Tornado framework. SockJS provides slightly
different API than tornado.websocket.
.
This package provides the Python 3.x module.
|