OpenStack Orchestration (Heat) Client
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
ZhiQiang Fan 5cb3fc07d5 Support --version for heatclient
Closes-Bug: #1220524
Change-Id: Id78f7c7c78d31c0126b43f7a846f02f2542b0b7c
10 years ago
doc/source Initial import 11 years ago
heatclient Support --version for heatclient 10 years ago
tools Move requirements files to standard names. 10 years ago
.gitignore Migrate to testr from nose. 10 years ago
.gitreview Update .gitreview for org move. 11 years ago
.testr.conf Migrate to testr from nose. 10 years ago
CONTRIBUTING.rst Add CONTRIBUTING file. 10 years ago
LICENSE Initial import 11 years ago
MANIFEST.in Cleanup in preperation for release. 10 years ago
README.rst Rename README.md to README.rst 10 years ago
openstack-common.conf Migrate to pbr. 10 years ago
requirements.txt Updated from global requirements 10 years ago
run_tests.sh Return the exit code from tox to callers of run_tests.sh 10 years ago
setup.cfg Cleanup in preperation for release. 10 years ago
setup.py Updated from global requirements 10 years ago
test-requirements.txt Add mock as a test requirement 10 years ago
tox.ini Merge "Fix and enable Hacking H501 warning" 10 years ago

README.rst

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 http://docs.openstack.org/developer/python-heatclient/.