OpenStack Orchestration (Heat) Client
Go to file
Jeremy Stanley 95a0894a38 Update .gitreview for org move.
* .gitreview: The python-heatclient project moved from the heat-api
org to openstack, so this updates the gerrit remote URL accordingly.

Change-Id: I97d8433ceb61cc227ca139ec26f5e30b8daa4052
2012-12-02 17:48:42 +00:00
doc/source Initial import 2012-10-10 08:55:03 +13:00
heatclient Merge "Pass template as a string if it is not JSON." 2012-11-27 23:35:55 +00:00
tests adding test coverage for common/http, improving the redirect handling 2012-11-13 18:34:22 -05:00
tools Use python-keystoneclient 0.2 series 2012-11-28 11:58:11 +13:00
.gitignore Ignore heatclient/versioninfo 2012-11-26 13:45:36 +13:00
.gitreview Update .gitreview for org move. 2012-12-02 17:48:42 +00:00
LICENSE Initial import 2012-10-10 08:55:03 +13:00
MANIFEST.in setup tweaks 2012-10-12 16:54:06 +13:00
README.md Swap readme files 2012-10-10 10:49:45 +13:00
openstack-common.conf Initial import 2012-10-10 08:55:03 +13:00
run_tests.sh Initial import 2012-10-10 08:55:03 +13:00
setup.cfg Initial import 2012-10-10 08:55:03 +13:00
setup.py setup tweaks 2012-10-12 16:54:06 +13:00
tox.ini Initial import 2012-10-10 08:55:03 +13:00

README.md

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/>_.