Metadata-Version: 1.1
Name: pform
Version: 0.2
Summary: Form generation library for pyramid
Home-page: https://github.com/fafhrd91/pform/
Author: Nikolay Kim
Author-email: fafhrd91@gmail.com
License: BSD
Description: pform
        =====
        
        .. image :: https://secure.travis-ci.org/fafhrd91/pform.png
          :target:  https://secure.travis-ci.org/fafhrd91/pform
        
        
        Requirements
        ------------
        
        - Python 2.6+ or Python 3.2+
        
        - virtualenv
        
        
        
        License
        -------
        
        pform is offered under the BSD license.
        
        =======
        CHANGES
        =======
        
        0.2 (11-13-2012)
        ================
        
        - Fixed submit button template
        
        - Allow to return http response from form update or action handler
        
        - Added support for `player.layout()`
        
        
        0.1 (11-07-2012)
        ================
        
        - Initial release
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
