Tools: master c6ab8a23

Author Committer Branch Timestamp Parent
dregad dregad master 2017-01-26 14:50 master f74dbac1
Changeset

Config module for python scripts

Implement a simple config module for Python scripts based on YAML files.

Default configuration is stored in config_defaults.yml. This file also
documents the available settings, which can be overriden as needed from
a config.yml file.

mod - .gitignore Diff File
add - config.py Diff File
add - config_defaults.yml Diff File