Warning
This tool is under heavy developments and should not be used in production code.
PackMan is a flexible and intuitive library for packing and unpacking binary data in Python. It provides a more Pythonic and type-safe alternative to the built-in struct
module, with additional features for chaining and dynamic format creation.
Minimum Python version: 3.12
This libarry uses the PEP695 type parameter syntax introduce in Python 3.12
.
# pip install packman # TODO: publish to PyPI
pip install git+https://github.com/Microwave-WYB/packman.git
TODO: Change examples to use the updated API