yaml-builder

A wrapper around PyYaml for building complex yaml files


Keywords
yaml, compose, build, cloudformation, tool, cloudformation-yaml, python
License
MIT
Install
pip install yaml-builder==0.1.1

Documentation

YAML Builder

https://travis-ci.org/spockNinja/py-yaml-builder.svg?branch=master

A simple wrapper around PyYAML for building complex YAML files.

The need for this utility arose when crafting large YAML files for AWS CloudFormation. Just like code, it is cleaner and easier to reason about a large YAML file if it is broken up into several smaller pieces.

The source for this project is available here.


TODO

Add some quick usage examples Add some contributing guidelines