python3-heat

client library and CLI for OpenStack Heat - Python 3.x

Install

All systems
curl cmd.cat/python3-heat.sh
Debian Debian
apt-get install python3-heatclient
Ubuntu
apt-get install python3-heatclient
image/svg+xml Kali Linux
apt-get install python3-heatclient
Fedora
dnf install python3-heatclient
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-heatclient
Raspbian
apt-get install python3-heatclient

python3-heatclient

client library and CLI for OpenStack Heat - Python 3.x

Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. This is a client for the OpenStack Heat API. There's a Python API (the heatclient module), and a command-line script (heat). Each implements 100% of the OpenStack Heat API. This package provides the Python 3.x module.