WhoPY was developed to solve some of the many issues facing previous whois wrappers for Python. It provides better TLD coverage, and structured data for use in your application.
To install run pip install whopy
Include the import statement below:
import whopy
Example of usage is below:
res = whopy.get_whois('asu.edu')
print(res)
This repo was pulled from https://github.com/joepie91/python-whois. My goal is to have more active development on this version as it is used in some production systems.
We aim to never break backwards compatibility! If there must be a change, we will ensure this readme is up to date.