python-bitstruct

Python bit pack/unpack package
  https://github.com/eerimoq/bitstruct
  0
  no reviews



This module is intended to have a similar interface as the python struct module, but working on bits instead of primitive data types (char, int, ...).

This package contains the Python 2 module.