1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: python-dns
Section: python
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 8.1), python-all (>= 2.6.5-2~), quilt (>= 0.46-7)
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-dns/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-dns/trunk/
Standards-Version: 3.9.5
Homepage: http://sourceforge.net/projects/pydns/
X-Python-Version: >= 2.4
Package: python-dns
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: DNS client module for Python
This Python module provides an DNS API for looking up DNS entries from
within Python modules and applications. This module is a simple, lightweight
implementation. It is not as complete as python-dnspython, but is useful for
many common applications.
|