Click: the Command Line Interface Creation Kit for Python

2 years ago
1

Have you ever written a command line interface (CLI) in Python and had to use environment variables, standard I/O, or argparse to get your commands and arguments working right? Would you like to make a friendlier command line experience for your users? Click is a Python package that makes creating elegant CLIs fun and easy in just a few lines of code.

Presenter: Mike Atkinson

https://github.com/atkinsonm/click-demo

Loading comments...