Using importlib.metadata — Python 3.10.1 documentation
docs.python.org › 3 › libraryJan 05, 2022 · The “selectable” entry points were introduced in importlib_metadata 3.6 and Python 3.10. Prior to those changes, entry_points accepted no parameters and always returned a dictionary of entry points, keyed by group. For compatibility, if no parameters are passed to entry_points, a SelectableGroups object is returned, implementing that dict ...