基于 Flask 的插件式开发工具 Flask-PluginKit
- 授权协议: MIT
- 开发语言: Python HTML/CSS SHELL
- 操作系统: 跨平台
- 软件首页: https://gitee.com/staugur/Flask-PluginKit
- 软件文档: https://flask-pluginkit.readthedocs.io/
软件介绍
基于Flask的插件式开发工具,它允许你快速简单地开发插件扩展程序,且不需要修改核心代码,支持蓝图、上下文、模板、静态文件等扩展程序。
安装(Installation)
$ pip install -U Flask-PluginKit 或(or) $ pip install -U https://github.com/staugur/Flask-PluginKit/archive/master.tar.gz
测试用例(TestCase)
$ python tests/test_*.py 或(or) $ python setup.py test
普通模式(Usage)
from flask_pluginkit import PluginManager plugin = PluginManager(app)
工厂模式(The factory pattern)
from flask_pluginkit import PluginManager plugin = PluginManager() plugin.init_app(app)
The Cult of the Amateur
Andrew Keen / Crown Business / 2007-6-5 / USD 22.95
Amateur hour has arrived, and the audience is running the show In a hard-hitting and provocative polemic, Silicon Valley insider and pundit Andrew Keen exposes the grave consequences of today’s......一起来看看 《The Cult of the Amateur》 这本书的介绍吧!
