wok-current view python-mako/description.txt @ rev 25243
updated python-turbogears (1.1.1 -> 1.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jul 14 06:48:39 2022 +0100 (2022-07-14) |
parents | |
children |
line source
1 Mako is a template library written in Python.
2 It provides a familiar, non-XML syntax which compiles into Python modules
3 for maximum performance.
4 Mako's syntax and API borrows from the best ideas of many others,
5 including Django templates, Cheetah, Myghty, and Genshi.
6 Conceptually, Mako is an embedded Python (i.e. Python Server Page) language,
7 which refines the familiar ideas of componentised layout and inheritance to
8 produce one of the most straightforward and flexible models available, while
9 also maintaining close ties to Python calling and scoping semantics.