flask-pluginengine icon indicating copy to clipboard operation
flask-pluginengine copied to clipboard

Plugin system for Flask applications

Results 2 flask-pluginengine issues
Sort by recently updated
recently updated
newest added

Hi! I decided to build an application using the Flask-Pluginengine architecture. I'm trying to create it as a RESTful service that feeds an Angular frontend. To build it I use...

Right now plugin dependencies need to be loaded manually like any other plugin. It could be useful to load those plugins automatically.

enhancement