Skip to main content

An bits array implement in pure python.

Project description

An bits array implement in pure python. No dependency. Support python3+.

Package Installation and Usage

The package is available on PyPI ( called py3bitlist ):

pip install py3bitlist

The library can be imported in the usual way:

import bitlist

APIs

BitList(length)

Return a BitList object with length bits.

Bitlist(bytes)

Return a BitList object which is constructed by bytes.

BitList.get_bytes_length()

Return the number of bytes that consist the Bitlist.

BitList.get_length()

Return the number of bits that consist the Bitlist.

BitList.set_bit(position, num)

Set the bit in position to num.

BitList.get_bit(position)

Get the bit in position.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py3bitlist-1.1.3.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page