mcfletch / simpleparse

SimpleParse parser generator using mxTextTools (launchpad mirror)
Other
10 stars 12 forks source link

How to parse byte string with embeded binary data in python3 without coversion to utf8 str #13

Open hernot opened 2 years ago

hernot commented 2 years ago

Is it possible to use simple parse in python3 to parse plain bytes instead of str string. How can this be done without decoding bytes first to str. bytes can be several 10MB.

Python3.8 simpleparse 2.2.2

hernot commented 2 years ago

For a suggestion how to see pr #15