{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/3"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/4"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/2"}],"enrichment":{"capability":"mando wraps argparse to let you build command-line applications with decorators, automatically generating argument parsing and help text from function signatures and docstrings.","skillfed_tags":["cli-builder","decorator-driven","argparse-wrapper"],"use_cases":["Build a multi-command CLI tool (like git with push, pull, commit) by decorating functions instead of writing argparse boilerplate.","Automatically generate help text and short options from function docstrings without manually configuring each argument.","Validate command-line argument types at parse time using Python 3 type annotations.","Prototype or ship small-to-medium CLI applications where decorator-driven design is faster than hand-coded argparse.","Support shell autocompletion via argcomplete integration for a polished user experience."],"what_it_does":"mando is a thin decorator-based wrapper around argparse that reduces boilerplate when building command-line applications with multiple subcommands. Instead of manually configuring argparse objects, you decorate functions with @command and mando extracts argument names, types, and help text from the function signature and docstring (supporting Sphinx, Google, and NumPy styles). It automatically generates short options from docstring parameter hints and validates argument types using Python 3 type annotations.\n\nThe package is designed for developers who want CLI applications with minimal setup\u2014typical use is a few decorated functions and a call to main(). It has no runtime dependencies, installs easily, and works across Python 3.3 through 3.13. The trade-off is that it is dormant (last release October 2024, no recent commits tracked), so while it is stable and carries no known vulnerabilities, you are adopting a library that is not actively maintained.","worth_installing":"Yes, for stable, single-developer or small-team CLI projects where you want to avoid argparse verbosity and don't need active maintenance. The package is dormant but Production/Stable, has no dependencies, and carries no known vulnerabilities. Not recommended if you need ongoing support or are building a large, complex CLI that may require future enhancements."},"id":"mando","links":{"html":"https://skillfed.io/packages/mando","md":"https://skillfed.io/packages/mando.md","pypi":"https://pypi.org/project/mando/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-10-20","license_spdx":null,"license_treatment":"permissive","name":"mando","python_support":"unspecified","summary":"Create Python CLI apps with little to no effort at all!"},"popularity":{"monthly_downloads":5836517,"position":2028,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.8.2"}
