{"categories":[{"label":"Documentation","url":"https://skillfed.io/packages/category/documentation"},{"label":"Sphinx","url":"https://skillfed.io/packages/category/documentation-sphinx"}],"enrichment":{"capability":"Sphinx extension that automatically generates documentation for argparse command-line interfaces by introspecting their argument definitions.","skillfed_tags":["sphinx-extension","cli-documentation","argparse"],"use_cases":["Auto-generate CLI reference documentation from an existing argparse parser without duplicating argument descriptions.","Keep command-line help text and Sphinx docs in sync by sourcing both from the same parser definition.","Document complex CLI tools with subcommands and nested argument groups in a structured, searchable format.","Build API documentation sites that include both Python API and CLI interface reference in one place."],"what_it_does":"sphinx-argparse is a Sphinx extension that bridges the gap between argparse-based command-line tools and their documentation. Instead of manually writing out every argument, option, and subcommand in your docs, you point the extension at your argparse parser object and it automatically generates formatted documentation from the parser's structure. It integrates directly into the Sphinx build process via a custom directive.\n\nThe extension depends on sphinx and docutils to render the generated documentation into your final HTML, PDF, or other Sphinx output formats. It's maintained as part of the official Sphinx documentation tooling ecosystem and supports modern Python versions (3.10 through 3.13, including PyPy).","worth_installing":"Yes. Low install friction, active maintenance, no known vulnerabilities, permissive MIT license, and a focused purpose that solves a real documentation problem for CLI tools. Install if you use argparse and Sphinx together; skip if you don't use Sphinx or prefer manual CLI documentation."},"id":"sphinx-argparse","links":{"html":"https://skillfed.io/packages/sphinx-argparse","md":"https://skillfed.io/packages/sphinx-argparse.md","pypi":"https://pypi.org/project/sphinx-argparse/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-01","license_spdx":"MIT","license_treatment":"permissive","name":"sphinx-argparse","python_support":"supports_current","summary":"A sphinx extension that automatically documents argparse commands and options"},"popularity":{"monthly_downloads":4255443,"position":2347,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.6.0"}
