bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
719 stars 121 forks source link

Use faster LibYAML bindings if available #274

Closed craymichael closed 1 year ago

craymichael commented 2 years ago

If the LibYAML (C-based YAML dumper/loader) are available, prefer these over the Python-based ones for the sake of speed. See https://pyyaml.org/wiki/PyYAMLDocumentation

bw2 commented 1 year ago

Thanks for the PR