Source: python-adns
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>,
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 libadns1-dev,
 python3-all-dev,
Standards-Version: 4.6.2
Homepage: https://github.com/trolldbois/python3-adns
XS-Debian-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-adns/trunk
XS-Debian-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-adns/trunk/
Vcs-Git: https://gitlab.com/kalilinux/packages/python-adns.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-adns

Package: python3-adns
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Python bindings to the asynchronous DNS resolver library
 This module provides a Python binding to the adns asynchronous DNS
 resolver library.
 .
 The module provides a small wrapper adns that simply returns status
 codes as does the C library. It also provides a more Python like
 interface ADNS that wraps status codes in proper exceptions.
 .
 The package contains working examples in ADNS.py and DNSBL.py.
