# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-Mako VERSION= 1.3.6 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= Super-fast template library (3.12) SDESC[v13]= Super-fast template library (3.13) HOMEPAGE= https://www.makotemplates.org/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/48/22/bc14c6f02e6dccaafb3eba95764c8f096714260c2aa5f76f654fd16a23dd DISTFILE[1]= Mako-1.3.6-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON USES= cpe DISTNAME= Mako-1.3.6.dist-info CPE_PRODUCT= mako CPE_VENDOR= sqlalchemy GENERATED= yes [PY312].RUN_DEPENDS_ON= python-MarkupSafe:single:v12 [PY312].USES_ON= python:v12,wheel [PY313].RUN_DEPENDS_ON= python-MarkupSafe:single:v13 [PY313].USES_ON= python:v13,wheel [FILE:1459:descriptions/desc.single] ========================= Mako Templates for Python ========================= 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. Nutshell ======== :: <%inherit file="base.html"/> <% rows = [[v for v in range(0,10)] for row in range(0,10)] %> % for row in rows: ${makerow(row)} % endfor
<%def name="makerow(row)"> % for name in row: ${name}\ % endfor Philosophy =========== Python is a great scripting language. Don't reinvent the wheel...your templates can handle it ! Documentation ============== See documentation for Mako at https://docs.makotemplates.org/en/latest/ License ======== Mako is licensed under an MIT-style license (see LICENSE). Other incorporated projects may be licensed under different licenses. All licenses allow for non-commercial and commercial use. [FILE:117:distinfo] a91198468092a2f1a0de86ca92690fb0cfc43ca90ee17e15d93662b4c04b241a 78557 python-src/Mako-1.3.6-py3-none-any.whl