Metadata-Version: 1.0
Name: z3c.pt
Version: 0.1
Summary: An implementation of the TAL template language.
Home-page: UNKNOWN
Author: Malthe Borch
Author-email: mborch@gmail.com
License: GPL
Description: Overview
        --------
        
        The z3c.pt package provides an alternative implementation of the TAL
        template language.
        
        In a nutshell:
        
        - Templates are JIT-compiled
        - Only python-expressions are supported
        - Depends only on lxml
        
        The METAL macro language is not supported; i18n is on the to-do.
        
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
