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

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 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