pms-utils
Index
Modules
atom
depend
ebuild
profile
repo
vdb
Obj
Obj
Obj.md5
Obj.path
Obj.size
Dir
Sym
Content
Package
Entry
Vdb
Category
Examples
Parsing an Atom expression
Iterating over a DEPEND expression
Iterating over and accessing an ebuild repository
Implementing equery hasuse
pms-utils
vdb
Obj
View page source
Obj
This class represents a directory entry in the CONTENTS file in the VDB.
This includes the file’s path, its md5sum and the size.
class
pms_utils.vdb.
Obj
property
md5
:
str
(self) -> str
property
path
:
pathlib.Path
(self) -> pathlib.Path
property
size
:
int
(self) -> int