Source: python-django-websocket
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
	python-all,
	python-setuptools,
Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/django-websocket
#Vcs-Git: git://git.debian.org/collab-maint/python-django-websocket.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-django-websocket.git;a=summary

Package: python-django-websocket
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
	python-django,
Description: Websocket support for django
 The django-websocket module provides an implementation of the WebSocket
 Protocol for django. It handles all the low-level details like
 establishing the connection through sending handshake reply, parsing
 messages from the browser etc...
 .
 It integrates well into django since it provides easy hooks to receive
 WebSocket requests either for single views through decorators or for
 the whole site through a custom middleware.
