genshi_compiler 0.1.2
Genshi template compiler
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).
- Author: Viktor Ferenczi
- Home Page: http://code.google.com/p/genshi-compiler
- Keywords: python genshi compiler codegeneration template performance
- License: MIT
-
Categories
- Development Status :: 3 - Alpha
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Code Generators
- Topic :: Software Development :: Compilers
- Topic :: Text Processing :: Markup :: HTML
- Topic :: Text Processing :: Markup :: XML
- Package Index Owner: fviktor
- DOAP record: genshi_compiler-0.1.2.xml
