首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 一个简单的和脏脏:HTML / XML的Python 3模板库

一个简单的和脏脏:HTML / XML的Python 3模板库

  • 资源大小:5.74 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python 模板 简单 一个

资 源 简 介

Dirty is a simple EDSL template library that helps you to write some HTML or XML markup with Python. It is inspired by Markaby. >>> from dirty.html import *>>> page = xhtml(... head(... title("Dirty"),... meta(name="Author", content="Hong Minhee ")... ),... body(... h1("Dirty"),... p("Dirty is a simple DSEL template library that...")... )... )>>> print(page) Dirty

文 件 列 表

dirty-1.0.2
dirty
PKG-INFO
setup.py
VIP VIP
0.196068s