entry_points#

get_entry_points(*, group: str)#

Wrapper for importlib.metadata.entry_points

Parameters:

group – entry points to select

Returns:

EntryPoints for group or empty list if unsupported