Last updated:
0 purchases
pluginloader 0.1.1
import helper for your app’s plugin.
Install
$ pip install plugin-loader
Usage
Wildcard is *
from plugin_loader import load_plugin
plugins = load_plugin("flask_*")
your app’s plugin name must be ruled.
ex.
flask_hoge, flask_fuga, …
fluent_plugin_hoge, fluent_plugin_fuga, …
gulp_hoge, gulp_fuga, …
Develop
update readme
$ pandoc -f markdown -t rst README.md > README
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.