Multi language command line interfaces template
I got inspired from Writing Awesome Command-Line Programs in Python by Mark Smith and started to write an python cli template.
- Logging by python logger module
- Can handle signals
- Pars argument by argparser (an inbox python library)
- Compatible with python 2 and 3
- Can print the output to file or CSV
- Can be set to terminate gracefully
- Uses Popen (an inbox python subprocess module)
- Json support