Skip to content

Latest commit

 

History

History
29 lines (12 loc) · 340 Bytes

File metadata and controls

29 lines (12 loc) · 340 Bytes

python_stencil

Usage

Python console application template with command line arguments

Includes logging, command line arguments and help function.

Logging

Pass -v or --verbose to change logging to debug for you app.

logger.info('Hello') logger.debug('Hello')

License

Apache License 2.0

Contributors

mikebthun