wok-6.x diff python-click/description.txt @ rev 25202
updated python-mako (1.1.2 -> 1.1.6)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 14:16:46 2022 +0100 (2022-07-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-click/description.txt Wed Jul 13 14:16:46 2022 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +Click is a Python package for creating beautiful command line interfaces 1.5 +in a composable way with as little code as necessary. 1.6 +It's the "Command Line Interface Creation Kit". 1.7 +It's highly configurable but comes with sensible defaults out of the box. 1.8 + 1.9 +It aims to make the process of writing command line tools quick and fun 1.10 +while also preventing any frustration caused by the inability to implement 1.11 +an intended CLI API. 1.12 + 1.13 +Click in three points: 1.14 + 1.15 +- Arbitrary nesting of commands 1.16 +- Automatic help page generation 1.17 +- Supports lazy loading of subcommands at runtime