python-bitarray 2.7.3-1 source package in Ubuntu

Changelog

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

  * Team upload
  * Upload to unstable

 -- Scott Kitterman <email address hidden>  Fri, 31 Mar 2023 12:26:27 -0400

Upload details

Uploaded by:
Jan Dittberner
Uploaded to:
Sid
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_2.7.3-1.dsc 2.1 KiB a90644cdd4f3e662245c43252a2d62574b6b37bf1290edbbe6e4334351c22ded
python-bitarray_2.7.3.orig.tar.gz 166.8 KiB 0af4ec73c228ed012e6a1c0d45c593cdf6f4291618355cad4f9ea35c8b1bdf6f
python-bitarray_2.7.3-1.debian.tar.xz 4.8 KiB a042999d415a94413091d6f9502023c568adc97d0acf7f5126a7ef9e0e342d5a

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