Flask-Plugins
Flask-Plugins provides an easy way to create plugins for your application. It is also possible to create Events which can than be used to extend your application without the need to modify your core code.
Installation
First you need to install it. It is available on the Python Package Index.
pip install flask-plugins
and then you need to initialize it somewhere in your code.
from flask_plugins import PluginManager
plugin_manager = PluginManager()
it also supports the factory pattern.
from flask_plugins import PluginManager
plugin_manager = PluginManager()
plugin_manager.init_app(app)
Documentation
The documentation is located here.
License
Release files for Flask-Plugins 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| flask_plugins-2.0.0.tar.gz | 94.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| flask_plugins-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 101.9 kB
Release files / flask_plugins-2.0.0.tar.gz
| Download URL | flask_plugins-2.0.0.tar.gz |
|---|---|
| Size | 94.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3e7a6e9a656755f82f19e7f0697244dc4f19a4633ab34d71a992d720ba20f6f3
|
|
BLAKE2b-256 checksum How to use checksums |
4c92684acbe58a9f4b9d2117cb1e80054da042f5aa4f043f4689042560ffb8c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|
Release files / flask_plugins-2.0.0-py3-none-any.whl
| Download URL | flask_plugins-2.0.0-py3-none-any.whl |
|---|---|
| Size | 7.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c734f39965b18a728789c2bc2113b0cf9778b1d2690a8bcceb9fb4103b193bcb
|
|
BLAKE2b-256 checksum How to use checksums |
f027a1091de9bf5d5a281246256360b7092d45a792bacb0043a89ebc34044362
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|