From bfd9c39e4712ebdb442d4ca0673061faed1e70e1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 05:48:38 -0500 Subject: Revert "Adding metadata" This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704. --- dev-python/bitarray/metadata.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-python/bitarray/metadata.xml (limited to 'dev-python/bitarray/metadata.xml') diff --git a/dev-python/bitarray/metadata.xml b/dev-python/bitarray/metadata.xml new file mode 100644 index 000000000000..89e2ff60e023 --- /dev/null +++ b/dev-python/bitarray/metadata.xml @@ -0,0 +1,27 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + python@gentoo.org + 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. + 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. + + + bitarray + ilanschnell/bitarray + + -- cgit v1.3.1