wok annotate python-click/description.txt @ rev 25705

fusecloop/extract_compressed_fs: can convert to v0.68 or v1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 22 12:48:49 2024 +0000 (5 days ago)
parents
children
rev   line source
Hans-G?nter@25168 1 Click is a Python package for creating beautiful command line interfaces
Hans-G?nter@25168 2 in a composable way with as little code as necessary.
Hans-G?nter@25168 3 It's the "Command Line Interface Creation Kit".
Hans-G?nter@25168 4 It's highly configurable but comes with sensible defaults out of the box.
Hans-G?nter@25168 5
Hans-G?nter@25168 6 It aims to make the process of writing command line tools quick and fun
Hans-G?nter@25168 7 while also preventing any frustration caused by the inability to implement
Hans-G?nter@25168 8 an intended CLI API.
Hans-G?nter@25168 9
Hans-G?nter@25168 10 Click in three points:
Hans-G?nter@25168 11
Hans-G?nter@25168 12 - Arbitrary nesting of commands
Hans-G?nter@25168 13 - Automatic help page generation
Hans-G?nter@25168 14 - Supports lazy loading of subcommands at runtime