File: control

package info (click to toggle)
django-notification 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: python: 873; makefile: 113
file content (37 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
Source: django-notification
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Herbert Parentes Fortes Neto <hpfn@debian.org>,
 Matthias Klose <doko@debian.org>,
 Clint Adams <clint@debian.org>,
 Michael Fladischer <fladi@debian.org>,
 Brian May <bam@debian.org>,
 Thomas Goirand <zigo@debian.org>,
Standards-Version: 4.4.0
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python3-all,
 python3-setuptools,
Homepage: http://github.com/jtauber/django-notification/
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-notification
Vcs-Git: https://salsa.debian.org/python-team/modules/django-notification.git

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.