Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 673 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 673 Bytes

aiowhois

image image image aiowhois Build status

Asyncio-based WHOIS supporting legacy and RDAP protocols.

>>> import aiowhois

>>> resolv = aiowhois.Whois(timeout=10)
>>> parsed_whois = await resolv.query(my_domain)

Why aiowhois?

TODO