File: control

package info (click to toggle)
python-django-push-notifications 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 348 kB
  • sloc: python: 2,694; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,157 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
Source: python-django-push-notifications
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 python3-all,
 python3-django,
 python3-djangorestframework,
 python3-mock,
 python3-setuptools,
Standards-Version: 4.1.3
Homepage: https://github.com/jleclanche/django-push-notifications/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-push-notifications
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-push-notifications.git

Package: python3-django-push-notifications
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Send push notifications through GCM or APNS in Django (Python3 version)
 A minimal Django app that implements Device models that can send messages
 through APNS, FCM/GCM and WNS. It provides three models:
 .
  * GCMDevice
  * APNSDevice
  * WNSDevice
 .
 The app also implements an admin panel, through which you can test single and
 bulk notifications.
 .
 This package contains the Python 3 version of the library.