/btype

Python binary data structures

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

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.