mako 1.2.2-ok1 source package in openKylin
Changelog
mako (1.2.2-ok1) yangtze; urgency=low * Build for openKylin -- Lu zhiping <email address hidden> Mon, 05 Sep 2022 09:37:29 +0800
mako (1.2.2-ok1) yangtze; urgency=low * Build for openKylin -- Lu zhiping <email address hidden> Mon, 05 Sep 2022 09:37:29 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
mako_1.2.2.orig.tar.xz | 352.7 KiB | d087c1d9d94a2810bce7e4680b9916df19c3268d2817c8845343680c161f8cc3 |
mako_1.2.2-ok1.debian.tar.xz | 4.5 KiB | 9307f5679d34879247daf6da8f2e3fc8d0ea70978dc9209e69795098a6a9e7f6 |
mako_1.2.2-ok1.dsc | 1.8 KiB | 0ee59b5c83966fccc013a2c966afebb81573eb85b82a9a4311ac32392eb99984 |
Mako is a template library written in Python.
.
This package contains the documentation for Mako in HTML and
reStructuredText formats.
Mako is a template library written in Python. It provides a familiar, non-XML
syntax which compiles into Python modules for maximum performance. Mako's
syntax and API borrows from the best ideas of many others, including Django
templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
Python (i.e. Python Server Page) language, which refines the familiar ideas of
componentized layout and inheritance to produce one of the most
straightforward and flexible models available, while also maintaining close
ties to Python calling and scoping semantics.