Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/staugur/Flask-PluginKit
- Owner: staugur
- License: bsd-3-clause
- Created: 2019-08-01T07:15:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T14:31:40.000Z (7 months ago)
- Last Synced: 2024-05-22T14:45:56.293Z (7 months ago)
- Topics: flask, flask-pluginkit
- Language: Python
- Homepage: https://flask-pluginkit.rtfd.vip
- Size: 895 KB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - staugur/Flask-PluginKit - Web program plugin development kit based on Flask. (Python)
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/