Metadata-Version: 1.0
Name: chameleon.core
Version: 1.0a4
Summary: Attribute language template compiler
Home-page: UNKNOWN
Author: Malthe Borch and the Zope Community
Author-email: zope-dev@zope.org
License: BSD
Description: Overview
        --------
        
        Chameleon is a generic byte-code compiler for attribute template
        languages; it supports macros, includes, interpolation and
        internationalization.
        
        The ``chameleon.core`` package implements a language parser API, the
        byte-code compiler itself and abstract template classes. It should
        only be used directly when implementing a language dialect.
        
        Development
        -----------
        
        If you want to use the code directly from trunk (recommended only for
        development and testing usage), provide ``chameleon.core==dev`` as your
        dependency.
        
        svn://svn.zope.org/repos/main/Sandbox/malthe/chameleon.core#egg=chameleon.core-dev
        
        Want to contribute? Join #repoze on Freenode IRC.
        
        Changelog
        =========
        
        1.0a4 (released 9/29/2008)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - Added method to generate unscoped temporary variables.  [malthe]
        
        - Make lxml a hard dependency for now until the lxml-less logic is stable.
        [wichert]
        
        1.0a3 (released 9/26/2008)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - TemplateLoader now checks a default_parser class attribute if no
        parser is specified. [wichert]
        
        
        1.0a2 (released 9/26/2008)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - Added support for dynamic skip condition. [malthe]
        
        - Fixed bug where an AttributeError would be raised when using the
        file cache. [malthe]
        
        1.0a1 (released 9/24/2008)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - First release.
        
        
        
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
