Flask-PluginΒΆ

Python License test pylint codecov

An extension to add support of Plugin in Flask.

GitHub Repo: https://github.com/guiqiqi/flask-plugin

Features:

  1. Define plugin routes in the same way as Application, Blueprint, while providing all the Flask features (Template rendering, url_for, message flashing, signals, etc.)

  2. Each plugin can be started, stopped, reloaded while Flask is running.

  3. Configured with Flask, no need to configure separately.

  4. Auto-discovery and management for plugins.

Install:

Install Flask-Plugin using pip:

pip install flask-plugin

Or download Wheel package from releases and install using pip:

pip install flask_plugin-{{ VERSION }}-py3-none-any.whl

which {{ VERSION }} is release version.