wok view 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 (19 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