This project is to enhance the python DNS library initially written by Guido van Rossum, then extended by Anthony Baxter, Michael Ströder and others.
Categories
DNSLicense
Python License (CNRI Python License)Follow Python DNS Library
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
There are two common and actively maintained python low level DNS libraries, pydns and dnspython. Dnspython is more featurefull and complete. Pydns, however, is much smaller and simpler. You need a DNS library when you need to do more than lookup a name or IP, for instance lookup MX, SRV, or TXT records.