Metadata-Version: 1.0
Name: chameleon.genshi
Version: 1.0a2
Summary: Genshi template engine based on Chameleon
Home-page: UNKNOWN
Author: Malthe Borch and the Zope Community
Author-email: zope-dev@zope.org
License: BSD
Description: Overview
        ========
        
        This package provides a fast Genshi template implementation based on
        the Chameleon template compiler. It's largely compatible with
        ``genshi.template``.
        
        Compiler notes
        --------------
        
        1. Match templates defined in included templates are not applied to
        the calling document.
        
        Development
        -----------
        
        If you want to use the code directly from trunk (recommended only for
        development and testing usage), provide ``chameleon.genshi==dev`` as your
        dependency.
        
        svn://svn.zope.org/repos/main/Sandbox/malthe/chameleon.genshi/trunk#egg=chameleon.genshi-dev
        
        Want to contribute? Join #repoze on Freenode IRC.
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Software Development :: Libraries :: Python Modules
