summaryrefslogtreecommitdiff
path: root/net/py-dns/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-dns/DESCR')
-rw-r--r--net/py-dns/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/py-dns/DESCR b/net/py-dns/DESCR
new file mode 100644
index 00000000000..27250ec58c1
--- /dev/null
+++ b/net/py-dns/DESCR
@@ -0,0 +1,5 @@
+dnspython is a DNS toolkit for Python. It 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.