SlackBuildsOrg/libraries/python-meld3
..
python-meld3.info
python-meld3.SlackBuild
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 Winklers Meld2, which is itself a
variation of Richie Hindles PyMeld.

meld3 uses Frederik Lundhs ElementTree library.