slackbuilds/libraries/python-meld3
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
python-meld3.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python-meld3.info
slack-desc

README

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.