custom_parser module

custom_parser module#

custom_parser.get_configparser() ConfigParser[source]#

Configure and read config file .cfg .ini parser.

Return type:

ConfigParser.

custom_parser.get_argparser() ArgumentParser[source]#

Initialize argument parser and add program args.

Returns:

Argument CLI parser.

Return type:

argparse.ArgumentParser