staugur / Flask-PluginKit

Web program plugin development kit based on Flask.

Home Page:https://flask-pluginkit.rtfd.vip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-PluginKit

Web program plugin development kit based on Flask.

Build Status Documentation Status codecov PyPI

Installation

Quickstart

  • The normal pattern
from flask_pluginkit import PluginManager
pm = PluginManager(app)
  • The factory pattern
from flask_pluginkit import PluginManager
pm = PluginManager()
pm.init_app(app)

Documentation

Contributing

For setting up the development environment, and how to contribute to Flask-PluginKit, please see contributing guidelines.

Links

LICENSE

BSD 3-Clause License, more see LICENSE.

END

Welcome to submit pull request and star.

About

Web program plugin development kit based on Flask.

https://flask-pluginkit.rtfd.vip

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 86.5%Language:HTML 12.3%Language:Makefile 1.2%