Metadata-Version: 1.0
Name: pyramid-versionbadge
Version: 0.1
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.
        
        If the value is empty, the div will not be rendered.
        
        
        pyramid_versionbadge
        ====================
        
        
        0.1 (2013-12-03)
        ----------------
        
        
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
