marcpage/pylavi

Add type for interpreting 'vers' resource

marcpage opened this issue · 0 comments

Create the file pylavi/resource_types.py and add a class for interpreting 'vers' resource using the documentation from #1

This class should look similar to a Structure. It should also have comparison (__lt__, __eq__) operators.

It should use the version interpreting code from #2 and the byte-length-prefixed data type from #4