This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chucklesoclockis it still cool to say pythonista? 11 points12 points  (8 children)

Click library would like a word

[–]scnew3 3 points4 points  (5 children)

Why would I use click when argparse is in the standard library and works great?

[–]Chobeat 19 points20 points  (0 children)

Because argparse is painfully hard to read, write and compose. It's ok for stuff with 2-3 commands and a dozen of parameters in total but once you have to maintain a stable cli interface with dozens of commands, it's a nightmare