This package browser is in early development. Mind the rough edges.

python-bitstruct 8.14.0

Python values to and C bit field structs converter

This module performs conversions between Python values and C bit field structs represented as Python byte strings. It is intended to have a similar interface as the struct module from Python, but working on bits instead of primitive data types like char, int, etc.

Installation

Install python-bitstruct 8.14.0 as follows:

guix install python-bitstruct@8.14.0

Or install the latest version:

guix install python-bitstruct

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.