This client library is designed to support the Zoom.it API.
Basic usage:
service = zoomit.ZoomItService()
content = service.get_content_by_url('http://openzoom.org')
id = content['id']
dzi = content['dzi']
print(id, dzi)
Please file bugs or issues you encounter.