About Anaconda Help Download Anaconda

Implements boolean algebra in one module.

Installers

  • linux-s390x v4.0
  • linux-64 v5.0
  • osx-arm64 v5.0
  • osx-64 v4.0
  • linux-aarch64 v5.0
  • win-64 v5.0
  • linux-ppc64le v4.0

conda install

To install this package run one of the following:
conda install anaconda::boolean.py

Description

"boolean.py" is a small library implementing a boolean algebra. It defines two base elements, TRUE and FALSE, and a Symbol class that can take on one of these two values. Calculations are done in terms of AND, OR and NOT - other compositions like XOR and NAND are not implemented but can be emulated with AND or and NOT. Expressions are constructed from parsed strings or in Python.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.13) Legal | Privacy Policy