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
- Host: GitHub
- URL: https://github.com/spockninja/py-yaml-builder
- Owner: spockNinja
- License: mit
- Created: 2018-01-11T20:56:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T22:32:03.000Z (over 7 years ago)
- Last Synced: 2024-04-23T15:00:36.073Z (about 1 year ago)
- Topics: build, cloudformation-yaml, compose, python, tool, yaml
- Language: Python
- Size: 6.84 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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-builderA 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