dnspython is a DNS toolkit for Python https://www.dnspython.org/
Go to file
2024-01-06 11:04:47 +01:00
python-dnspython-py27.spec obsolete dnspython [release 1.10.0-4mamba;Thu Sep 21 2023] 2024-01-06 11:04:47 +01:00
README.md restore as py27 legacy package for mailman 2 [release 1.10.0-3mamba;Sun Nov 28 2021] 2024-01-06 11:04:47 +01:00

python-dnspython-py27

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.