2014-03-27 9:08 GMT+01:00 Saúl Ibarra Corretgé <[email protected]>: > Yesterday night I put together a simple DNS resolver for > tulip/asyncio: aiodns [0]. It's built using pycares (c-ares bindings > for Python) [1] and offers a simple API (single coroutine) to perform > DNS queries. Supported types are: A, AAAA, CNAME, MX, NAPTR, NS, PTR, > SOA, SRV, TXT.
Cool :-) It would be nice to implement the issue #160 "[Add an API to plug an] Asynchronous DNS client": http://code.google.com/p/tulip/issues/detail?id=160 Victor
