Hacker News new | ask | show | jobs
by fragmede 641 days ago
argparse? docopt or google-python-fire
1 comments

argparse, because argparse is built in. I'm usually writing shell scripts to automate some process for myself and my co-workers. The last thing I want is for them to have to be fiddling with installing external requirements if I can avoid it.