Metadata-Version: 1.1
Name: pyramid-yards
Version: 0.4
Summary: Pyramid Request Parameter Validation
Home-page: https://github.com/mardiros/pyramid-yards
Author: Guillaume Gauvrit
Author-email: guillaume@gauvr.it
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: pyramid-yards
        =============
        
        A lib that add a "yards" attribute to the pyramid request,
        containing every validated parameter using colander schemas.
        
        This lib has been inspired by the cornice ``validated`` property,
        but the implementation differ.
        
        
        
        Changelog
        =========
        
        0.4 (2014-12-24)
        ----------------
        
         * Use request.yards as a dict mappint
        
        
        0.3 (2014-12-15)
        ----------------
        
         * Fix support for sequence
        
        0.2 (2014-12-04)
        ----------------
        
         * Fix usage of colander.drop
        
        0.1 (2014-12-03)
        ----------------
        
         * Initial Release
        
         
        
Keywords: pyramid colander
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Intended Audience :: Developers
Classifier: License :: Repoze Public License
