File: control

package info (click to toggle)
django-anymail 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 492 kB
  • sloc: python: 4,342; makefile: 4
file content (86 lines) | stat: -rw-r--r-- 3,202 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Source: django-anymail
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends:
 debhelper (>= 9~),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
# Test Requirements
# python-django,
# python-mock,
# python-requests,
# python-six,
# python-sparkpost,
# python3-django,
# python3-requests,
# python3-six,
# python3-mock,
# python3-sparkpost
Standards-Version: 4.2.1
Homepage: https://github.com/anymail/django-anymail
Vcs-Git: https://salsa.debian.org/python-team/modules/django-anymail.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-anymail.git

Package: python-django-anymail
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Suggests: python-sparkpost, python-boto3
Description: Django email backend for multiple ESPs (Python 2)
 Anymail integrates several transactional email service providers (ESPs) into
 Django, with a consistent API that lets you use ESP-added features without
 locking your code to a particular ESP.
 .
 It currently fully supports Amazon SES (requires python-boto3), Mailgun,
 Mailjet, Postmark, SendinBlue, SendGrid, and SparkPost, and has limited
 support for Mandrill
 .
 Anymail normalizes ESP functionality so it "just works" with Django's
 built-in `django.core.mail` package. It includes:
 .
   * Support for HTML, attachments, extra headers, and other features of
     Django's built-in email
   * Extensions that make it easy to use extra ESP functionality, like tags,
     metadata, and tracking, with code that's portable between ESPs
   * Simplified inline images for HTML email
   * Normalized sent-message status and tracking notification, by connecting
     your ESP's webhooks to Django signals
   * "Batch transactional" sends using your ESP's merge and template features
 .
 This is the Python 2 version of the package.

Package: python3-django-anymail
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-sparkpost, python3-boto3
Description: Django email backend for multiple ESPs (Python 3)
 Anymail integrates several transactional email service providers (ESPs) into
 Django, with a consistent API that lets you use ESP-added features without
 locking your code to a particular ESP.
 .
 It currently fully supports Amazon SES (requires python3-boto3), Mailgun,
 Mailjet, Postmark, SendinBlue, SendGrid, and SparkPost, and has limited
 support for Mandrill
 .
 Anymail normalizes ESP functionality so it "just works" with Django's
 built-in `django.core.mail` package. It includes:
 .
   * Support for HTML, attachments, extra headers, and other features of
     Django's built-in email
   * Extensions that make it easy to use extra ESP functionality, like tags,
     metadata, and tracking, with code that's portable between ESPs
   * Simplified inline images for HTML email
   * Normalized sent-message status and tracking notification, by connecting
     your ESP's webhooks to Django signals
   * "Batch transactional" sends using your ESP's merge and template features
 .
 This is the Python 3 version of the package.