Pack/Unpack Memory. A Python library for packing and unpacking binary data structures, similar to struct but with higher-level features. Current version 0.8.7, release cadence is low (last release August 2022).
pip install plum-pyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a struct with fields and pack into bytes.
Use 'from plum import Struct'.
Define fields as class-level annotations with format strings, e.g., field_name: 'I'.
For complex structures, consider using construct or raw struct.
No dependency data recorded yet.