Metadata-Version: 1.0
Name: pyramid-versionbadge
Version: 0.2
Summary: A tween which renders a badge on the page indicating the version.
Home-page: http://www.gocept.com
Author: ('Daniel Havlik',)
Author-email: dh@gocept.com
License: BSD
Description: pyramid_versionbadge
        ====================
        
        Minimal tween to display a version number or other stuff on
        every page of your app.
        
        <div id="versionbadge">Your text</div>
        
        To use, include the tween and set a value for "versionbadge.text"
        in your config registry. You can also set a value for "versionbadge.css"
        to have the div get a css class.
        
        If the text value is empty, the div will not be rendered.
        
        If the text value is not included in the config at all, it will be
        rendered with a default value.
        
        
        pyramid_versionbadge
        ====================
        
        
        0.2 (2013-12-04)
        ----------------
        
        - add second setting for css class
        
        - enable badge per default
        
        - possibility to set css class
        
        - tests
        
        
        0.1 (2013-12-03)
        ----------------
        
        - initial release
        
        
Keywords: wsgi pylons pyramid staging production testing
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
