An open API service indexing awesome lists of open source software.

https://github.com/spockninja/py-yaml-builder


https://github.com/spockninja/py-yaml-builder

build cloudformation-yaml compose python tool yaml

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

YAML Builder
============

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

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