OpenStack Storage (Swift) Client
Go to file
Monty Taylor 7bbb5c72ca Version bump after pypi release.
Change-Id: Ic8a6d5de110165dbf2be106e35326288a3ecc928
2012-05-22 08:29:09 -04:00
bin Allow specify the tenant in user. 2012-05-08 14:06:43 +01:00
swiftclient Add openstack project infrastructure. 2012-05-16 17:30:46 -04:00
tests Adding fake_http_connect to test.utils. 2012-05-21 12:51:54 +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: