Package
This class represents a repo package as per PMS 4.3.
- class pms_utils.repo.Package
- __iter__(self) collections.abc.Iterator[pms_utils.repo.Ebuild]
- __getitem__(self, arg: pms_utils.atom.Version, /) pms_utils.repo.Ebuild | None
- __getitem__(self, arg: str, /) pms_utils.repo.Ebuild | None
- property name: pms_utils.atom.Name
(self) -> pms_utils.atom.Name
- property path: pathlib.Path
(self) -> pathlib.Path