python-Mako
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.
- Devel package for openSUSE:Factory
-
8
derived packages
- Links to openSUSE:Factory / python-Mako
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-Mako && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Mako-1.2.4.tar.gz | 0000497021 485 KB | |
_link | 0000000146 146 Bytes | |
python-Mako.changes | 0000026192 25.6 KB | |
python-Mako.spec | 0000002832 2.77 KB |
Revision 95 (latest revision is 112)
Dirk Mueller (dirkmueller)
accepted
request 1039707
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 95)
- Update to 1.2.4 [bug] [codegen] Fixed issue where unpacking nested tuples in a for loop using would raise a "couldn't apply loop context" error if the loop context was used. The regex used to match the for loop expression now allows the list of loop variables to contain parenthesized sub-tuples. Pull request courtesy Matt Trescott.
Comments 0