JSON to YAML converter in Python (3.5.0)
Used mainly to convert my Cloudformation JSON template into YAML format. As an example:
python json2yaml.py --json ec2.json --yaml ec2.yaml
The used Cloudformation templates can be found here: https://github.com/salbat/ec2-cf