Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37537111
en ru br
ALT Linux repos
S:2.8.1-alt1

Group :: Development/Python3
RPM: python3-module-bitarray

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.8.1-alt1
Build date: 14 august 2023, 13:16 ( 36.6 weeks ago )
Size: 134.85 Kb

Home page:   https://github.com/ilanschnell/bitarray

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.

Current maintainer: Andrew A. Vasilyev (Andrew A. Vasilyev)

List of contributors

List of rpms provided by this srpm:

  • python3-module-bitarray
  • python3-module-bitarray-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin