Skip to content

sh4nks/flask-plugins

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status Coverage Status

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

BSD LICENSE

About

This extension provides an easy way to create plugins for your flask application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •