The devel/py-boolean.py,python3 port
py3-boolean.py-4.0p0 – define Boolean algebras, create and parse Boolean expression (cvsweb github mirror)
Description
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 algebra and mini DSL and create custom tokenizers to handle custom expressions.WWW: https://pypi.python.org/pypi/boolean.py
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/lib/python3.11/site-packages/boolean.py-4.0.dist-info/
- /usr/local/lib/python3.11/site-packages/boolean.py-4.0.dist-info/CHANGELOG.rst
- /usr/local/lib/python3.11/site-packages/boolean.py-4.0.dist-info/LICENSE.txt
- /usr/local/lib/python3.11/site-packages/boolean.py-4.0.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/boolean.py-4.0.dist-info/README.rst
- /usr/local/lib/python3.11/site-packages/boolean.py-4.0.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/boolean.py-4.0.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/boolean.py-4.0.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/boolean/
- /usr/local/lib/python3.11/site-packages/boolean/__init__.py
- /usr/local/lib/python3.11/site-packages/boolean/__pycache__/
- /usr/local/lib/python3.11/site-packages/boolean/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/boolean/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/boolean/__pycache__/boolean.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/boolean/__pycache__/boolean.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/boolean/__pycache__/test_boolean.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/boolean/__pycache__/test_boolean.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/boolean/boolean.py
- /usr/local/lib/python3.11/site-packages/boolean/test_boolean.py