Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/staugur/Flask-PluginKit

Web program plugin development kit based on Flask.
https://github.com/staugur/Flask-PluginKit

flask flask-pluginkit

Last synced: 9 days ago
JSON representation

Web program plugin development kit based on Flask.

Awesome Lists containing this project

README

        

Flask-PluginKit
===============

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

.. code:: python

from flask_pluginkit import PluginManager
pm = PluginManager(app)

- The factory pattern

.. code:: python

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

Documentation
-------------

- `简体中文 `__

- `English `__

Contributing
------------

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

.. _contributing guidelines: https://github.com/staugur/Flask-PluginKit/blob/master/CONTRIBUTING.rst

Links
-----

- GitHub https://github.com/staugur/Flask-PluginKit
- Author https://www.saintic.com
- Issues https://github.com/staugur/Flask-PluginKit/issues
- Official plugins based on `Flask-PluginKit `_

LICENSE
-------

BSD 3-Clause License, more see LICENSE.

END
---

Welcome to submit pull request and star.

.. |Build Status| image:: https://github.com/staugur/Flask-PluginKit/actions/workflows/ci.yml/badge.svg
:target: https://github.com/staugur/Flask-PluginKit/actions/workflows/ci.yml
.. |Documentation Status| image:: https://open.saintic.com/rtfd/badge/flask-pluginkit
:target: https://flask-pluginkit.rtfd.vip
.. |codecov| image:: https://codecov.io/gh/staugur/Flask-PluginKit/branch/master/graph/badge.svg
:target: https://codecov.io/gh/staugur/Flask-PluginKit
.. |PyPI| image:: https://img.shields.io/pypi/v/Flask-PluginKit.svg?style=popout
:target: https://pypi.org/project/Flask-PluginKit/