thesimj / envyaml

Simple YAML configuration file parser
MIT License
78 stars 21 forks source link

Allow different yaml libraries #16

Closed jw closed 3 years ago

jw commented 3 years ago

Currenty envyaml needs pyyaml. Might be nice to use other libraries, like ruamel.yaml.

thesimj commented 3 years ago

It seams reasonable to use other loader that supports YAML 1.2. I'm happy to get your support on that.