pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-bitarray



Module name:    wip
Committed by:   jihbed
Date:           Sun Mar 20 22:48:46 UTC 2011

Import into wip/py-bitarray

Log Message:
Import py26-bitarray-0.3.5 as wip/py-bitarray.

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 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 usefu

Status:

Vendor Tag:     JIHBED
Release Tags:   JIHBED_20110320
                
N wip/py-bitarray/Makefile
N wip/py-bitarray/distinfo
N wip/py-bitarray/PLIST
N wip/py-bitarray/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index