Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 785 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 785 Bytes

Packman: Pythonic Binary Packing/Unpacking Like a Super Hero

intro

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.

Installation

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

Basic Usage

TODO: Change examples to use the updated API