summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2012-05-08 11:17:04 +0100
committerChmouel Boudjnah <chmouel@chmouel.com>2012-05-08 13:09:17 +0100
commitb55acc34f0df54a48665eb3fbc7d9eb024dd7cb2 (patch)
treef2827325ace0f7aa2fad7208fcf59d2506d0eb84 /README.rst
downloadpython-swiftclient-b55acc34f0df54a48665eb3fbc7d9eb024dd7cb2.tar.gz
First commit.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..0664b86
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,20 @@
+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__.
+
+__ http://wiki.openstack.org/HowToContribute
+__ http://github.com/openstack/python-swiftclient
+
+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.
+
+__ http://github.com/openstack/swift
+
+.. contents:: Contents:
+ :local: