OpenStack Storage (Swift) Client
Go to file
Jenkins 0feb83a00c Merge "Change Examples from headings to topics" 2016-09-05 18:55:01 +00:00
bin Make bin/swift testable part 2 2014-03-25 11:36:39 +00:00
doc Merge "Change Examples from headings to topics" 2016-09-05 18:55:01 +00:00
examples Merge "Fix examples and missing code-block" 2016-08-25 20:29:54 +00:00
releasenotes/notes authors/changelog updates for 3.1.0 release 2016-09-01 08:53:24 -07:00
swiftclient Merge "Accept gzip-encoded API responses" 2016-09-01 03:18:18 +00:00
tests Merge "Accept gzip-encoded API responses" 2016-09-01 03:18:18 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:54:40 +00:00
.functests Fix running the unittests under py3 2014-05-09 09:29:04 +02:00
.gitignore do hand-curated authors/changelog files 2015-09-04 18:29:30 +01:00
.gitreview Add openstack project infrastructure. 2012-05-16 17:30:46 -04:00
.mailmap authors/changelog updates for 3.1.0 release 2016-09-01 08:53:24 -07:00
.manpages adding .manpages script to swift client 2016-02-25 16:07:28 -05:00
.testr.conf Fix running the unittests under py3 2014-05-09 09:29:04 +02:00
.unittests Add functional tests for python-swiftclient 2014-05-05 11:53:37 +02:00
AUTHORS authors/changelog updates for 3.1.0 release 2016-09-01 08:53:24 -07:00
CONTRIBUTING.rst Migrated contributing file from .md to .rst 2016-05-16 11:55:14 +00:00
ChangeLog authors/changelog updates for 3.1.0 release 2016-09-01 08:53:24 -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 Query string functionality for containers 2016-06-09 13:51:26 -05:00
bindep.txt Move other-requirements.txt to bindep.txt 2016-08-12 21:14:25 +02:00
requirements.txt Remove simplejson dependency 2015-05-20 18:14:53 -07:00
run_tests.sh Add run_tests.sh script here. 2012-05-21 12:52:55 +02:00
setup.cfg Update the home-page with developer documentation 2016-05-17 14:32:47 +05:30
setup.py Add python version constraint python>=2.7 2016-07-06 02:16:52 +00:00
test-requirements.txt Move python-keystoneclient to "extras" 2016-03-07 11:21:33 -08:00
tox.ini Move python-keystoneclient to "extras" 2016-03-07 11:21:33 -08:00

README.rst

Python bindings to the OpenStack Object Storage API

Latest Version

Downloads

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.

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

Contents: