mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
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).
3 lines
170 B
Text
3 lines
170 B
Text
TIMESTAMP = 1724084480
|
|
SHA256 (argparse-manpage-4.6.tar.gz) = 0b659d70fd142876da41c2918bd6de4d027875720b0e4672d6443b51198dbb62
|
|
SIZE (argparse-manpage-4.6.tar.gz) = 58674
|