File: control

package info (click to toggle)
dnspython 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,872 kB
  • sloc: python: 17,350; makefile: 56; sh: 5
file content (33 lines) | stat: -rw-r--r-- 1,682 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
Source: dnspython
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Robert S. Edmonds <edmonds@debian.org>, Scott Kitterman <scott@kitterman.com>, Matthew Grant <matthewgrant5@gmail.com>
Build-Depends: debhelper-compat (= 12), python3-all, python3-setuptools, dh-python, netbase
Homepage: http://www.dnspython.org
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/python-team/modules/dnspython.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/dnspython

Package: python3-dnspython
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, netbase
Recommends: python3-cryptography (>= 2.6), python3-idna, ca-certificates, python3-requests, python3-requests-toolbelt
Suggests: python3-sniffio, python3-trio
Breaks: python3-dkim (<< 1.0.5), dkimpy-milter (<< 1.2.2), python3-spf (<< 2.0.14-2~)
Description: DNS toolkit for Python 3
 dnspython is a DNS toolkit for Python. It supports almost all record types. It
 can be used for queries, zone transfers, and dynamic updates. It supports TSIG
 authenticated messages and EDNS0.
 .
 With recommended additional dependencies installed it also support DNS Over
 HTTPS (DOH), DNSSEC, and non-ascii (IDNA) DNS operations.  It can support
 asynchronous if python3-sniffio and python3-trio are installed, but this is
 not the default.
 .
 dnspython provides both high and low level access to DNS. The high level
 classes perform queries for data of a given name, type, and class, and return
 an answer set. The low level classes allow direct manipulation of DNS zones,
 messages, names, and records.
 .
 This is the Python 3 version.