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:Factory:PowerPC/python-bitstring && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bitstring-3.1.6.tar.gz | 0000751557 734 KB | |
python-bitstring.changes | 0000004080 3.98 KB | |
python-bitstring.spec | 0000002147 2.1 KB |
Revision 3 (latest revision is 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 730685
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
- Update to 3.1.6: * Fixed immutability bug. Bug 176. * Fixed failure of `__contains__` in some circumstances. Bug 180. * Better handling of open files. Bug 186. * Better Python 2/3 check. * Making unit tests easier to run. * Allowing length of 1 to be specified for bools. (Thanks to LemonPi)
Comments 0