mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
16cd834af4
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
11 lines
464 B
Text
11 lines
464 B
Text
meld3 is an HTML/XML templating system for Python which keeps template markup
|
||
and dynamic rendering logic separate from one another. See
|
||
http://www.entrian.com/PyMeld for a treatise on the benefits of this pattern.
|
||
|
||
meld3 can deal with HTML or XML/XHTML input and can output well-formed HTML
|
||
or XML/XHTML.
|
||
|
||
meld3 is a variation of Paul Winkler’s Meld2, which is itself a variation
|
||
of Richie Hindle’s PyMeld.
|
||
|
||
meld3 uses Frederik Lundh’s ElementTree library.
|