Metadata-Version: 1.0
Name: argparse-manpage
Version: 1.0.0
Summary: Build manual page from python's ArgumentParser object.
Home-page: https://github.com/praiskup/argparse-manpage
Author: Pavel Raiskup
Author-email: praiskup@redhat.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
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's a limitted support for
        (deprecated) optparse objects, too.
        
Platform: UNKNOWN
