Metadata-Version: 1.1
Name: cfnlint
Version: 0.0.4
Summary: AWS Cloudformation linter
Home-page: http://github.com/fatbasstard/cfnlint
Author: Frank van Boven
Author-email: frank@cenotaph.nl
License: GNU GPL 2.0
Description: # cfnlint - Extended CloudFormation linter
        
        The `cfnlint` package is an AWS CloudFormation linter that uses the [AWS CloudFormation Resource Specification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html) and is customizable and extendible with a custom ruleset.
        
        A custom ruleset is optional and adds the following features:
        
        * Specify supported Resources
          Block the specification of specific Resources
        * Override required Properties
          Make non-required properties required to enforce the specification of Properties
        * Enumerators
          Specify a list of allowed values to enforce Property values to a set of 1 or more values.
        
        ## Pre-Alpha
        Current version is work in progress and only supported a minimal set of features:
        
        * Current version only support `yaml` CloudFormation files
        * Commandline support available (`cfn-lint --help`)
        
Keywords: AWS CloudFormation Linter yaml json
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.6
