It is still not mature to be the preferable Python module for CLI. getopt is a de-facto cross-language standard. Many programmers that came from other programming languges are already familiar with it ...
This module helps scripts to parse the command line arguments in sys.argv. It supports the same conventions as the Unix :c:func:`!getopt` function (including the special meanings of arguments of the ...