summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-07-14 18:27:12 +0200
committerDirk Mueller <dirk@dmllr.de>2013-07-14 18:29:08 +0200
commit43b6b0cdc4efd54f122d91f654aced914686e34b (patch)
treee72addfcce3acba54e19aef5c24dcf01f8c017ce /README.rst
parenta4208dc54d9e23f1073e36fc906ae6a8c4603bbd (diff)
downloadpython-heatclient-43b6b0cdc4efd54f122d91f654aced914686e34b.tar.gz
Rename README.md to README.rst
The content looks more like restructured text to me, and it seems to be more common amongst OpenStack projects. Change-Id: Iba8c21985c055f1712069a6e70d345bb920381bf
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..bfbde8e
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,12 @@
+Python bindings to the Heat orchestration API
+=============================================
+
+This is a client library for Heat built on the Heat orchestration API. It
+provides a Python API (the ``heatclient`` module) and a command-line tool
+(``heat``).
+
+Development takes place via the usual OpenStack processes as outlined in the
+`OpenStack wiki <http://wiki.openstack.org/HowToContribute>`_. The master
+repository is on `GitHub <http://github.com/heat-api/python-heatclient>`_.
+
+See release notes and more at `<http://docs.openstack.org/developer/python-heatclient/>`_.