Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37047862
en ru br
ALT Linux repositórios
S:2.8.1-alt1

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 2.8.1-alt1
Data da compilação: 14 agosto 2023, 13:16 ( 32.6 weeks ago )
Tamanho:: 134.85 Kb

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

Licença: Python
Sumário: Efficient arrays of booleans for Python
Descrição:

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.

Mantenedor currente: Andrew A. Vasilyev (Andrew A. Vasilyev)

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • python3-module-bitarray
  • python3-module-bitarray-debuginfo
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009