Skip to main content

bitcode is a fallback pure Python library for intbitset.

Project description

This repo is a pure python implementation for intbitset.

Installation

Requirements

  • Python 3.8 or later

pip install bitcode-test

Documentation

bitcode is a fallback library for intbitset, so the intbitset class and its methods have same names and parameters.

Below listed are the implemented classes and methods.

Classes

  • intbitset

Methods for Automaton class

  • add

  • clear

  • copy

  • difference

  • difference_update

  • discard

  • isdisjoint

  • issuperset

  • issubset

  • remove

  • strbits

  • symmetric_difference

  • symmetric_difference_update

  • tolist

  • union

  • union_update

  • intersection

  • intersection_update

  • __and__

  • __eq__

  • __contains__

  • __len__

  • __iter__

  • __hash__

  • __str__

For documentation please refer to: https://intbitset.readthedocs.io/en/latest/

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

bitcode-test-1.0.0.tar.gz (66.5 kB view hashes)

Uploaded Source

Built Distribution

bitcode_test-1.0.0-py3-none-any.whl (11.2 kB view hashes)

Uploaded Python 3

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