Metadata-Version: 2.0
Name: awscfncli
Version: 0.5.1
Summary: AWS CloudFormation CLI
Home-page: https://github.com/Kotaimen/awscfncli
Author: Kotaimen, Ray
Author-email: kotaimen.c@gmail.com, gliese.q@gmail.com
License: MIT
Keywords: awscfncli aws cfn cli cloudformation stack template changeset commandline development
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: PyYAML (>=3.11)
Requires-Dist: awscli (>=1.10)
Requires-Dist: boto3 (>=1.3)
Requires-Dist: click (>=6.0)
Requires-Dist: six (>=1.10.0)
Provides-Extra: dev
Requires-Dist: mock; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Provides-Extra: test
Requires-Dist: mock; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'


AWS CloudFormation CLI
**********************

Introduction
============

``awscfncli`` is a simple CLI tool that helps you manage AWS CloudFormation stacks.

Features:

* awscli a-like CLI interface.
* Simple YAML stack configuration file.
* Tracking stack events in the CLI.

See also: `awscfncli <https://kotaimen.github.io/awscfncli>`_



