Take a yaml config file as basis and make all parameters in the yaml file available as argparse parameters. User can overwrite yaml config using command line arguments.
YAML config file -> command line interface
pip install quickargs==0.1
Take a yaml config file as basis and make all parameters in the yaml file available as argparse parameters. User can overwrite yaml config using command line arguments.