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

测试用例(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.3.2.tar.gz (20.9 kB view hashes)

Uploaded Source

Built Distribution

Flask_PluginKit-2.3.2-py2.py3-none-any.whl (21.6 kB view hashes)

Uploaded Python 2 Python 3

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