File: control

package info (click to toggle)
python-flask-sockets 0.2.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 88 kB
  • sloc: python: 94; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: python-flask-sockets
Section: python
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-flask,
               python-gevent,
               python-gevent-websocket
X-Python-Version: >= 2.7
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-flask-sockets.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-flask-sockets.git
Homepage: https://github.com/kennethreitz/flask-sockets

Package: python-flask-sockets
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Description: elegant WebSockets for your Flask apps
 This package provides Flask-Sockets, a websocket library to be used with Flask.
 It is based on gevent-websocket and supports Flask Blueprints.