Metadata-Version: 1.0
Name: mako-version-tag
Version: 1.0
Summary: Displays pkg_resources distribution versions in Mako templates
Home-page: http://alchemy.grimoire.ca/python/sites/mako-version-tag/
Author: Owen Jacobson
Author-email: owen.jacobson@grimoire.ca
License: UNKNOWN
Download-URL: http://alchemy.grimoire.ca/python/releases/mako-version-tag/
Description: This library makes it very easy to include version information
        in your mako templates. For example, displaying the current version in the footer for
        each page makes keeping track of which version of the site is live on an environment
        very straightforward.
        
        To use this library, import it into your Mako templates, then call the ``distribution``
        tag ::
        
        <%namespace name="v" module="versiontag"/>
        <!-- ... -->
        ${v.distribution('my-app')}
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
