Metadata-Version: 1.2
Name: heat-cfnclient
Version: 0.1.0.dev57
Summary: CloudFormation compatibile Heat client
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: UNKNOWN
Description: ===========================
        Heat CloudFormation Clients
        ===========================
        
        Heat server includes API implementations which aim to be CloudFormation and
        CloudWatch compatible. This project contains client utilities which consume
        these APIs. It is recommended that most interaction with Heat is done instead
        through the native REST API, using a client such as python-heatclient.
        
        Utilities in this repository include:
        heat-cfn   - Manages heat templates via Heat's legacy CloudFormation API
        heat-boto  - As for heat-cfn, but using the boto library to access 
                     Heat's legacy CloudFormation API
        heat-watch - An admin utility to manage alarms and metrics via Heat's minimal
                     CloudWatch compatible API.
        
        Related projects
        ----------------
        * http://wiki.openstack.org/Heat
        
        
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
