wok-6.x view python-click/description.txt @ rev 25287
updated rsync (3.2.3 -> 3.2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 18 17:50:55 2022 +0100 (2022-07-18) |
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