Metadata-Version: 1.0
Name: pypp
Version: 0.0.2
Summary:  pypp: python preprocessor based on the Mako template engine

Home-page: http://pypp.googlecode.com/
Author: Jean-Lou Dupont
Author-email: python (at) jldupont.com
License: UNKNOWN
Description: 
        Benefits
        ========
        
        The primary benefit of pypp is improved readability of source code.
        Furthermore, the template engine provides powerful macro functionality which helps save keystrokes whilst coding.
        
        Drawbacks
        =========
        
        * Increases start-up time
        * Some template constructs confuse source code editor syntax highlight functionality
        
        Features
        ========
        
        * Ease of use: just one import statement
        
        * Speed: once compilation is done, no runtime overhead
        
        * Based on the Mako_ template engine
        
        Changelog
        ---------
        
        **0.0.2**
        
        * disabled template caching: (1) pypp is not optimizing start-up time (2) runtime time resources are optimized
        
        **0.0.1**
        
        Initial alpha release
        
        
        .. _Mako: http://www.makotemplates.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
