Metadata-Version: 2.4
Name: python-heatclient
Version: 4.3.0
Summary: OpenStack Orchestration API Client Library
Home-page: https://docs.openstack.org/python-heatclient/latest
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: pbr>=2.0.0
Requires-Dist: cliff>=2.8.0
Requires-Dist: iso8601>=0.1.11
Requires-Dist: osc-lib>=1.14.0
Requires-Dist: PrettyTable>=0.7.2
Requires-Dist: oslo.i18n>=3.15.3
Requires-Dist: oslo.serialization>=2.18.0
Requires-Dist: oslo.utils>=3.33.0
Requires-Dist: keystoneauth1>=3.8.0
Requires-Dist: python-swiftclient>=3.2.0
Requires-Dist: PyYAML>=3.13
Requires-Dist: requests>=2.14.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

========================
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 Version


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

