Python console application template with command line arguments
Includes logging, command line arguments and help function.
Pass -v or --verbose to change logging to debug for you app.
logger.info('Hello') logger.debug('Hello')
Apache License 2.0
mikebthun