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

Big Java Late Objects

Big Java Late Objects

Horstmann, Cay S. / 2012-2 / 896.00元

The introductory programming course is difficult. Many students fail to succeed or have trouble in the course because they don't understand the material and do not practice programming sufficiently. ......一起来看看 《Big Java Late Objects》 这本书的介绍吧!

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

在线压缩/解压 HTML 代码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具