diff options
author | digwtx <wtx358@qq.com> | 2018-04-15 11:26:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-21 07:42:57 +0700 |
commit | 16cd834af429c85207b79ccc6c3c6766505e9877 (patch) | |
tree | d5341cbdd42850a19b5696d6573a32ba297190a7 /libraries/python-meld3/README | |
parent | f3a961c98e3229ea3154e57ad2e844889d3df10f (diff) | |
download | slackbuilds-16cd834af429c85207b79ccc6c3c6766505e9877.tar.gz |
libraries/python-meld3: Added (HTML/XML templating engine).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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. |