sucuri:受PugJS启发的简单高效的Python项目模板引擎

时间:2024-02-25 21:35:58
【文件属性】:

文件名称:sucuri:受PugJS启发的简单高效的Python项目模板引擎

文件大小:18KB

文件格式:ZIP

更新时间:2024-02-25 21:35:58

python flask template-engine python3 flask-web

+ 这是一个非常重要的项目。 苏库里 受启发的简单高效的Python项目模板引擎 安装 使用安装和更新: pip install sucuri 创建一个Sucuri模板 代码示例: html body h1 Title a(href='#') This is my link 从上面的代码示例中可以看出,sucuri开发需要列表标准化。 我们没有确定空格的数量,但是有必要在整个代码的左侧保留相同的空格数量,因为此数量将通知HTML的某个TAG是否包含在另一个TAG中。 这样,在上面的示例中,我们将具有以下HTML代码: <html> <bod


【文件预览】:
sucuri-master
----MANIFEST.in(98B)
----example()
--------template.suc(196B)
--------inc()
--------modflask()
--------template_list.suc(80B)
--------flaskapp.py(94B)
--------static()
--------template_data.suc(124B)
--------template_if.suc(98B)
--------template_include.suc(152B)
--------template_list_with_classes.suc(92B)
----test.py(1KB)
----test()
--------inc()
--------textfile.suc(38B)
--------static()
--------includefile.suc(123B)
----sucuri()
--------__init__.py(24B)
--------rendering.py(150B)
--------files.py(11KB)
----setup.cfg(252B)
----requirements.txt(15B)
----AUTHORS(332B)
----setup.py(7KB)
----.gitignore(49B)
----README.md(12KB)
----LICENSE.txt(2KB)

网友评论