slackbuilds_ponce/python/python-bitstring
Heinz Wiesinger fd9245fe0a All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-04 12:49:49 +02:00
..
python-bitstring.info
python-bitstring.SlackBuild All: Change SlackBuild shebang to /bin/bash 2021-07-04 12:49:49 +02:00
README
slack-desc

bitstring is a pure Python module designed to help make the creation
and analysis of binary data as simple and natural as possible.

Bitstrings can be constructed from integers (big and little endian),
hex, octal, binary, strings or files. They can be sliced, joined,
reversed, inserted into, overwritten, etc. with simple functions or
slice notation.  They can also be read from, searched and replaced,
and navigated in, similar to a file or stream.