Metadata-Version: 1.0
Name: pyramid-chameleon-genshi
Version: 0.3
Summary: chameleon.genshi template bindings for the Pyramid web framework
Home-page: http://docs.pylonshq.com
Author: Chris McDonough, Agendaless Consulting
Author-email: pylons-devel@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: pyramid_chameleon_genshi
        ===========================
        
        Bindings for Chameleon Genshi-style templating support under `Pyramid
        <http://docs.pylonshq.com/>`_.  See the `Chameleon website
        <http://chameleon.repoze.org>`_ for ``chameleon.genshi`` templating language
        details.
        
        Visit the `Pyramid documentation <http://docs.pylonshq.com/>` for more
        information.
        
        
        pyramid_chameleon_genshi
        ========================
        
        0.3 (2011-01-08)
        ----------------
        
        - Use os.path.normpath instead of os.path.realpath to get a canonical filename
        for XInclude fragments. This prevents many lstat(2) calls for every template
        use.
        
        0.2 (2010-11-16)
        ----------------
        
        - Bring up to date with Pyramid 1.0a3+ ``template_renderer_factory`` changes.
        
        
        0.1 (2010-11-05)
        ----------------
        
        - Forked from repoze.bfg.chameleon_genshi 0.3.
        
        
Keywords: bfg pyramid pylons genshi chameleon templates
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
