Metadata-Version: 2.1
Name: cfn-review-bot
Version: 1!20240202.131957
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.28.31
Requires-Dist: botocore ==1.31.31
Requires-Dist: contextlib2 ==21.6.0
Requires-Dist: docutils ==0.20.1
Requires-Dist: Jinja2 ==3.1.2
Requires-Dist: jmespath ==1.0.1
Requires-Dist: MarkupSafe ==2.1.3
Requires-Dist: python-dateutil ==2.8.2
Requires-Dist: PyYAML ==6.0.1
Requires-Dist: s3transfer ==0.6.2
Requires-Dist: schema ==0.7.5
Requires-Dist: six ==1.16.0
Requires-Dist: urllib3 ==1.26.16

# 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.


