From 1269bb20c770ca9869f54da9e1db9af7173b9809 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 10 Oct 2012 08:55:03 +1300 Subject: Initial import --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.rst (limited to 'README.rst') 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 `_. The master +repository is on `GitHub `_. + +See release notes and more at ``_. -- cgit v1.2.1