Пакет python3-module-bitarray: Информация

  • Default inline alert: Версия в репозитории: 2.9.2-alt1

Исходный пакет: python3-module-bitarray
Версия: 0.9.3-alt1
Последняя версия по данным Repology
Собран:  28 июня 2019 г. 18:47 в задании #233386
Категория: Разработка/Python 3
Сообщить об ошибке в пакете
Домашняя страница: https://github.com/ilanschnell/bitarray

Лицензия: PSF
О пакете: efficient arrays of booleans for Python
Описание: 
======================================
bitarray: efficient arrays of booleans
======================================

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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
python3-module-bitarray (x86_64, i586, aarch64)
python3-module-bitarray-debuginfo (x86_64, i586, aarch64)

Сопровождающий: Andrew A. Vasilyev

Список участников:
Andrew A. Vasilyev

Права:
Andrew A. Vasilyev
@everybody

    1. python3-dev
    2. python3-module-setuptools
    3. python3-module-setuptools
    4. rpm-build-python3

Последнее изменение


28 июня 2019 г. Andrew A. Vasilyev 0.9.3-alt1
- Initial build for Sisyphus