Metadata-Version: 1.1
Name: opterator
Version: 0.3
Summary: Easy option parsing introspected from function signature.
Home-page: http://github.com/buchuki/opterator/
Author: Dusty Phillips
Author-email: dusty@buchuki.com
License: MIT
Download-URL: http://cloud.github.com/downloads/buchuki/opterator/opterator-0.1.tar.gz
Description: A decorator for a script's main
        entry point that uses a 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
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
