python-bitarray 0.8.0-2build4 source package in Ubuntu

Changelog

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

  * No change rebuild to drop python3.3 compiled extension.
 -- Dimitri John Ledkov <email address hidden>   Mon, 31 Mar 2014 23:59:24 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Downloads

File Size SHA-256 Checksum
python-bitarray_0.8.0.orig.tar.gz 45.4 KiB 203426d96bf43adc5220a2f66a3c18fedcf009ce98de419a8a580ec7695424d1
python-bitarray_0.8.0-2build4.debian.tar.gz 4.0 KiB 1887d52d32d3dbf817d0404fef7c60efc946f44a39d3566b61591e1e41cf3a24
python-bitarray_0.8.0-2build4.dsc 2.2 KiB f128de56d1a8d4d86d71df30ce2b8c9ed81facba2b43c8b5d94f52c65701070c

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.