wok view python-click/description.txt @ rev 25168

updated python-click (7.1.1 -> 7.1.2)
author Hans-G?nter Theisgen
date Fri Jul 01 15:13:29 2022 +0100 (22 months ago)
parents
children
line source
1 Click is a Python package for creating beautiful command line interfaces
2 in a composable way with as little code as necessary.
3 It's the "Command Line Interface Creation Kit".
4 It's highly configurable but comes with sensible defaults out of the box.
6 It aims to make the process of writing command line tools quick and fun
7 while also preventing any frustration caused by the inability to implement
8 an intended CLI API.
10 Click in three points:
12 - Arbitrary nesting of commands
13 - Automatic help page generation
14 - Supports lazy loading of subcommands at runtime