python-adns

Python bindings to the asynchronous DNS resolver library
  http://code.google.com/p/adns-python/
  0
  no reviews



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.