Skip to main content

Load and run plugins for your Flask application

Project description

基于Flask的插件式开发工具(Web program plugin development kit based on flask).

能耐一般水平有限,目前版本功能弱爆了,准备重构新版,不建议使用当前版本,因为你不熟悉代码实际用起来问题多多,文档还不全~~

Build Status Documentation Status codecov PyPI Pyversions 996.ICU

使用概述(Overview)

安装(Installation)

# 正式版(Release)
$ pip install -U Flask-PluginKit
# 开发版(Dev)
$ pip install -U git+https://github.com/staugur/Flask-PluginKit.git@master

测试用例(TestCase)

$ make dev && make test

普通模式(Usage)

from flask_pluginkit import PluginManager
plugin = PluginManager(app)

工厂模式(The factory pattern)

from flask_pluginkit import PluginManager
plugin = PluginManager()
plugin.init_app(app)

贡献(Contributing)

有关设置开发环境以及如何为Flask-PluginKit做出贡献,请参阅 contributing guidelines.

资源(Resources)

文档(Documentation)

许可证(LICENSE)

BSD LICENSE

说在后面(END)

欢迎提交PR、共同开发!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-PluginKit-2.4.1.tar.gz (21.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page