Simple Construction, Analysis and Modification of Binary Data
http://python-bitstring.googlecode.com
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.
Author
------
Scott Griffiths
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-bitstring && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bitstring-3.1.9.tar.gz | 0000408443 399 KB | |
python-bitstring.changes | 0000005151 5.03 KB | |
python-bitstring.spec | 0000002119 2.07 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 946638
from
Dirk Mueller (dirkmueller)
(revision 5)
- update to 3.1.9: * Fixed a couple of outdated results in the readme (Issue 214). * Some more documentation tidying. * Turned off some debug code by default. * Fixed a couple of failing tests in different Python versions. * Fix for consistent pos initialisation semantics for different types. * Change to allow wheels to be uploaded to PyPI. * More work for LSB0 mode, but still not finished or documented (sorry).
Comments 0