Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561821
en ru br
ALT Linux repos
S:4.3-alt1

Group :: Development/Python3
RPM: python3-module-argparse-manpage

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 4.3-alt1
Build date: 18 may 2023, 09:37 ( 49.3 weeks ago )
Size: 49.91 Kb

Home page:   https://pypi.org/project/argparse-manpage/

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).

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-argparse-manpage
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin