Pavel Boldin <boldin.pa...@gmail.com> added the comment:

We have raw data packages from some tools. These packages contains bitfields, 
arrays, simple data and so on.

We want to parse them into Python objects (structures) for analysis and 
storage. I tried to use ctypes, but now I wrote myself implementation of raw 
parser based on bitarray and struct.

I wonder if ctypes can do this.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12945>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to