OpenStack Storage (Swift) Client
Go to file
Dan Prince b13823ef18 Raise ClientException for invalid auth version.
- Fixes LP Bug #1008667.
- Fix a pep8 error along the way to pass jenkins.
- Update openstack.swift.common to get jenkins passing for 1.2 pep8
  error.

Change-Id: I4ce86a94e1c799807a2ad8e7e1c502b1eb8a51c7
2012-06-06 19:07:08 +02:00
bin Allow specify the tenant in user. 2012-05-08 14:06:43 +01:00
swiftclient Raise ClientException for invalid auth version. 2012-06-06 19:07:08 +02:00
tests Raise ClientException for invalid auth version. 2012-06-06 19:07:08 +02:00
tools Adding fake_http_connect to test.utils. 2012-05-21 12:51:54 +02:00
.gitignore Add run_tests.sh script here. 2012-05-21 12:52:55 +02: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 openstack project infrastructure. 2012-05-16 17:30:46 -04:00
openstack-common.conf Add openstack project infrastructure. 2012-05-16 17:30:46 -04: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 Added setup.cfg for verbose test output. 2012-05-21 09:09:13 -04:00
setup.py Version bump after pypi release. 2012-05-22 08:29:09 -04:00
tox.ini Removed now-unused .cache.bundle references. 2012-05-21 10:58:35 -04: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: