| 12
 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
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 
 | Source: django-notification
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Homepage: http://github.com/jtauber/django-notification/
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/django-notification.git
Vcs-Git: https://anonscm.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 (Python 2 version)
 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
 .
 This package is for Python2.
Package: python3-django-notification
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: user notification management for Django (Python 3 version)
 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
 .
 This package is for Python3.
 |