You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Larry Hajali 9903488992
python/dnspython: Updated for version 1.15.0
9 years ago
..
README python/dnspython: Updated for version 1.12.0. 11 years ago
dnspython.SlackBuild python/dnspython: Updated for version 1.15.0 9 years ago
dnspython.info python/dnspython: Updated for version 1.15.0 9 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

README

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.

pycrypto and ecdsa are optional dependencies for DNSSEC functionality.