python-bitarray 2.8.0-1 source package in Ubuntu

Changelog

python-bitarray (2.8.0-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <email address hidden>  Mon, 24 Jul 2023 21:51:05 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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_2.8.0-1.dsc 2.1 KiB 5317ec1e14affd521a931a32bbd9ea6a45b91bf965f466b50b4a45cc03c3fe4c
python-bitarray_2.8.0.orig.tar.gz 171.0 KiB 80ba847f3f7b0fa9560dd62c0c21237eb3a351195c7e0ba6104998ba49abb2cd
python-bitarray_2.8.0-1.debian.tar.xz 4.9 KiB 5e3c6211b7682477113fea1a5ba432766f89a2c81cd22623217bb0d388975b8f

Available diffs

No changes file available.

Binary packages built by this source

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: debug symbols for python3-bitarray