Metadata-Version: 2.0
Name: yaml-builder
Version: 0.1.1
Summary: A wrapper around PyYaml for building complex yaml files
Home-page: https://github.com/spockNinja/py-yaml-builder
Author: Jacob Foster
Author-email: UNKNOWN
License: UNKNOWN
Keywords: yaml compose build cloudformation tool
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: PyYAML

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 <https://https://github.com/yaml/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
<https://github.com/spockNinja/py-yaml-builder>`_.

----

TODO

Add some quick usage examples
Add some contributing guidelines


