Skip to main content

Flask-Plugins provides an easy way to create plugins and add hooks for your application. It is also possible to create Hooks 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

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.0.3.tar.gz (8.0 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for Flask-Plugins-1.0.3.tar.gz
Algorithm Hash digest
SHA256 dbc91c1a8231941f4341e03c514ed5bd3e7e15f620259826ec88850538f29cb7
MD5 c5bdb0e6781c0308aaf96cd07d2ff27a
BLAKE2b-256 61cb375a1d1429d3a790e721d53a23f55f9e5b4fbbf86c624ad49dacbbcabd7d

See more details on using hashes here.

Release history Release notifications | RSS feed

2.0.0

2 files

1.6.1

1 file

1.6.0

1 file

1.5

1 file

1.4

1 file

1.3

1 file

1.2

1 file

1.1

1 file

1.0.4

1 file

This release

1.0.3 This release

1 file

1.0.2

1 file

1.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page