Repository
This class represents an ebuild repository as per PMS 4.
- class pms_utils.repo.Repository(self: pms_utils.repo.Repository, arg0: os.PathLike)
- __iter__(self: pms_utils.repo.Repository) Iterator[pms_utils.repo.Category]
- __getitem__(self: pms_utils.repo.Repository, arg0: str) pms_utils.repo.Category | None
- property name: str
- property path: os.PathLike