blob: 55e40576689470905eb0ba931d678f42686eec5f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
This is a python client for the Swift API. There's a Python API (the
``swiftclient`` module), and a command-line script (``swift``).
This code is based on original the client previously included with
OpenStack's swift -- a highly available, distributed, eventually
consistent object/blob store.
WWW: http://launchpad.net/python-swiftclient
|