Metadata-Version: 1.1
Name: pyramid-igniter
Version: 0.2.4
Summary: Flexible class-based views and Twitter Bootstrap for Pyramid
Home-page: https://github.com/tark-hidden/pyramid_igniter
Author: Tark
Author-email: tark.hidden@gmail.com
License: BSD
Description: 
        Pyramid-Igniter
        ---------------
        An extension that bootstraps your app with class-based views and Twitter Bootstrap.
        
        Documentation: https://github.com/tark-hidden/pyramid_igniter
        
        Changelog
        *********
        
        0.2.4
        -----
        * Now I have Python 3.4.3 locally and 2.7.3 on my VDS and I can check it on both interpreters. Python3 functions have no func_dict object but __dict__ works fine. Who cares? No one told me about that. And... inspect.ismethod still works here but isfunction don't.
        
        
        0.2.3
        -----
        * Py3 compatibility support. Sorry.
        
        
        0.2.2
        -----
        * Fixed a bug in route_name. Holy hell!
        
        
        0.2.1
        -----
        * Fixed a bug in assigning route_base variable.
        
        
        0.2
        ---
        * Added a method render to the IgniterView class. Rendering process needs some additional info about objects; now you can do some things more simpler.
        
        
        0.1
        ---
        Initial release.
        
        
Keywords: bootstrap pyramid igniter
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: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
