Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.
/ python-cstruct Public archive

Another c-struct like object support in Python

License

Notifications You must be signed in to change notification settings

iptux/python-cstruct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages