SlackBuilds Repository

15.0 > Python > bitarray (0.8.1)

Efficient arrays of booleans -- C extension.

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.

Maintained by: Jose Lopes
Keywords:
ChangeLog: bitarray

Homepage:
https://github.com/ilanschnell/bitarray

Source Downloads:
bitarray-0.8.1.tar.gz (3825184f54f4d93508a28031b4c65d3b)

Download SlackBuild:
bitarray.tar.gz
bitarray.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
bitarray.SlackBuild
bitarray.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds