Metadata-Version: 1.2
Name: argparse-manpage
Version: 1.1
Summary: Build manual page from python's ArgumentParser object.
Home-page: https://github.com/praiskup/argparse-manpage
Author: Gabriele Giammatteo
Author-email: gabriele.giammatteo@eng.it
Maintainer: Pavel Raiskup
Maintainer-email: praiskup@redhat.com
License: Apache 2.0
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 limited support for
        (deprecated) optparse objects, too.
        
Platform: UNKNOWN
