Knowledge Bits References I wish I'd already found
Atom · RSS

Click — Composable Command Line Interface Toolkit

Click is a Python library that allows one to add command-line interfaces to one’s code by augmenting a “main” function with function decorators specifying the options & arguments the resulting command should take. It is a considerable improvement over the Python standard library’s argparse module (especially when subcommands are involved), and it even comes with utilities for testing one’s commands.

Articles Tagged with “Click”

Atom · RSS