{"id":13469297,"url":"https://github.com/mitsuhiko/pluginbase","last_synced_at":"2025-05-14T17:06:42.749Z","repository":{"id":18224745,"uuid":"21365526","full_name":"mitsuhiko/pluginbase","owner":"mitsuhiko","description":"A simple but flexible plugin system for Python.","archived":false,"fork":false,"pushed_at":"2021-05-16T16:23:31.000Z","size":78,"stargazers_count":1130,"open_issues_count":5,"forks_count":142,"subscribers_count":42,"default_branch":"master","last_synced_at":"2025-04-13T02:00:04.748Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitsuhiko.png","metadata":{"files":{"readme":"README.rst","changelog":null,"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-06-30T20:51:42.000Z","updated_at":"2025-04-10T00:26:58.000Z","dependencies_parsed_at":"2022-08-29T11:11:54.485Z","dependency_job_id":null,"html_url":"https://github.com/mitsuhiko/pluginbase","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitsuhiko%2Fpluginbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitsuhiko%2Fpluginbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitsuhiko%2Fpluginbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitsuhiko%2Fpluginbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitsuhiko","download_url":"https://codeload.github.com/mitsuhiko/pluginbase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254190396,"owners_count":22029632,"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-07-31T15:01:32.313Z","updated_at":"2025-05-14T17:06:42.724Z","avatar_url":"https://github.com/mitsuhiko.png","language":"Python","readme":"PluginBase\n==========\n\nPluginBase is a module for Python that enables the development of flexible plugin systems in Python.\n\nStep 1:\n\n.. code-block:: python\n\n   from pluginbase import PluginBase\n   plugin_base = PluginBase(package='yourapplication.plugins')\n\nStep 2:\n\n.. code-block:: python\n\n   plugin_source = plugin_base.make_plugin_source(\n       searchpath=['./path/to/plugins', './path/to/more/plugins'])\n\nStep 3:\n\n.. code-block:: python\n\n   with plugin_source:\n       from yourapplication.plugins import my_plugin\n   my_plugin.do_something_cool()\n\nOr alternatively:\n\n.. code-block:: python\n\n   my_plugin = plugin_source.load_plugin('my_plugin')\n   my_plugin.do_something_cool()\n","funding_links":[],"categories":["Miscellaneous","Python","杂项","资源列表","Miscellaneous [🔝](#readme)","Awesome Python"],"sub_categories":["杂项","Miscellaneous"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitsuhiko%2Fpluginbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitsuhiko%2Fpluginbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitsuhiko%2Fpluginbase/lists"}