xpublish.plugins.manage.find_default_plugins#

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

Find Xpublish plugins from entry point group xpublish.plugin.

Parameters:

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

Return type:

Dict[str, Type[Plugin]]

Returns:

A dictionary of plugin names and classes.