import py-dnspython

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.

ok ajacoutot@
This commit is contained in:
benoit 2009-06-04 08:04:28 +00:00
parent 1227f278c5
commit 187040a9a0
2 changed files with 17 additions and 5 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-tests_Makefile,v 1.1.1.1 2009/06/04 08:04:28 benoit Exp $
--- tests/Makefile.orig Wed Jun 3 14:49:40 2009
+++ tests/Makefile Wed Jun 3 14:49:53 2009
@@ -15,7 +15,7 @@
# $Id: patch-tests_Makefile,v 1.1.1.1 2009/06/04 08:04:28 benoit Exp $
-PYTHON=python
+PYTHON=${MODPY_BIN}
check: test

View File

@ -1,8 +1,8 @@
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 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.
return an answer set. The low level classes allow direct manipulation of DNS
zones, messages, names, and records.