findmy.util.parsers

Parsers for various forms of data formats.

Functions

decode_plist(→ Any)

Decode a plist file.

format_hex_byte(→ str)

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.