Skip to content

Asyncio-based Implementation of WHOIS Protocol

License

Notifications You must be signed in to change notification settings

ultrafunkamsterdam/aiowhois

 
 

Repository files navigation

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

About

Asyncio-based Implementation of WHOIS Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%