基于 Flask 的插件式开发工具 Flask-PluginKit

码农软件 · 软件分类 · Python开发工具 · 2019-11-12 09:29:35

软件介绍

基于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)

本文地址:https://codercto.com/soft/d/18810.html

The Cult of the Amateur

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

html转js在线工具
html转js在线工具

html转js在线工具