wok-6.x annotate python-click/description.txt @ rev 25560

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 25 18:09:10 2023 +0000 (14 months 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