convert between Python values and C bit field structs
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 python struct module, but working on bits
instead of primitive data types (char, int, ...).

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://bitstruct.readthedocs.io/
