Skip to main content

A Extension that makes it possible to create plugins in Flask.

Project description

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.

And Easy to Setup

First you need to install it via:

$ pip install flask-plugins

and then you need to initialize it somewhere in your code.

from flask.ext.plugins import PluginManager

plugin_manager = PluginManager(app)

It also supports the factory pattern for creating your app.

from flask.ext.plugins import PluginManager

plugin_manager = PluginManager()
plugin_manager.init_app(app)

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Plugins-1.4.tar.gz (9.0 kB view details)

Uploaded Source

File details

Details for the file Flask-Plugins-1.4.tar.gz.

File metadata

  • Download URL: Flask-Plugins-1.4.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Flask-Plugins-1.4.tar.gz
Algorithm Hash digest
SHA256 39919f0f0269f6fcfa0370878c29d654e09e8c3043063f5c9cceedaa46db07b6
MD5 8d51c61ad950b379f049064a4058b2d8
BLAKE2b-256 1916cee6527fbde6a89acda8f50258350e3576bea1ddc3aa8b3c263029547594

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page