Metadata-Version: 1.0
Name: pyramid_formalchemy
Version: 0.3
Summary: FormAlchemy plugins and helpers for Pyramid
Home-page: http://docs.formalchemy.org/pyramid_formalchemy/
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: UNKNOWN
Description: This module provide a set of utilities for using FormAlchemy_ with Pyramid
        
        .. _formalchemy: http://docs.formalchemy.org/formalchemy.html
        
        Have a look at the `Online demo
        <http://docs.formalchemy.org/demo/admin/>`_
        
        Bug and feature request must be reported on the `github tracker
        <https://github.com/FormAlchemy/pyramid_formalchemy/issues>`_
        
        
        
        
        
        
        CHANGES
        =======
        
        0.2
        ---
        
        - Take care of permissions. You can now use an __acl__ attribute in your SA
        models to restrict access
        
        0.1
        ---
        
        -  Initial version
        
Keywords: web pyramid pylons formalchemy
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
