Monkeypatching green DNS module for Python
Go to file
R. Tyler Ballance a8a4550d0c Update README with eventlet sample lines 2010-06-08 22:53:54 -07:00
LICENSE Add a new-style BSD license 2010-06-08 16:54:09 -07:00
README.markdown Update README with eventlet sample lines 2010-06-08 22:53:54 -07:00
greendns.py Temporary hack to avoid NXDOMAIN on localhost 2010-06-08 22:51:19 -07:00
setup.py Add a simple setup.py script 2010-06-08 16:51:07 -07:00
test_greendns.py Implement a basic getaddrinfo() method 2010-06-08 16:45:49 -07:00

README.markdown

Green DNS

Just a simple module built around dnspython that monkey-patches the standard library for "green" DNS support.

Best used with Eventlet

Suggested use (with Eventlet):

import eventlet
greendns = eventlet.import_patched('greendns')
greendns.monkeypatch(module=greendns)