wok-current annotate python3-mako/description.txt @ rev 25698

Fix ntfs-3g receipt
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 19:01:01 2024 +0000 (2 months ago)
parents
children
rev   line source
shann@25634 1 Mako is a template library written in Python.
shann@25634 2 It provides a familiar, non-XML syntax which compiles into Python modules
shann@25634 3 for maximum performance.
shann@25634 4 Mako's syntax and API borrows from the best ideas of many others,
shann@25634 5 including Django templates, Cheetah, Myghty, and Genshi.
shann@25634 6 Conceptually, Mako is an embedded Python (i.e. Python Server Page) language,
shann@25634 7 which refines the familiar ideas of componentised layout and inheritance to
shann@25634 8 produce one of the most straightforward and flexible models available, while
shann@25634 9 also maintaining close ties to Python calling and scoping semantics.