python-bitarray 2.8.1-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Scott Kitterman <email address hidden>  Sat, 12 Aug 2023 14:04:20 -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
Mantic release universe python

Downloads

File Size SHA-256 Checksum
python-bitarray_2.8.1-1.dsc 2.1 KiB 2c6b5e4bbf5eeaa1aba5d19d51311590d346c5880e485830e8d202957624ca4b
python-bitarray_2.8.1.orig.tar.gz 172.4 KiB f2ed1dee84eec9f9d5040d9b0e947c6be7a997bfe26d73e15262fb646ce74d70
python-bitarray_2.8.1-1.debian.tar.xz 4.9 KiB 8fc83d5c2fb660173fc6fd81019ae1177c7b8f0037d1b2780c0f60fdd370a14d

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