Package python3-module-bitarray: Information

  • Default inline alert: Version in the repository: 2.9.2-alt1

Binary package: python3-module-bitarray
Version: 2.5.1-alt1
Architecture: i586
Build time:  May 13, 2022, 12:06 AM in the task #299870
Source package: python3-module-bitarray
Report package bug
License: Python
Summary: Efficient arrays of booleans for Python
Description: 
This 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 a contiguous block of
memory.  The user can select between two representations; little-endian
and big-endian.  All 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.

Maintainer: Andrew A. Vasilyev

List of contributors:
Andrew A. Vasilyev

ACL:
Andrew A. Vasilyev
@everybody

Last changed


May 12, 2022 Andrew A. Vasilyev 2.5.1-alt1
- 2.5.1
March 31, 2022 Andrew A. Vasilyev 2.4.1-alt1
- 2.4.1
March 3, 2022 Andrew A. Vasilyev 2.4.0-alt1
- 2.4.0