btype

Package for dealing with binary structures


Keywords
struct, type, binary
License
LGPL-2.0
Install
pip install btype==0.1.5

Documentation

btype

Package for easily declaring data types in Python that can then be manipulated like normal objects but packed into a bytes() object. Also supports instantiating data types by unpacking from a bytes() object.