PathsEntry#
A single entry in the paths.json
file.
no_link: bool
property
#
Whether or not this file should be linked or not when installing the package.
Examples#
path_type: PathType
property
#
Determines how to include the file when installing the package.
Examples#
prefix_placeholder: Optional[PrefixPlaceholder]
property
#
Optionally the placeholder prefix used in the file. If this value is None
the prefix is not present in the file.
Examples#
sha256: Optional[bytes]
property
#
A hex representation of the SHA256 hash of the contents of the file. This entry is only present in version 1 of the paths.json file.
Examples#
size_in_bytes: Optional[int]
property
#
The size of the file in bytes. This entry is only present in version 1 of the paths.json file.
Examples#
__repr__()
#
Returns a representation of the PathsEntry.