PortageProfile

This class represents a user profile as implemented by portage. It differs from a PMS profile in directory layout and in allowing wildcard expressions.
See man portage.5.
class pms_utils.profile.PortageProfile(self, arg: str | os.PathLike, /)

Bases: Profile