Name: | argparse-manpage |
---|---|
Version: | 1.0.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 20131 |
License: | ASL 2.0 |
RPM: | argparse-manpage-1.0.0-1.el7.noarch.rpm |
Source RPM: | argparse-manpage-1.0.0-1.el7.src.rpm |
Build Date: | Mon Mar 12 2018 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/praiskup/argparse-manpage |
Summary: | Build manual page from Python ArgumentParser object |
Description: | Generate manual page an automatic way from ArgumentParser object, so the manpage 1:1 corresponds to the automatically generated --help output. The manpage generator needs to known the location of the object, user can specify that by (a) the module name or corresponding python filename and (b) the object name or the function name which returns the object. There is a limited support for (deprecated) optparse objects, too. |