Metadata-Version: 1.0
Name: pyramid-formish
Version: 0.1
Summary: Formish bindings and helpers for Pyramid web framework
Home-page: http://www.repoze.org
Author: Chris McDonough, Agendaless Consulting
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: pyramid_formish
        ===============
        
        Bindings for the `formish <http://ish.io/projects/show/formish>`_ form
        generation library with `Pyramid <http://pylonsproject.org/>`_,
        including a set of `Chameleon <http://chameleon.repoze.org>`_
        templates that implement formish widget renderers.
        
        This package requires Python>=2.6<=2.7X.  It also requires Chameleon>=1.999
        (it will not run under Chameleon 2.X).
        
        Please see https://docs.pylonsproject.org/projects/pyramid_formish/dev/ for
        documentation.
        
        
        
        
        
        0.1 (2011-08-17
        ----------------
        
        - Forked from repoze.bfg.formish 0.3.
        
        - Replace ``str(field.description)`` with ``unicode(field.description)`` in
        field/main.html template to not barf on Unicode values.
        
        - Prevent deprecation error by using ``get_current_registry().settings``
        rather than ``get_settings()``.
        
        - Works works with Pyramid 1.0-1.2dev.
        
        
Keywords: web formish formgen bfg pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
