Metadata-Version: 1.0
Name: megrok.z3cform.ui
Version: 0.5
Summary: Installation Helper for z3c.formui
Home-page: UNKNOWN
Author: Christian Klinger
Author-email: cklinger@novareto.de
License: GPL
Description: =================
        megrok.z3cform.ui
        =================
        
        This package is a wrapper/helper around megrok.z3cform.base and
        z3c.formui. This means if you use megrok.z3cform.base and you want
        benefit form the already existent default forms form z3c.formui,
        just add megrok.z3cform.ui to your install_requires in your setup.py
        and you are fine.
        
        In general megrok.z3cform.ui does nothing more then installing
        z3c.formui. And it marks the default with the IDivFormLayer interface
        from z3c.formui. So you will get your form in a nice div-based
        layout.
        
        Changelog
        =========
        
        0.5 (2009-10-26)
        ----------------
        
        - Adding a nice version number.
        
        
        0.2 (2009-10-26)
        ----------------
        
        - Added a Readme.
        
        
        0.1 (2009-10-26)
        ----------------
        
        * Initial release
        
Keywords: grok z3c.form megrok.z3cform.ui
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
