OpenStack Storage (Swift) Client
Go to file
Clay Gerrard ec14619ef0 Add a NullHandler when setting up library logging
I was gunna write a test, but mocking ImportErrors is a PITA, so I decided to
just get my tox py26 working instead.  Tests seem to fail/pass as expected
without/with the inline NullHanlder.

Closes-Bug: 1212861

Change-Id: I20207374a77ee9969ab201c3a57e4caf40c02a61
2013-08-17 00:27:24 -07:00
bin Move multi-threading code to a library. 2013-07-28 22:08:17 -07:00
doc Move multi-threading code to a library. 2013-07-28 22:08:17 -07:00
swiftclient Add a NullHandler when setting up library logging 2013-08-17 00:27:24 -07:00
tests Merge "Added headers argument support to get_object()" 2013-08-02 19:23:23 +00:00
.coveragerc Add .coveragerc file to show correct code coverage 2013-05-16 01:24:33 -07:00
.gitignore fix(gitignore) : Ignore *.egg files 2013-07-24 16:31:13 -04:00
.gitreview Add openstack project infrastructure. 2012-05-16 17:30:46 -04:00
.mailmap Add *.swp into .gitignore 2013-06-27 22:28:33 +08:00
.testr.conf Use testr instead of nose. 2013-01-18 16:13:27 -05:00
.unittests Move multi-threading code to a library. 2013-07-28 22:08:17 -07:00
LICENSE Add CHANGELOG LICENSE and MANIFEST.in 2012-05-08 16:30:13 +01:00
MANIFEST.in Switch to pbr for setup. 2013-05-01 12:23:12 -04:00
README.rst Fix links. 2012-05-08 15:21:56 +01:00
requirements.txt Rename requires files to standard names. 2013-05-30 22:14:28 +00:00
run_tests.sh Add run_tests.sh script here. 2012-05-21 12:52:55 +02:00
setup.cfg Switch to pbr for setup. 2013-05-01 12:23:12 -04:00
setup.py Switch to pbr for setup. 2013-05-01 12:23:12 -04:00
test-requirements.txt Allow storage url override for both auth vers. 2013-07-05 14:12:59 -05:00
tox.ini python3: Introduce py33 to tox.ini 2013-06-01 19:27:54 -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: