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.3.3.tar.gz | 0000389980 381 KB | |
_link | 0000000146 146 Bytes | |
python-Mako.changes | 0000027702 27.1 KB | |
python-Mako.spec | 0000002865 2.8 KB |
Revision 105 (latest revision is 112)
Dirk Mueller (dirkmueller)
committed
(revision 105)
- update to 1.3.3: * Fixed unexpected error when use control lines which the first control block with no bodies other than comments, as `pass` is now added to the first empty block. * Fixed unexpected syntax error in strict_undefined mode that occurred when using comprehensions within a function in a Mako Python code block. Now, the local variable in comprehensions won't be added to the checklist when using strict_undefined mode.
Comments 0