Metadata-Version: 2.1
Name: clouds-aws
Version: 0.4.1
Summary: A tool for easy handling of AWS CloudFormation stacks as code.
Home-page: https://github.com/elias5000/clouds-aws
Author: Frank Wittig
Author-email: frank@e5k.de
License: Apache License, Version 2.0
Keywords: aws cloudformation devops
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: Utilities
Requires-Dist: boto3
Requires-Dist: ruamel.yaml
Requires-Dist: scandir
Requires-Dist: tabulate

Clouds-aws a CLI tool easy handling if CloudFormation stacks as code.

Clouds-aws represents CF stacks on the local disk as files (template + parameters).
It can create or update existing stacks in AWS with a single,
easy command from local files or dump an existing stack to files.
Clouds-aws is also suitable for usage in automation.

