diff options
Diffstat (limited to 'devel/py-mando/pkg-descr')
-rw-r--r-- | devel/py-mando/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/py-mando/pkg-descr b/devel/py-mando/pkg-descr new file mode 100644 index 000000000000..dd167d7af971 --- /dev/null +++ b/devel/py-mando/pkg-descr @@ -0,0 +1,15 @@ +mando is a wrapper around argparse, and allows you to write complete CLI +applications in seconds while maintaining all the flexibility. + +While argparse is great for simple command line applications with only +one, default command, when you have to add multiple commands and manage them +things get really messy and long. But don't worry, mando comes to help! + +Features: +* Create complete CLI applications with decorators +* Supports multiple commands and subcommands +* Automatic help generation from docstrings +* Type annotations support for Python 3 +* Sphinx, Google, and NumPy docstring styles +* Shell autocompletion via argcomplete package +* Custom format classes support |