Source: python-adns Section: python Priority: optional Maintainer: Kali Developers Build-Depends: debhelper-compat (= 13), python3-all-dev, dh-python, libadns1-dev (>= 1.2) Standards-Version: 4.5.1 Homepage: https://github.com/trolldbois/python3-adns 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: ${python3:Depends}, ${shlibs:Depends}, ${misc: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.