Metadata-Version: 1.0
Name: genzshcomp
Version: 0.0.2
Summary: Automatic generated to zsh completion function, for Python's Option Parser Modules.
Home-page: http://bitbucket.org/hhatto/genzshcomp/
Author: Hideo Hattori
Author-email: hhatto.jp@gmail.com
License: New BSD License
Description: About
        =====
        Automatic generate to Zsh Completion Function from
        Python's Option Parser Modules.
        
        (Now pre-alpha release. It corresponds only to `argparse`_ module.
        Because I want to be created `grin`_ command's Zsh Completion Function.)
        
        .. _`argparse`: http://code.google.com/p/argparse/
        .. _`grin`: http://pypi.python.org/pypi/grin
        
        Install
        =======
        used to easy_install::
        
        $ easy_install genzshcomp
        
        
        Require
        =======
        * Python2.6+
        
        
        Usage
        =====
        show example dir...
        
        basic usage::
        
        from genzshcomp import ZshCompletionGenerator
        generator = ZshCompletionGenerator(command_name,
        python_option_parser_object)
        print generator.get()
        
        
Keywords: automation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
