Metadata-Version: 1.0
Name: opterator
Version: 0.2
Summary: Easy option parsing introspected from function signature.
Home-page: http://github.com/buchuki/opterator/
Author: Dusty Phillips
Author-email: dusty@linux.ca
License: MIT
Download-URL: http://cloud.github.com/downloads/buchuki/opterator/opterator-0.2.tar.gz
Description: At heart, a decorator for a script's main
        entry point that uses a function function signature and docstring to
        pseudo-automatically create an option parser. When invoked, the option parser
        automatically maps command-line arguments to function parameters.
Keywords: opterator option parse parser options
Platform: UNKNOWN
