Metadata-Version: 1.1
Name: cfn-inspect
Version: 0.2.3
Summary: CloudFormation printer and inspector
Home-page: https://github.com/tdi/cfn-inspect
Author: Dariusz Dwornikowski
Author-email: dariusz.dwornikowski@nordcloud.com
License: MIT
Description-Content-Type: UNKNOWN
Description: ![https://badge.fury.io/py/cfn-inspect](https://badge.fury.io/py/cfn-inspect.svg)
        ![https://pypi.python.org/pypi/cfn-inspect](https://img.shields.io/pypi/pyversions/cfn-inspect.svg)
        
        # cfn-inspect: pretty print and inspect CloudFormation templates
        
        Simple pretty printer for CloudFormation templates, in future it will also provide some validation and deep inspection in the future.
        
        Supports both json and yaml templates. You can validate templates with `--validate` switch.
        
        [![asciicast](https://asciinema.org/a/142549.png)](https://asciinema.org/a/142549)
        
        
        # Installation
        
        ```$ pip install cfn-inspect```
        
        # Usage 
        
        ```
        $ Usage: cfn-inspect [OPTIONS] TEMPLATE
        
        Options:
          --verbose / -v  Be more verbose about the output
          --validate      Validate template with AWS
          --help          Show this message and exit.  
        ```
        
        
        # Author
        Dariusz Dwornikowski, Nordcloud
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
