Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Looks like someone built a better mousetrap for command-line parsing in Python.
Unfortunately, OptParse is already pretty good, argparse is better but not significantly for most folks, and OptParse is already in the standard Python Library (has been for years). Makes it hard to untrench the incumbent.