{"id":18870221,"url":"https://github.com/thor77/pluginfileloader","last_synced_at":"2025-10-31T10:06:21.630Z","repository":{"id":21892753,"uuid":"25216612","full_name":"Thor77/PluginFileLoader","owner":"Thor77","description":"A simple pluginloader for files","archived":false,"fork":false,"pushed_at":"2014-10-14T16:52:02.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T23:45:09.402Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Thor77.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-14T16:49:11.000Z","updated_at":"2014-10-14T16:49:16.000Z","dependencies_parsed_at":"2022-07-25T13:02:09.692Z","dependency_job_id":null,"html_url":"https://github.com/Thor77/PluginFileLoader","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/Thor77%2FPluginFileLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thor77%2FPluginFileLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thor77%2FPluginFileLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thor77%2FPluginFileLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thor77","download_url":"https://codeload.github.com/Thor77/PluginFileLoader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816505,"owners_count":19701753,"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":[],"created_at":"2024-11-08T05:19:23.320Z","updated_at":"2025-10-31T10:06:16.608Z","avatar_url":"https://github.com/Thor77.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"PluginLoader\n============\n\nA simple plugin loader\n\nUsage\n=====\n\n### files/folders:\n\n```\npluginfileloader.py\nmain.py\nplugins\n       \\plugin1.py\n       \\plugin2.py\n```\n\n### main.py:\n\n```python\nfrom pluginfileloader import PluginFileLoader\n\nplugin_path = 'plugins'\nplugin_classes = []\nfor plugin_class in PluginFileLoader(plugin_path):\n    cl = plugin_class()\n    plugin_classes.append(cl)\n```\n\nAnother Plugin Blueprint\n========================\n\n### files/folders:\n\n```\npluginfileloader.py\nmain.py\npluginblueprint.py\nplugins\n       \\plugin1.py\n       \\plugin2.py\n```\n\n### main.py:\n\n```python\nfrom pluginfileloader import PluginFileLoader\nfrom pluginblueprint import MyPluginBlueprint\n\nplugin_path = 'plugins'\nplugin_classes = []\nfor plugin_class in PluginFileLoader(plugin_path, MyPluginBlueprint):\n    cl = plugin_class()\n    plugin_classes.append(cl)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthor77%2Fpluginfileloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthor77%2Fpluginfileloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthor77%2Fpluginfileloader/lists"}