diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2022-11-05 06:07:47 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:11 +0700 |
commit | 37a8aa6e4da50567be0cefa8def4500776f16af7 (patch) | |
tree | 69979b99c07a8c6130aefa56c3ec9de66cac1165 /python/boolean-py/README | |
parent | 72eef371e68ab040df55eaf17a369c03760978f2 (diff) |
python/boolean-py: Added (Library for Boolean Expression)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/boolean-py/README')
-rw-r--r-- | python/boolean-py/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/boolean-py/README b/python/boolean-py/README new file mode 100644 index 0000000000000..91f96cae9555e --- /dev/null +++ b/python/boolean-py/README @@ -0,0 +1,6 @@ +This python library helps you deal with boolean +expressions and algebra with variables and the boolean +functions AND,OR,NOT.You can parse expression from strings +and simplify and compare expressions.You can also create your +custom algebra and mini DSL and create custom tokenizers to +handle custom expressions. |