Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 662 Bytes

README.rst

File metadata and controls

executable file
·
22 lines (15 loc) · 662 Bytes

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