Resello Reseller API Client written in Python.
Basic Usage:
>>> import resello
>>> client = resello.ReselloClient(reference='...', api_key='...')
>>> response = client.domain.all()
>>> response.status
True
>>> for domain in response:
>>> print(domain)
{'id': '32a4-....', ....}
{'id': 'd764-....', ....}