xpublish.plugins.manage.load_default_plugins#

xpublish.plugins.manage.load_default_plugins(exclude_plugins=None)[source]#

Find and initialize plugins from entry point group xpublish.plugin.

Parameters:

exclude_plugins (Iterable[str] | None) – A list of plugin names to ignore.

Return type:

dict[str, Plugin]

Returns:

A dictionary of plugin names and instances.