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 (Optional[Iterable[str]]) – A list of plugin names to ignore.

Return type:

Dict[str, Plugin]

Returns:

A dictionary of plugin names and instances.