Repository

This class represents an ebuild repository as per PMS 4.

class pms_utils.repo.Repository(self, arg: str | os.PathLike, /)
__iter__(self) collections.abc.Iterator[pms_utils.repo.Category]
__getitem__(self, arg: str, /) pms_utils.repo.Category | None
property name: str

(self) -> str

property path: pathlib.Path

(self) -> pathlib.Path