Metadata-Version: 1.0
Name: zeam.form.table
Version: 1.0b1
Summary: Form as table, to edit more than one content at a time
Home-page: http://pypi.python.org/pypi/zeam.form.table
Author: Sylvain Viollon
Author-email: thefunny@gmail.com
License: BSD
Description: ===============
        zeam.form.table
        ===============
        
        ``zeam.form.table`` is a extension to `zeam.form.base`_ to create CRUD
        forms: it let define define forms that can work on a collection of
        content sharing the same form schema.
        
        As well ``zeam.form.table`` can be embedded as a sub form in a
        composed form built with `zeam.form.composed`_.
        
        .. _zeam.form.base: http://pypi.python.org/pypi/zeam.form.base
        .. _zeam.form.composed: http://pypi.python.org/pypi/zeam.form.composed
        
        
        Changelog
        =========
        
        1.0b1 (2010/10/27)
        ------------------
        
        * Initial *proof of concept* release.
        
        
Keywords: zeam form table
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
