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

Return type:

dict[str, type[Plugin]]

Returns:

A dictionary of plugin names and classes.