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
|
Source: gevent-socketio
Section: python
Priority: optional
Maintainer: Benjamin Drung <benjamin.drung@profitbricks.com>
Build-Depends: debhelper (>= 9),
dh-python,
gunicorn,
python-all (>= 2.6.6-3),
python-gevent,
python-gevent-websocket,
python-mock,
python-pytest,
python-setuptools,
python-sphinx,
python-versiontools
Standards-Version: 3.9.7
X-Python-Version: >= 2.5
Homepage: https://github.com/abourget/gevent-socketio
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gevent-socketio.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/gevent-socketio.git
Package: python-socketio
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Socket.IO server based on the gevent pywsgi server
gevent-socketio is a Python implementation of the Socket.IO protocol, developed
originally for Node.js by LearnBoost and then ported to other languages.
Socket.IO enables real-time web communications between a browser and a server,
using a WebSocket-like API. One aim of this project is to provide a single
gevent-based API that works across the different WSGI-based web frameworks out
there (Pyramid, Pylons, Flask, web2py, Django, etc...). Only ~3 lines of code
are required to tie-in gevent-socketio in your framework. Note: you need to use
the gevent Python WSGI server to use gevent-socketio.
Package: python-socketio-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation for gevent-socketio
gevent-socketio is a Python implementation of the Socket.IO protocol, developed
originally for Node.js by LearnBoost and then ported to other languages.
Socket.IO enables real-time web communications between a browser and a server,
using a WebSocket-like API. One aim of this project is to provide a single
gevent-based API that works across the different WSGI-based web frameworks out
there (Pyramid, Pylons, Flask, web2py, Django, etc...). Only ~3 lines of code
are required to tie-in gevent-socketio in your framework. Note: you need to use
the gevent Python WSGI server to use gevent-socketio.
.
This package contains the gevent-socketio documentation in HTML format.
|