module documentation

Compatibility layer with Python 3.8/3.9

Function ep_matches Workaround for ``EntryPoint`` objects without the ``matches`` method.
Function normalized_name Honor name normalization for distributions that don't provide ``_normalized_name``.
def ep_matches(ep: EntryPoint, **params) -> bool: (source)

Workaround for ``EntryPoint`` objects without the ``matches`` method.

def normalized_name(dist: Distribution) -> Optional[str]: (source)

Honor name normalization for distributions that don't provide ``_normalized_name``.