mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
and the boolean functions AND, OR, NOT. You can parse expressions from strings and simplify and compare expressions. You can also easily create your custom algreba and mini DSL and create custom tokenizers to handle custom expressions. WWW: https://github.com/bastikr/boolean.py PR: 229437 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
8 lines
361 B
Text
8 lines
361 B
Text
This library helps you deal with boolean expressions and algebra with variables
|
|
and the boolean functions AND, OR, NOT.
|
|
|
|
You can parse expressions from strings and simplify and compare expressions. You
|
|
can also easily create your custom algreba and mini DSL and create custom
|
|
tokenizers to handle custom expressions.
|
|
|
|
WWW: https://github.com/bastikr/boolean.py
|