boolean-py: boolean-py (Library for Boolean Expression) boolean-py: boolean-py: This python library helps you deal with boolean boolean-py: expressions and algebra with variables and the boolean boolean-py: functions AND,OR,NOT.You can parse expression from strings boolean-py: and simplify and compare expressions.You can also create your boolean-py: custom algebra and mini DSL and create custom tokenizers to boolean-py: handle custom expressions. boolean-py: boolean-py: Homepage:https://github.com/bastikr/boolean.py boolean-py: