Load and run plugins for your Flask application
Project description
基于Flask的插件式开发工具(Web program plugin development kit based on flask).
使用概述(Overview)
安装(Installation)
# 正式版(Release)
$ pip install -U Flask-PluginKit
# 开发版(Dev)
$ pip install -U git+https://github.com/staugur/Flask-PluginKit.git
测试用例(TestCase)
$ make test
普通模式(Usage)
from flask_pluginkit import PluginManager
plugin = PluginManager(app)
工厂模式(The factory pattern)
from flask_pluginkit import PluginManager
plugin = PluginManager()
plugin.init_app(app)
贡献(Contributing)
有关设置开发环境以及如何为Flask-PluginKit做出贡献,请参阅 contributing guidelines.
资源(Resources)
Author https://www.saintic.com
使用 Flask-PluginKit 的项目 https://github.com/topics/flask-pluginkit
文档(Documentation)
许可证(LICENSE)
说在后面(END)
欢迎提交PR、共同开发!
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-PluginKit-2.3.0.tar.gz.
File metadata
- Download URL: Flask-PluginKit-2.3.0.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.9.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e788647f834de9917c30c8601e7bc10ce442581f4a1c1889ed9dff19b3f9f1b
|
|
| MD5 |
d0e0f90fc02740218168706dcdc7752d
|
|
| BLAKE2b-256 |
6680ae8ad6726d8c178643c02f8175ece0bab65a69897530b2156decec96e955
|
File details
Details for the file Flask_PluginKit-2.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: Flask_PluginKit-2.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.9.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03a125b4fd27090f8677fafa3dac5d598294f946198032eb37b394e2ffccd18a
|
|
| MD5 |
988e16d6dbf17f387cd2f63748ce68f0
|
|
| BLAKE2b-256 |
5abdba9671e862d1f91594f7312ad476d0fecd13be301623b4c65b1a01aad75a
|