Skip to main content

Load and run plugins for your Flask application

Project description

Web program plugin development kit based on flask.

Build Status Documentation Status codecov PyPI

Installation

  • Production Version

    $ pip install -U Flask-PluginKit

  • Development Version

    $ pip install -U git+https://github.com/staugur/Flask-PluginKit.git@master

Quickstart

  • The normal pattern

from flask_pluginkit import PluginManager
pm = PluginManager(app)
  • The factory pattern

from flask_pluginkit import PluginManager
pm = PluginManager()
pm.init_app(app)

Documentation

Contributing

For setting up the development environment, and how to contribute to Flask-PluginKit, please see contributing guidelines.

LICENSE

BSD 3-Clause License, more see LICENSE.

END

Welcome to submit pull request and star.

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-PluginKit-3.6.2.tar.gz (30.4 kB view hashes)

Uploaded Source

Built Distribution

Flask_PluginKit-3.6.2-py2.py3-none-any.whl (31.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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