pip3 install resellme
from resellme import Resellme
# Create resellme object with API Token from Resellme
resellme = Resellme(api_key='Your API Token')
# Searching a Domain
json_response = resellme.search_domain('xyz.co.zw')
# Handle json response data contained in json_response