File: control

package info (click to toggle)
python-mailer 0.8.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: python: 306; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,015 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
Source: python-mailer
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: David Watson <dwatson@debian.org>,
           Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.python.org/pypi/mailer
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mailer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mailer

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.