Metadata-Version: 1.1
Name: pyramid_yards
Version: 0.8
Summary: Pyramid Request Parameter Validation
Home-page: https://github.com/Gandi/pyramid_yards
Author: Guillaume Gauvrit
Author-email: guillaume@gauvr.it
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: pyramid_yards
        =============
        
        An http parameters validator for the Pyramid Web framework
        
        It adds a "yards" attribute to the pyramid request object,
        containing every validated parameter using colander schemas.
        
        This lib has been inspired by the cornice ``validated`` property,
        but the implementation differ.
        
        
        Changelog
        =========
        
        
        0.8 (2015-09-21)
        ----------------
        
         * Fix colander.drop deserialization in sequence member
        
        
        0.7 (2015-07-06)
        ----------------
        
         * Fix packaging for locales
        
        
        0.6 (2015-07-06)
        ----------------
        
         * Check the CSRF (active by default!)
         
          You can use the settings `pyramid_yards.check_csrf_token` to disable it
          globally (while writing json API), or locally by adding the attribute
          DISABLE_CSRF_CHECK = False in the `request_schema`
        
        
        0.5 (2015-06-02)
        ----------------
        
         * Ensure request.yards dict contains every described fields
        
        
        0.4 (2014-12-24)
        ----------------
        
         * Use request.yards as a dict mapping
        
        
        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
