Metadata-Version: 1.1
Name: bits-mod
Version: 1.00
Summary: Pure Python efficient array of bits
Home-page: http://stromberg.dnsalias.org/~strombrg/bits_mod/
Author: Daniel Richard Stromberg
Author-email: strombrg@gmail.com
License: Apache v2
Description: 
        A Pure Python bit array is provided.
        
        It passes pylint, passes pep8, is thoroughly unit tested, and runs on CPython 2.[4567], CPython 3.[01234],
        Pypy 2.4.0, Pypy3 2.3.1 and Jython 2.7b3.
        
        It adapts to different "long" lengths, so it is not wasteful with 32 bit or 64 bit longs.
        
Keywords: Bit Array List
Platform: Cross platform
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
