File: README.rst

package info (click to toggle)
python-heatclient 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,388 kB
  • ctags: 2,368
  • sloc: python: 18,638; sh: 150; makefile: 88
file content (39 lines) | stat: -rw-r--r-- 1,423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
=================
python-heatclient
=================

.. image:: https://img.shields.io/pypi/v/python-heatclient.svg
    :target: https://pypi.python.org/pypi/python-heatclient/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/python-heatclient.svg
    :target: https://pypi.python.org/pypi/python-heatclient/
    :alt: Downloads


OpenStack Orchestration API Client Library

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``).

* Free software: Apache license
* `PyPi`_ - package installation
* `Online Documentation`_
* `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking
* `Source`_
* `Specs`_
* `Template`_
* `How to Contribute`_

.. _PyPi: https://pypi.python.org/pypi/python-heatclient
.. _Online Documentation: http://docs.openstack.org/developer/python-heatclient
.. _Launchpad project: https://launchpad.net/python-heatclient
.. _Blueprints: https://blueprints.launchpad.net/python-heatclient
.. _Bugs: https://bugs.launchpad.net/python-heatclient
.. _Source: https://git.openstack.org/cgit/openstack/python-heatclient
.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
.. _Specs: http://specs.openstack.org/openstack/heat-specs/
.. _Template: https://git.openstack.org/cgit/openstack/heat-templates/