{"id":13502297,"url":"https://github.com/sh4nks/flask-plugins","last_synced_at":"2025-07-29T17:16:10.165Z","repository":{"id":16739244,"uuid":"19496666","full_name":"sh4nks/flask-plugins","owner":"sh4nks","description":"This extension provides an easy way to create plugins for your flask application.","archived":false,"fork":false,"pushed_at":"2022-04-13T19:57:27.000Z","size":81,"stargazers_count":52,"open_issues_count":6,"forks_count":21,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T18:13:00.794Z","etag":null,"topics":["extension","flask"],"latest_commit_sha":null,"homepage":"http://flask-plugins.readthedocs.org/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"DevMountain/Pair","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sh4nks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-06T14:10:56.000Z","updated_at":"2024-05-08T10:15:51.000Z","dependencies_parsed_at":"2022-07-26T09:02:06.414Z","dependency_job_id":null,"html_url":"https://github.com/sh4nks/flask-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh4nks%2Fflask-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh4nks%2Fflask-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh4nks%2Fflask-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh4nks%2Fflask-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sh4nks","download_url":"https://codeload.github.com/sh4nks/flask-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248718104,"owners_count":21150507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","flask"],"created_at":"2024-07-31T22:02:09.094Z","updated_at":"2025-04-13T13:21:52.474Z","avatar_url":"https://github.com/sh4nks.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/sh4nks/flask-plugins.svg?branch=master)](https://travis-ci.org/sh4nks/flask-plugins) [![Coverage Status](https://coveralls.io/repos/sh4nks/flask-plugins/badge.png)](https://coveralls.io/r/sh4nks/flask-plugins)\n\n# FLASK-PLUGINS\n\nFlask-Plugins provides an easy way to create plugins for your\napplication. It is also possible to create Events which can than be used to\nextend your application without the need to modify your core code.\n\n\n# INSTALLATION\n\nFirst you need to install it. It is available on the [Python Package Index](https://pypi.python.org/pypi/flask-plugins).\n\n    pip install flask-plugins\n\nand then you need to initialize it somewhere in your code.\n\n    from flask_plugins import PluginManager\n\n    plugin_manager = PluginManager()\n\nit also supports the factory pattern.\n\n    from flask_plugins import PluginManager\n\n    plugin_manager = PluginManager()\n    plugin_manager.init_app(app)\n\n\n# DOCUMENTATION\n\nThe documentation is located [here](https://flask-plugins.readthedocs.org/en/latest/).\n\n\n# LICENSE\n\n[BSD LICENSE](http://flask.pocoo.org/docs/license/#flask-license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh4nks%2Fflask-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh4nks%2Fflask-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh4nks%2Fflask-plugins/lists"}