class documentation

A MetaPathFinder capable of discovering installed distributions.

Class Context Keyword arguments presented by the caller to ``distributions()`` or ``Distribution.discover()`` to narrow the scope of a search for distributions in all DistributionFinders.
Method find_distributions Find distributions.
@abc.abstractmethod
def find_distributions(self, context=Context()): (source)

Find distributions. Return an iterable of all Distribution instances capable of loading the metadata for packages matching the ``context``, a DistributionFinder.Context instance.