Skip to content

v2.0.4

Latest

Choose a tag to compare

@lipku lipku released this 20 Jun 01:04

Support yaml config

#  Usage:
cp config.yaml.example config.yaml   # create your config
python app.py                        # start with config.yaml
python app.py -c config_prod.yaml    # use a different config file
python app.py -c ''                  # skip yaml, CLI only
#  Priority:  CLI args  >  YAML  >  argparse defaults