OpenStack Storage (Swift) Client
Go to file
Clark Boylan 7618feaeb1 Consume version info from pkg_resources.
Documenation builds specify a version in doc/source/conf.py that is
used in appropriate places through out the documentation. Previously
this value had not been defined properly and documentation builds
failed. Retrieve the version info using pkg_resources and set it
properly.

Use openstack.common.version to consume the generated version information
for documentation. Additional, add a swiftclient.__version__ member which
will return the version of swiftclient being used.

Change-Id: I14f3abdf00da3f9ea7d0651efe76b08f69ddabae
2012-07-11 12:26:14 -05:00
bin Now url encodes/decodes x-object-manifest values 2012-06-28 23:43:30 +00:00
doc Consume version info from pkg_resources. 2012-07-11 12:26:14 -05:00
swiftclient Consume version info from pkg_resources. 2012-07-11 12:26:14 -05:00
tests Allow specify tenant:user in user. 2012-06-27 19:19:37 +00:00
tools Fix pep8 errors w/pep8==1.3. 2012-06-15 12:18:08 -07: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
README.rst Fix links. 2012-05-08 15:21:56 +01:00
openstack-common.conf Consume version info from pkg_resources. 2012-07-11 12:26:14 -05: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

README.rst

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: