wok diff python-click/description.txt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-click/description.txt	Thu Sep 29 20:05:23 2022 +0000
     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