sthen 4e99501f7a import ports/textproc/py-confuse, ok abieber@
Confuse is a configuration library for Python that uses YAML. It takes
care of defaults, overrides, type checking, command-line integration,
human-readable errors, and standard OS-specific locations.

- sensible API resembling dictionary-and-list structures but providing
transparent validation without lots of boilerplate

- combine configuration data from multiple sources

- look for configuration files in platform-specific paths

- integration with command-line arguments via 'argparse'_ or 'optparse'
2021-11-16 16:18:40 +00:00
..