CMD + K

boolean.py

Anaconda Verified

Implements boolean algebra in one module.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::boolean.py

Usage Tracking

5.0
4.0
2 / 8 versions selected
Downloads (Last 6 months): 0

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.

About

Summary

Implements boolean algebra in one module.

Last Updated

Sep 15, 2025 at 14:40

License

BSD-2-Clause

Total Downloads

1.4K

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 4.0
linux-s390x Last supported version: 4.0
macOS-64 Last supported version: 4.0