blob: 16f52c0645e89f09d3774d3cfa62e4b16ae435ef (
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: https://launchpad.net/python-swiftclient
|