Skip to content

Instantly share code, notes, and snippets.

@sathlan
Created September 18, 2014 02:31
Show Gist options
  • Save sathlan/0aee652c8905795beb74 to your computer and use it in GitHub Desktop.
Save sathlan/0aee652c8905795beb74 to your computer and use it in GitHub Desktop.
simple swift debug client.
import swiftclient
c = swiftclient.client.Connection(
authurl='http://localhost:8080/auth/v1.0',
user='test:tester',
key='testing',
auth_version='1')
con_path = c.get_container(container='docker',
path='lvl_1/')
con_prefix = c.get_container(container='docker',
prefix='lvl_1/',
delimiter='/')
import epdb
epdb.set_trace()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment