diff options
Diffstat (limited to 'libraries/python-meld3/README')
-rw-r--r-- | libraries/python-meld3/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/python-meld3/README b/libraries/python-meld3/README new file mode 100644 index 0000000000..539111ee00 --- /dev/null +++ b/libraries/python-meld3/README @@ -0,0 +1,11 @@ +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. |