Metadata-Version: 2.1
Name: cfn-review-bot
Version: 1!20220215.164420
Summary: CLI to manage CloudFormation stacks
Home-page: https://github.com/biochimia/cfn-review-bot
Author: João Abecasis
Author-email: joao@abecasis.name
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: boto3 (==1.9.117)
Requires-Dist: botocore (==1.12.117)
Requires-Dist: contextlib2 (==0.5.5)
Requires-Dist: docutils (==0.14)
Requires-Dist: Jinja2 (==2.11.3)
Requires-Dist: jmespath (==0.9.4)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: python-dateutil (==2.8.0)
Requires-Dist: PyYAML (==5.4)
Requires-Dist: s3transfer (==0.2.0)
Requires-Dist: schema (==0.7.0)
Requires-Dist: six (==1.12.0)
Requires-Dist: urllib3 (==1.26.5)

# cfn-review-bot

A CLI to manage CloudFormation stacks, that can detect changes and generate
appropriate change-sets. Meant to be integrated with code-review and CI/CD
pipelines.


