Metadata-Version: 2.2
Name: clouds-aws
Version: 0.4.2
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
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
License-File: LICENSE
License-File: COPYING
Requires-Dist: boto3
Requires-Dist: ruamel.yaml
Requires-Dist: scandir
Requires-Dist: tabulate
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

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.
