python-bitarray 0.8.0-2build3 source package in Ubuntu

Changelog

python-bitarray (0.8.0-2build3) trusty; urgency=medium

  * Rebuild for python3.4 as a supported python version.
 -- Matthias Klose <email address hidden>   Sat, 04 Jan 2014 18:32:06 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Jan Dittberner
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-bitarray_0.8.0.orig.tar.gz 45.4 KiB 203426d96bf43adc5220a2f66a3c18fedcf009ce98de419a8a580ec7695424d1
python-bitarray_0.8.0-2build3.debian.tar.gz 3.9 KiB eacb61824d098ef1dd2350d3c33c83edf7c91c56118b18d3dac62813c4f81dd7
python-bitarray_0.8.0-2build3.dsc 1.5 KiB 06408ca03a26e5be2beb4c9c180bbef00e18f301c517cf6992c44a24ac8f1bb5

Available diffs

View changes file

Binary packages built by this source

python-bitarray: Python module for efficient boolean array handling

 The bitarry module provides an object type which efficiently represents an
 array of booleans. Bitarrays are sequence types and behave very much like
 usual lists. Eight bits are represented by one byte in contiguous block of
 memory. The user can select between two representations; little-endian and
 big-endian.
 .
 Most of the functionality is implemented in C. Methods for accessing the
 machine representation are provided. This can be useful when bit level access
 to binary files is required, such as portable bitmap image files (.pbm). Also,
 when dealing with compressed data which uses variable bit length encoding, you
 may find this module useful.

python3-bitarray: Python3 module for efficient boolean array handling

 The bitarry module provides an object type which efficiently represents an
 array of booleans. Bitarrays are sequence types and behave very much like
 usual lists. Eight bits are represented by one byte in contiguous block of
 memory. The user can select between two representations; little-endian and
 big-endian.
 .
 Most of the functionality is implemented in C. Methods for accessing the
 machine representation are provided. This can be useful when bit level access
 to binary files is required, such as portable bitmap image files (.pbm). Also,
 when dealing with compressed data which uses variable bit length encoding, you
 may find this module useful.
 .
 This package provides the Python3 version of the module.