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
|
Source: python-mailer
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: David Watson <dwatson@debian.org>,
Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: https://pypi.python.org/pypi/mailer
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mailer.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-mailer.git
Package: python-mailer
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python module that simplifies sending email (Python 2)
Simplifies sending emails in Python, features a single class to send
plain text, HTML email, and attachments. Mailer auto detects attachment
types and has support for internationalized headers.
.
This is the Python 2 version of the package.
Package: python3-mailer
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python module that simplifies sending email (Python 3)
Simplifies sending emails in Python, features a single class to send
plain text, HTML email, and attachments. Mailer auto detects attachment
types and has support for internationalized headers.
.
This is the Python 3 version of the package.
|