./devel/py-construct-classes, Parse your binary structs into dataclasses

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.2, Package name: py312-construct-classes-0.1.2, Maintainer: pkgsrc-users

Parse your binary data into dataclasses. Pack your dataclasses into binary
data.

construct-classes rely on construct for parsing and packing. The programmer
needs to manually write the Construct expressions. There is also no type
verification, so it is the programmer's responsibility that the dataclass and
the Construct expression match.


Master sites:

Filesize: 4.9 KB

Version history: (Expand)


CVS history: (Expand)


   2024-09-16 11:10:37 by Adam Ciarcinski | Files touched by this commit (1) | Package updated
Log message:
py-construct-classes: update HOMEPAGE
   2024-09-15 01:56:47 by Jonathan Schleifer | Files touched by this commit (4)
Log message:
Add devel/py-construct-classes 0.1.2

Parse your binary data into dataclasses. Pack your dataclasses into binary
data.

construct-classes rely on construct for parsing and packing. The programmer
needs to manually write the Construct expressions. There is also no type
verification, so it is the programmer's responsibility that the dataclass and
the Construct expression match.