Apility.io is the API module. Now it only hosts IP and Domain Endpoints. Maybe I can development for all endpoints in the future.
pip install -r requirements.txt
Example:
import apility
apireq = apility.apility(api_key=**)
dom = apireq.DomainWhois('domain').json
print(jom)