Package python3-module-argparse-manpage: Information

  • Default inline alert: Version in the repository: 4.5-alt2

Source package: python3-module-argparse-manpage
Version: 4.3-alt1
Latest version according to Repology
Build time:  May 18, 2023, 12:47 PM in the task #321146
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 rpms provided by this srpm:
python3-module-argparse-manpage (noarch)

Maintainer: Stanislav Levin

List of contributors:
Stanislav Levin

ACL:
Stanislav Levin
@everybody

    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-setuptools
    7. python3-module-tomli
    8. python3-module-wheel
    9. rpm-build-pyproject

Last changed


May 18, 2023 Stanislav Levin 4.3-alt1
- 4.2 -> 4.3.
May 16, 2023 Stanislav Levin 4.2-alt1
- 3 -> 4.2.
Aug. 15, 2022 Stanislav Levin 3-alt1
- 2.1 -> 3.