Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37332302
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-bitarray

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 2.8.1-alt1
Время сборки: 14 августа 2023, 13:16 ( 35.1 недели назад )
Размер архива: 134.85 Kb

Домашняя страница:   https://github.com/ilanschnell/bitarray

Лицензия: Python
О пакете: Efficient arrays of booleans for Python
Описание:

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.

Текущий майнтейнер: Andrew A. Vasilyev (Andrew A. Vasilyev)

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-bitarray
  • python3-module-bitarray-debuginfo
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin