OpenStack Storage (Swift) Client
Go to file
gholt 99b8253450 Make python-keystoneclient optional
A lot of us don't use Keystone.

Change-Id: Ifcd5fe609efbe950e935c0e0cfee200687b69eda
2012-08-14 15:07:54 +00:00
bin Fix container delete throughput and 409 retries. 2012-08-03 19:34:40 -07:00
doc Merge "Removes the title "Swift Web" from landing page." 2012-07-16 18:34:49 +00:00
swiftclient Merge "Use keystoneclient for authentication." 2012-08-02 17:42:40 +00:00
tests Use keystoneclient for authentication. 2012-07-06 18:40:45 +00:00
tools Make python-keystoneclient optional 2012-08-14 15:07:54 +00:00
.gitignore Add post-tag versioning. 2012-06-26 21:23:25 -05:00
.gitreview Add openstack project infrastructure. 2012-05-16 17:30:46 -04:00
.unittests Import script from swift to run unittests. 2012-05-08 15:18:01 +01:00
LICENSE Add CHANGELOG LICENSE and MANIFEST.in 2012-05-08 16:30:13 +01:00
MANIFEST.in Add post-tag versioning. 2012-06-26 21:23:25 -05:00
openstack-common.conf Consume version info from pkg_resources. 2012-07-11 12:26:14 -05:00
README.rst Fix links. 2012-05-08 15:21:56 +01:00
run_tests.sh Add run_tests.sh script here. 2012-05-21 12:52:55 +02:00
setup.cfg Add build_sphinx options. 2012-06-11 14:51:40 -07:00
setup.py Add post-tag versioning. 2012-06-26 21:23:25 -05:00
tox.ini Consume version info from pkg_resources. 2012-07-11 12:26:14 -05:00

Python bindings to the OpenStack Object Storage API

This is a python client for the Swift API. There's a Python API (the swiftclient module), and a command-line script (swift).

Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki. The master repository is on GitHub.

This code is based on original the client previously included with OpenStack's swift The python-swiftclient is licensed under the Apache License like the rest of OpenStack.

Contents: