Create plugins for your Flask application
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flask_plugins-2.0.0.tar.gz.
File metadata
- Download URL: flask_plugins-2.0.0.tar.gz
- Upload date:
- Size: 94.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e7a6e9a656755f82f19e7f0697244dc4f19a4633ab34d71a992d720ba20f6f3
|
|
| MD5 |
962d7ad24972a4468790f7ecef783a7f
|
|
| BLAKE2b-256 |
4c92684acbe58a9f4b9d2117cb1e80054da042f5aa4f043f4689042560ffb8c3
|
File details
Details for the file flask_plugins-2.0.0-py3-none-any.whl.
File metadata
- Download URL: flask_plugins-2.0.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c734f39965b18a728789c2bc2113b0cf9778b1d2690a8bcceb9fb4103b193bcb
|
|
| MD5 |
3e1390cac8346babb8fc226cad2fb487
|
|
| BLAKE2b-256 |
f027a1091de9bf5d5a281246256360b7092d45a792bacb0043a89ebc34044362
|