文件名称:resume:使用 Resume,您可以从 YAML 文档和模板 (.tpl) 生成 HTML 简历
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-20 13:29:31
HTML
恢复 Resume 是的的 Python 端口。 使用 Resume,您可以从 YAML 文档和模板 (.tpl) 生成 HTML 简历。 用法 Usage: python resume.py [options] Options: -h, --help help information -t, --template [path] template file name -d, --data [path] YAML data file name -o, --out [path] output file name 如果没有给出命令行参数,resume 的默认值为: $ python resume.py -t templates/clean.tpl -d data/resumeBB.yaml -o res
【文件预览】:
resume-master
----.gitignore(574B)
----data()
--------resumeBB.yaml(2KB)
----LICENSE.md(11KB)
----README.md(1KB)
----resume.py(1KB)
----example()
--------resume.html(14KB)
----.gitattributes(378B)
----template()
--------clean.tpl(5KB)