findmy.util.parsers¶
Parsers for various forms of data formats.
Functions¶
|
Decode a plist file. |
|
Format a byte as a two character hex string in uppercase. |
Module Contents¶
- findmy.util.parsers.decode_plist(data: bytes) Any ¶
Decode a plist file.
- findmy.util.parsers.format_hex_byte(byte: int) str ¶
Format a byte as a two character hex string in uppercase.