SlackBuildsOrg/python/boolean-py
Andrew Clemons 7d269b538d
python/boolean-py: Fix github tarball handling.
https://slackbuilds.org/GITHUB_URLs.txt

This avoids having differently named tarballs and src
directories.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-26 09:11:45 +07:00
..
boolean-py.info
boolean-py.SlackBuild
README
slack-desc

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.