Metadata-Version: 1.1
Name: Pyramid-Classy
Version: 0.4.2
Summary: Class-based views for Pyramid
Home-page: https://github.com/tark-hidden/pyramid_classy
Author: Tark
Author-email: tark.hidden@gmail.com
License: BSD
Description: 
        Pyramid-Classy
        --------------
        
        Pyramid-Classy is an extension that adds class-based views to
        Pyramid more simple. Main idea was taken from the Flask-Classy written by
        Freedom Dumlao.
        
        Documentation: https://github.com/tark-hidden/pyramid_classy
        
        Changelog
        *********
        
        0.4.2
        -----
        
        * Py3 compatibility support.
        
        
        0.4
        ---
        
        * IndexView is very useful name, but... Now you can handle a root url with any class you want - with route_base = '/'.
        * Some weird bugs has been fixed.
        
        
        0.3
        ---
        
        * Fixed a terrible bug, that doesn't allow to define a few routes for the root.
        * Added debug flag. Now you can see routes and their names if you want.
        * Added @view_defaults support. It's weird, but it didn't work properly.
        
                
        0.2
        ---
                
        * Cleaned up code. 
        * Now functions in classes accepts only one argument: self. Request variable now is self.request.
        
        
        0.1
        ---
        
        Initial release.
        
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
