Skip to content

Microwave-WYB/packman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages