A WHOIS retrieval and parsing library for Python.
FORK of https://github.com/joepie91/python-whois (re-licensed: WTFPL -> MIT)
None! All you need is the Python standard library.
From command line with pwhois example.com
or within your Python app with pythonwhois.get_whois('example.com')
2.5.0 and up: Fixed parsing of .ca, .io, .kr, .nz WHOIS responses. APIs support for timeout
argument to specify a timeout in seconds (float). Several other fixes - see commit log.
older: See https://github.com/joepie91/python-whois