软件包: python3-bitarray (1.6.3-2build2)
python3-bitarray 的相关链接
Trisquel 的资源:
下载源码包 python-bitarray:
- [python-bitarray_1.6.3-2build2.dsc]
- [python-bitarray_1.6.3.orig.tar.gz]
- [python-bitarray_1.6.3-2build2.debian.tar.xz]
维护者:
Original Maintainers:
- Jan Dittberner
- Debian Python Team
外部的资源:
- 主页 [github.com]
相似软件包:
Python3 module for efficient boolean array handling
The bitarry 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 contiguous block of memory. The user can select between two representations; little-endian and big-endian.
Most 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.
This package provides the Python3 version of the module.
其他与 python3-bitarray 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.11)
- dep: python3 (>= 3.10~)