The :mod:`!argparse` module makes it easy to write user-friendly command-line interfaces. The program defines what arguments it requires, and :mod:`!argparse` will figure out how to parse those out of ...
Am having trouble to run this on python 3.5 with relatively standard packages (have appended the pip freeze list below). Tested on both macos as well as the docker python-3.5 image. There is seemingly ...