Skip to main content

Flask-Plugins makes it possible, to create plugins for your application. In addition to the plugin system, it also provides a simple event system which can be used by plugins to extend your application without the need to modify your core code.

And Easy to Setup

First of all, you have to install it:

$ pip install flask-plugins

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

from flask_plugins import PluginManager

plugin_manager = PluginManager(app)

Want to use the factory pattern? No problem!

from flask_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.6.0.tar.gz (10.3 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for Flask-Plugins-1.6.0.tar.gz
Algorithm Hash digest
SHA256 601a92606d3ffa612cdd4e16dcd080ea8c312a7f3081b44883ccfb02457e4249
MD5 abaef5f267df6425043186132f0f08a6
BLAKE2b-256 1f61347c109c766ee15f2408fef1fb70a9c97fd2ce6b44dbe70a2dcd6c2080e3

See more details on using hashes here.

Release history Release notifications | RSS feed

2.0.0

2 files

1.6.1

1 file

This release

1.6.0 This release

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

1.0.3

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