{"id":18870223,"url":"https://github.com/thor77/pluginloader","last_synced_at":"2026-02-14T16:30:16.727Z","repository":{"id":18925462,"uuid":"22144711","full_name":"Thor77/PluginLoader","owner":"Thor77","description":"A simple plugin loader","archived":false,"fork":false,"pushed_at":"2014-07-23T16:07:48.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T23:45:12.119Z","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-07-23T12:02:50.000Z","updated_at":"2014-07-23T12:02:57.000Z","dependencies_parsed_at":"2022-09-16T05:52:12.503Z","dependency_job_id":null,"html_url":"https://github.com/Thor77/PluginLoader","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%2FPluginLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thor77%2FPluginLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thor77%2FPluginLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thor77%2FPluginLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thor77","download_url":"https://codeload.github.com/Thor77/PluginLoader/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.366Z","updated_at":"2026-02-14T16:30:16.626Z","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```\npluginloader.py\nmain.py\nplugins\n       \\plugin1\n               \\__init__.py\n       \\plugin2\n               \\__init__.py\n```\n\n### main.py:\n\n```python\nfrom pluginloader import PluginLoader\n\nplugin_path = 'plugins'\nplugin_classes = []\nfor plugin_class in PluginLoader(plugin_path):\n    cl = plugin_class()\n    plugin_classes.append(cl)\n```\n\nAnother Plugin Blueprint\n========================\n\n### files/folders:\n\n```\npluginloader.py\nmain.py\npluginblueprint.py\nplugins\n       \\plugin1\n               \\__init__.py\n       \\plugin2\n               \\__init__.py\n```\n\n### main.py:\n\n```python\nfrom pluginloader import PluginLoader\nfrom pluginblueprint import MyPluginBlueprint\n\nplugin_path = 'plugins'\nplugin_classes = []\nfor plugin_class in PluginLoader(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%2Fpluginloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthor77%2Fpluginloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthor77%2Fpluginloader/lists"}