PyLDNS documentation

PyLDNS provides an LDNS wrapper (Python extension module) - the thinnest layer over the library possible. Everything you can do from the C API, you can do from Python, but with less effort. The purpose of porting LDNS library to Python is to simplify DNS programming and usage of LDNS, however, still preserve the performance of this library as the speed represents the main benefit of LDNS. The proposed object approach allows the users to be concentrated at the essential part of application only and don’t bother with deallocation of objects and so on.

Indices and tables

Table Of Contents

Next topic

Installation