libraries/python-meld3: Wrap README at 72 columns.

This commit is contained in:
B. Watson 2022-03-13 16:38:15 -04:00
parent 2fa980cb58
commit 5777100214

View file

@ -1,11 +1,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 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 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 is a variation of Paul Winklers Meld2, which is itself a
variation of Richie Hindles PyMeld.
meld3 uses Frederik Lundhs ElementTree library.