Skip to main content

Load and run plugins for your Flask application

Project description

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

使用概述(Overview)

安装(Installation)

$ pip install Flask-PluginKit

普通模式(Usage)

from flask_pluginkit import PluginManager
plugin = PluginManager(app)

工厂模式(The factory pattern)

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

文档(Documentation)

中文

English

LICENSE

BSD LICENSE

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.2.0.tar.gz (20.1 kB view hashes)

Uploaded Source

Built Distribution

Flask_PluginKit-2.2.0-py2.py3-none-any.whl (20.0 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