class documentation

class WheelFileEntry(BaseModel):

View In Hierarchy

Source entry for a wheel

Class Variable content Binary content for the file
Class Variable path Path of the file in the wheel
Class Variable permissions Permissions for the file in the archive
content: bytes =

Binary content for the file

path: str =

Path of the file in the wheel

permissions: int =

Permissions for the file in the archive