from clutch.core import * from pprint import pprint c = Client(username='ignis', password='ignis') for k, v in c.list().items(): pprint (v)