Metadata-Version: 1.1
Name: yamlstratus
Version: 1.0
Summary: Python for yamlstratus builder
Home-page: http://github.com/shannonwhite/yamlstratus/
Author: Shannon White
Author-email: shannon.white@kik.com
License: Apache Software License
Download-URL: https://github.com/kikinteractive/yaml-stratus/tarball/0.1
Description: 
        YAML Stratus provides extensions to YAML that make it amenable to use with AWS
        CloudFormation, as well as a python binding,
        and a tool for converting to the standard JSON used by CloudFormation.
        
        Standard YAML capabilities not part of JSON:
        
        * comments
        * back references
        * block literals
        
        Note also that JSON is YAML, so familiar JSON data can be embedded within YAML.
        
        Extension to YAML provided by YAML Stratus:
        
        * !include - YAML files can include other YAML files
        * !param - YAML files can include parameters
        * !merge - Allows the merging of data from two source data hierarchies
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
