python-bitarray 0.8.1-1build4 source package in Ubuntu

Changelog

python-bitarray (0.8.1-1build4) artful; urgency=medium

  * No change rebuild to drop Python 3.5 support.

 -- Michael Hudson-Doyle <email address hidden>  Fri, 04 Aug 2017 18:51:49 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Downloads

File Size SHA-256 Checksum
python-bitarray_0.8.1.orig.tar.gz 45.8 KiB 7da501356e48a83c61f479393681c1bc4b94e5a34ace7e08cb29e7dd9290ab18
python-bitarray_0.8.1-1build4.debian.tar.xz 4.0 KiB 18daf74d05287d2fb461f17075b52f1281c747f31aaa83e8c49bb05779c9e429
python-bitarray_0.8.1-1build4.dsc 2.3 KiB 93b136eb56bb888eab36df3a2c27d7b1ed5446bfc529fcb4cfcdad720bbb8702

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.

python-bitarray-dbgsym: No summary available for python-bitarray-dbgsym in ubuntu artful.

No description available for python-bitarray-dbgsym in ubuntu artful.

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.

python3-bitarray-dbgsym: No summary available for python3-bitarray-dbgsym in ubuntu artful.

No description available for python3-bitarray-dbgsym in ubuntu artful.