# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-Mako VERSION= 1.3.8 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/1e/bf/7a6a36ce2e4cafdfb202752be68850e22607fccd692847c45c1ae3c17ba6 DISTFILE[1]= Mako-1.3.8-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.8.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] 42f48953c7eb91332040ff567eb7eea69b22e7a4affbc5ba8e845e8f730f6627 78569 python-src/Mako-1.3.8-py3-none-any.whl