Library for parsing binary structures

Paul Moore p.f.moore at gmail.com
Sat Mar 30 06:29:53 EDT 2019


On Fri, 29 Mar 2019 at 23:21, Cameron Simpson <cs at cskk.id.au> wrote:
>
> On 27Mar2019 18:41, Paul Moore <p.f.moore at gmail.com> wrote:
> >I'm looking for a library that lets me parse binary data structures.
> >The stdlib struct module is fine for simple structures, but when it
> >gets to more complicated cases, you end up doing a lot of the work by
> >hand (which isn't that hard, and is generally perfectly viable, but
> >I'm feeling lazy ;-))
>
> I wrote my own: cs.binary, available on PyPI. The PyPI page has is
> module docs, which I think are ok:
>
>   https://pypi.org/project/cs.binary/

Nice, thanks - that's exactly the sort of pointer I was looking for.
I'll take a look and see how it works for my use case.

Paul



More information about the Python-list mailing list