Advanced CLI structures with Python and Click 2020-08-17 8 min read python Maurice Borgmeier I’m going to show you some of the more advanced patterns and uses for the Python CLI building library Click. These include custom input validation, multi-level CLIs and command groups.
Building CLIs with Python and Click 2020-08-12 8 min read python Maurice Borgmeier In this article I’m going to give you an introduction to the Python library Click which allows you to build pretty command line interfaces in no time.