Download List

Projeto Descrição

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.

2011-01-24 09:50 Back to release list
2.1.0

Esta versão introduz algumas novas classes simples que não têm o conceito de uma posição pouco, mas na verdade são apenas uma matriz de bits. Eles são chamados de 'BitArray' e 'ConstBitArray. Houve também um monte de reorganização interna e de algumas melhorias de velocidade modesta.
Tags: Minor Enhancements
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.

Project Resources