Download List

專案描述

bitstring is a Python module that helps to make the creation and analysis of binary data as simple and natural as possible. Objects can be constructed from integers (big and little endian), floats, hex, octal, binary, byte data, iterables, or files. They can be sliced, joined, reversed, packed, unpacked, inserted into, overwritten, and otherwise operated upon with simple functions or slice notation. They can also be parsed, searched, and navigated in, similar to a file or stream. Internally the data is efficiently stored as byte arrays. It is available for Python 2.6 and later (including Python 3).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-10 07:31
3.0.2

This is a minor update that contains a few bugfixes.
標籤: Bugfixes

2011-11-22 00:50
3.0

This is a major update which breaks compatibility in a couple of areas. It removes the leading 0x, 0o, 0b for hex, oct, and bin properties, renames ConstBitArray to Bits, changes stepping in slices to a more conventional meaning, and adds a new readto method.
標籤: Major

2011-06-19 16:01
2.2.0

This is a minor upgrade with a few new features. There are new interleaved exponential-Golomb code interpretations. A problem running under Python 3.2 has been fixed. The usual efficiency improvements were made, including an interning strategy for bitstrings.
標籤: Minor Enhancements

2011-02-24 07:25
2.1.1

This release fixes a couple of bugs introduced in 2.1.0 (notably, using the 'bytes' token was broken). It also improves performance in a few areas.
標籤: Bugfixes, Minor Enhancements

2011-01-24 09:50
2.1.0

This version introduces some new, simpler classes that don't have the concept of a bit position, but really are just an array of bits. They are called 'BitArray' and 'ConstBitArray'. There has also been quite a lot of internal reorganization and some modest speed improvements.
標籤: Minor Enhancements

Project Resources