ダウンロードリスト

プロジェクト概要

bitstring は Python モジュールをできるだけシンプルでできるだけ自然に作成とバイナリ データの解析を作るのに役立ちますです。整数 (ビッグエンディアンとリトルエンディアン)、浮動小数点数、16 進数、8 進数、バイナリ、バイトのデータ、変更可能なオブジェクト、またはファイルからオブジェクトを構築することができます。彼らスライス、参加、逆転、パック、アンパックに挿入、上書き、そうでなければ単純な関数やスライス表記と時に作動します。また解析、検索、およびできる移動、ファイルまたはストリームに似ています。内部データは効率的にバイト配列として格納されます。それは Python 2.6 の利用可能な以降 (Python 3 を含むです)。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-02-10 07:31
3.0.2

これは、いくつかのバグ修正が含まれている小規模な更新プログラムです。
タグ: Bugfixes
This is a minor update that contains a few bugfixes.

2011-11-22 00:50
3.0

これは互換性分野のカップルに主要な更新です。16 進数、10 月と箱プロパティを変更 ConstBitArray ビット、スライスの従来の意味には、ステップを変更し、新しい readto メソッドを追加します 0b、0o、先頭の 0 x を削除します。
タグ: Major
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.

2011-06-19 16:01
2.2.0

これは、いくつかの新機能とマイナーアップグレードです。新しいインターリーブ指数 - ゴロムコードの解釈があります。 Pythonの3.2で実行している問題が修正されました。通常の効率改善は、ビット文字列のためのインターン戦略を含め、行われた。
タグ: Minor Enhancements
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.

2011-02-24 07:25
2.1.1

このリリースでは、2.1.0で導入されたバグのいくつかを修正する(使用して、特に'バイト'トークン壊れていた)。また、いくつかの分野でパフォーマンスが向上します。
タグ: Bugfixes, Minor Enhancements
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.

2011-01-24 09:50
2.1.0

このバージョンでは、ビット位置の概念を持っていないいくつかの新しい、より簡単なクラスを紹介します実際には単なるビットの配列です。彼らは'BitArrayを'と'ConstBitArray'と呼ばれています。また、内部の再編成やいくつかのささやかな速度の向上のかなり多くがあった。
タグ: 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.

プロジェクトリソース