Metadata-Version: 2.4
Name: cfn-ci-helper
Version: 2026.8.18.4
Summary: A Cloudformation CI Helper System
Author-email: Chris Halbersma <chris@halbersma.us>
License-Expression: BSD-3-Clause
Project-URL: Repository, https://github.com/chalbersma/cfn-ci-helper
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3>=1.40.52
Requires-Dist: cfn-lint>=1.40.2
Requires-Dist: jinja2>=3.1.6
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: texttable>=1.7.0
Dynamic: license-file

# cfn-ci-helper

Cloudformation CI Helper, a series of helpers to help you deploy a cloudformation
template(s) as a part of a CI pipeline in a reasonably safe manner.

## Commands

* Running Tests
  
  ```
  uv run ./run_tests.py
  ```

* Running Tests with Coverage

  ```
  uv run coverage run ./run_tests.py
  ```

* Build Docs

  ```
  uv run --directory docs --group docs make html
  ```

    
