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
|
Source: python-gwebsockets
Section: python
Priority: optional
Maintainer: Debian Sugar Team <pkg-sugar-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs (>= 0.4.106~),
licensecheck,
python,
python-dev (>= 2.3.5-7),
debhelper,
dh-buildinfo,
python-setuptools
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/pkg-sugar/python-gwebsockets
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-sugar/python-gwebsockets.git
Homepage: https://github.com/dnarvaez/gwebsockets
Package: python-gwebsockets
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
Description: websocket server written in Python
gwebsockets is a websocket server written in python.
.
It uses GIO for network communication and hence easily integrates with
the GLib mainloop.
|