diff options
Diffstat (limited to 'databases/py-python-swiftclient/pkg-descr')
-rw-r--r-- | databases/py-python-swiftclient/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/py-python-swiftclient/pkg-descr b/databases/py-python-swiftclient/pkg-descr new file mode 100644 index 000000000000..f8c8be3aa3f8 --- /dev/null +++ b/databases/py-python-swiftclient/pkg-descr @@ -0,0 +1,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 |