summaryrefslogtreecommitdiffstats
path: root/python/boolean-py/README
diff options
context:
space:
mode:
author Vijay Marcel2022-11-05 07:07:47 +0100
committer Willy Sudiarto Raharjo2022-11-05 15:15:11 +0100
commit37a8aa6e4da50567be0cefa8def4500776f16af7 (patch)
tree69979b99c07a8c6130aefa56c3ec9de66cac1165 /python/boolean-py/README
parent72eef371e68ab040df55eaf17a369c03760978f2 (diff)
downloadslackbuilds-37a8aa6e4da50567be0cefa8def4500776f16af7.tar.gz
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/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/boolean-py/README b/python/boolean-py/README
new file mode 100644
index 0000000000..91f96cae95
--- /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.