Load and run plugins for your Flask application
Project description
Web program plugin development kit based on flask.
Installation
Production Version
$ pip install -U Flask-PluginKit
Development Version
$ pip install -U git+https://github.com/staugur/Flask-PluginKit.git@master
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
Author https://www.saintic.com
Official plugins based on Flask-PluginKit
LICENSE
BSD 3-Clause License, more see LICENSE.
END
Welcome to submit pull request and star.
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
Flask-PluginKit-3.6.1.tar.gz
(29.2 kB
view details)
File details
Details for the file Flask-PluginKit-3.6.1.tar.gz
.
File metadata
- Download URL: Flask-PluginKit-3.6.1.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.5.0.1 requests/2.21.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1949b12bf1ee12bf6314d05bb5cfab1ee22de8edb8f72f3747b966f19ba7b3e |
|
MD5 | 5d986f1110a8875a9f6ab44b96ca56fd |
|
BLAKE2b-256 | e67c4d99ef7b6ade86add2679382d12f702fe89ea73b4abad26217e1ca544674 |