Metadata-Version: 1.0
Name: genshi_compiler
Version: 0.1.2
Summary: Genshi template compiler
Home-page: http://code.google.com/p/genshi-compiler
Author: Viktor Ferenczi
Author-email: viktor@ferenczi.eu
License: MIT
Description: Genshi Compiler allows for compiling simple Genshi XML templates
             to pure Python code. You can render the whole template or any of
             the template functions by importing generated code. The generated
             code is typically ~40x faster than rendering the same via Genshi.
             There is a cost of this speedup. Some of Genshi's dynamic
             features are not available, most notably anything that depends
             on a template loader (xi:include, xi:fallback), the XML element
             tree representation (py:match) or the token stream (filters).
             Language translation (i18n) support is currently limited
             to simple text inside the translatable elements and attributes
             and the i18n:msg directive.
Keywords: python genshi compiler codegeneration template performance
Platform: platform independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Compilers
Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
