iptux / python-cstruct

Another c-struct like object support in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-cstruct - Another c-struct like object support in Python

  • supported data and class
    • c-struct like (cstruct.CStruct)
    • array (cstruct.CStructArray)
    • fix length integer (cstruct.CInteger)
    • fix length string (cstruct.CString)
    • data type supported by struct module

About

Another c-struct like object support in Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%