Dave Forgac - Writing Command Line Applications that Click - PyCon 2019

preview_player
Показать описание
"Speaker: Dave Forgac

Click is a Python package that helps you create well-behaved command line interfaces with minimal code.

In this tutorial you will:

- Learn what makes a command line application ""well-behaved""
- Build an application that exercises the most commonly-used features of Click
- Get an overview of the more advanced functionality available
- Package and install the application

You will leave with an example application that you can use as a basis for your own command line development.

Рекомендации по теме
Комментарии
Автор

Thanks for posting this! it appears that the github link does not work, and I would love to follow along. Could you please post the github content as well as the link to the specific slide deck as it is somewhat hard to find.

douglasholman
Автор

Just use argparse for input checking, does the same thing

Apfellll