bottle-jade:提供Bottle框架的Jade模板

时间:2024-05-19 23:46:05
【文件属性】:

文件名称:bottle-jade:提供Bottle框架的Jade模板

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-19 23:46:05

Python

瓶玉 瓶玉-简短说明。 内容 要求 python> = 2.6 安装 Bottle Jade应该使用pip安装: pip install bottle-jade 用法 from bottle import Bottle from bottle_jade import JadePlugin from os import path as op app = Bottle() templates = op.dirname(op.abspath(__file__)) jade = app.install(JadePlugin(template_folder=templates)) @app.route('/') def index(): context = {'var': 'value'} return jade.render('index.jade', **context


【文件预览】:
bottle-jade-master
----.gitignore(373B)
----setup.cfg(73B)
----README.rst(2KB)
----bottle_jade.py(5KB)
----Changelog(53B)
----tests()
--------index.jade(61B)
--------simple.jade(23B)
--------test_bottle_jade.py(813B)
--------__init__.py(0B)
----CONTRIBUTING.rst(3KB)
----LICENSE(1KB)
----.bumpversion.cfg(112B)
----requirements-tests.txt(36B)
----.coveragerc(54B)
----requirements.txt(14B)
----MANIFEST.in(192B)
----setup.py(2KB)
----.travis.yml(338B)
----tox.ini(252B)
----AUTHORS.rst(155B)
----Makefile(2KB)

网友评论