Source: python-flask-sockets
Section: python
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 11~),
               dh-python,
               python-all,
               python-setuptools,
               python-flask,
               python-gevent,
               python-gevent-websocket
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/python-flask-sockets.git
Vcs-Browser: https://salsa.debian.org/debian/python-flask-sockets
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.
