summaryrefslogtreecommitdiffstats
path: root/libraries/python-meld3/README
blob: 1012dc328124711f230f557c87b6865a822066db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.