blob: f8c8be3aa3f8b3a656684f5f62be00c3dbb32965 (
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 the original client previously included with
OpenStack's swift -- a highly available, distributed, eventually
consistent object/blob store.
WWW: http://launchpad.net/python-swiftclient
|