dnspython 1.16.0-ok1 source package in openKylin
Changelog
dnspython (1.16.0-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
dnspython (1.16.0-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
dnspython_1.16.0.orig.tar.gz | 163.3 KiB | b339ac2eb070d0133f020a6e0cc137a10fc380f3eba3e0655d62a19e64626cbd |
dnspython_1.16.0-ok1.debian.tar.xz | 2.3 KiB | ec6dc11357a975fe674220daeb3ba861fd6697d776a47165035e05ad4965a101 |
dnspython_1.16.0-ok1.dsc | 2.0 KiB | 76aa9549a3895b82e8157a2b2e839b0669579310e59ef42589f5460a45262361 |
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.
.
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.
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-trio is installed, but this is not the default. DNS
Over QUIC (DOQ) is supported if python3-aioquic is installed, also 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.