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