summaryrefslogtreecommitdiffstats
path: root/python/boolean-py/README
diff options
context:
space:
mode:
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.