Package python3-module-argparse-manpage: Information

    Source package: python3-module-argparse-manpage
    Version: 4.7-alt2
    Latest version according to Repology
    Build time:  Oct 29, 2025, 11:40 AM in the task #398441
    Report package bug
    License: Apache-2.0
    Summary: Build manual page from python's ArgumentParser object
    Description: 
    Avoid documenting your Python script arguments on two places! This is typically
    done in an argparse.ArgumentParser help configuration (help=, description=,
    etc.), and also in a manually crafted manual page.
    
    The good thing about an ArgumentParser objects is that it actually provides a
    traversable "tree-like" structure, with all the necessary info needed to
    automatically generate documentation, for example in a groff typesetting system
    (manual pages). And this is where this project can help.
    
    There are two supported ways to generate the manual, either script it using the
    installed command argparse-manpage, or via setup.py build automation (with a
    slight bonus of automatic manual page installation with setup.py install).

    List of RPM packages built from this SRPM:
    python3-module-argparse-manpage (noarch)

    Maintainer: Stanislav Levin

    List of contributors:
    Stanislav Levin


      1. /proc
      2. python3-module-packaging
      3. python3-module-pip
      4. python3-module-pyproject-installer >= 0.4.0
      5. python3-module-pytest
      6. python3-module-pytest
      7. python3-module-setuptools
      8. python3-module-wheel
      9. rpm-build-pyproject

    Last changed


    Oct. 28, 2025 Stanislav Levin 4.7-alt2
    - Fixed FTBFS (pip 25.3).
    Sept. 1, 2025 Stanislav Levin 4.7-alt1
    - 4.6 -> 4.7.
    May 14, 2025 Stanislav Levin 4.6-alt2
    - fixed FTBFS (setuptools 78.0.0).