Source: django-notification
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.3
Build-Depends-Indep: debhelper (>= 7.0.50~), python-support
Build-Depends: python-setuptools
Homepage: http://github.com/jtauber/django-notification/
Vcs-Browser: http://git.debian.org/?p=collab-maint/django-notification.git
Vcs-Git: git://git.debian.org/git/collab-maint/django-notification.git

Package: python-django-notification
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: user notification management for Django
 Many sites need to notify users when certain events have
 occurred and to allow configurable options as to how those
 notifications are to be received, including:
 .
  * submission of notification messages by other apps
  * notification messages on signing in
  * notification messages via email (configurable by user)
  * notification messages via feed
