The raw messages are frequently used for manual debugging during development but sometimes hard to read because cluttered all over the screen.
Consider using termcolor (https://pypi.org/project/termcolor/) for fancy colored output.
The raw output could be displayed like in hexdump.
The raw messages are frequently used for manual debugging during development but sometimes hard to read because cluttered all over the screen. Consider using termcolor (https://pypi.org/project/termcolor/) for fancy colored output. The raw output could be displayed like in hexdump.