Path to this page:
Subject: CVS commit: pkgsrc/devel
From: Jonathan Schleifer
Date: 2024-09-15 01:56:47
Message id: 20240914235648.153B1FC74@cvs.NetBSD.org
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.
Files: