仪表板开发工具
项目描述
.. 内容:
介绍
============
Pigeonhole 是一个用于从 mr.bob 渲染的模板创建仪表板的工具
https://pypi.python.org/pypi/mr.bob
A complete example of using Pigeonhole is currently under development
https://github.com/maikroeder/encode.mouse
To get an idea of what kind of dashboards you will be able to produce with Pigeonhole, have
a look at the ENCODE RNA Dashboards (human and mouse)
http://genome.crg.es/encode_RNA_dashboard
设计
======
The post_render hook of mr.bob is used to get hold of the configuration for individual
mr.bob runs. This way, Pigeonhole does not need to know how mr.bob does its magic, and
can concentrate on plugging the individual templates together by calling them on demand
while rendering the dashboard.
Zope Page Template support for mr.bob
=====================================
Pigeonhole extends mr.bob with a renderer for Zope Page Templates, which can be
used instead of the default Jinja2 templates
https://pypi.python.org/pypi/zope.pagetemplate
To use this renderer, place the following line in your .mrbob.ini
[template]
renderer = pigeonhole.rendering:pagetemplate_renderer
变更日志
=========
0.1 (2013-04-03)
----------------
- Integration with mr.bob
- Using tooth.paste to create the package
介绍
============
Pigeonhole 是一个用于从 mr.bob 渲染的模板创建仪表板的工具
https://pypi.python.org/pypi/mr.bob
A complete example of using Pigeonhole is currently under development
https://github.com/maikroeder/encode.mouse
To get an idea of what kind of dashboards you will be able to produce with Pigeonhole, have
a look at the ENCODE RNA Dashboards (human and mouse)
http://genome.crg.es/encode_RNA_dashboard
设计
======
The post_render hook of mr.bob is used to get hold of the configuration for individual
mr.bob runs. This way, Pigeonhole does not need to know how mr.bob does its magic, and
can concentrate on plugging the individual templates together by calling them on demand
while rendering the dashboard.
Zope Page Template support for mr.bob
=====================================
Pigeonhole extends mr.bob with a renderer for Zope Page Templates, which can be
used instead of the default Jinja2 templates
https://pypi.python.org/pypi/zope.pagetemplate
To use this renderer, place the following line in your .mrbob.ini
[template]
renderer = pigeonhole.rendering:pagetemplate_renderer
变更日志
=========
0.1 (2013-04-03)
----------------
- Integration with mr.bob
- Using tooth.paste to create the package