Scout24 / yamlreader

Read all YAML files in a directory and merge them
Apache License 2.0
45 stars 14 forks source link

use Ruamel's YAML library and add command-line flags, and more #11

Open tb3088 opened 7 years ago

tb3088 commented 7 years ago

This amounts to a near total rewrite.

crank version to 3.1

alanjds commented 6 years ago

This seem very nice. Do you mind why the tests are broken?

tb3088 commented 6 years ago

haven't looked at it. Not an experienced Travis/Github user. so python 2.x doesn't like 'exception from xxx' syntax. And in python 3.x since I re-implemented my own version of some of the Logging() functions I have a class name conflict which I had hacked around by renaming a symlink in Python Class path.

I need to clean up at least the last one. Not sure I care about supporting python 2.x