Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openstack/python-heatclient
OpenStack Orchestration (Heat) Client. Mirror of code maintained at opendev.org.
https://github.com/openstack/python-heatclient
Last synced: 3 days ago
JSON representation
OpenStack Orchestration (Heat) Client. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/python-heatclient
- Owner: openstack
- License: apache-2.0
- Created: 2012-12-02T17:35:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T14:13:38.000Z (about 1 month ago)
- Last Synced: 2024-11-05T05:34:07.453Z (11 days ago)
- Language: Python
- Homepage: https://opendev.org/openstack/python-heatclient
- Size: 2.41 MB
- Stars: 93
- Watchers: 15
- Forks: 73
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
========================
Team and repository tags
========================.. image:: https://governance.openstack.org/tc/badges/python-heatclient.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html.. Change things from this point on
=================
python-heatclient
=================.. image:: https://img.shields.io/pypi/v/python-heatclient.svg
:target: https://pypi.org/project/python-heatclient/
:alt: Latest VersionOpenStack 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.org/project/python-heatclient
.. _Online Documentation: https://docs.openstack.org/python-heatclient/latest
.. _Launchpad project: https://launchpad.net/python-heatclient
.. _Blueprints: https://blueprints.launchpad.net/python-heatclient
.. _Bugs: https://storyboard.openstack.org/#!/project/openstack/python-heatclient
.. _Source: https://opendev.org/openstack/python-heatclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Specs: https://specs.openstack.org/openstack/heat-specs/
.. _Template: https://opendev.org/openstack/heat-templates/