summaryrefslogtreecommitdiffstats
path: root/source/l/python-dnspython/slack-desc
blob: 2ba8a26b418caf38d4bf70afc0fbd5c6548ea9be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.

                |-----handy-ruler------------------------------------------------------|
python-dnspython: python-dnspython (DNS toolkit for Python)
python-dnspython:
python-dnspython: dnspython is a DNS toolkit for Python. It supports almost all record
python-dnspython: types. It can be used for queries, zone transfers, and dynamic
python-dnspython: updates. It supports TSIG authenticated messages and EDNS0. dnspython
python-dnspython: provides both high and low level access to DNS. The high level classes
python-dnspython: perform queries for data of a given name, type, and class, and return
python-dnspython: an answer set. The low level classes allow direct manipulation of DNS
python-dnspython: zones, messages, names, and records.
python-dnspython:
python-dnspython: Homepage: https://www.dnspython.org/