[Bug 229437] [NEW PORT] devel/py-boolean.py: Create and parse boolean expressions and create custom boolean DSL
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jul 28 12:01:04 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229437
--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:
Author: miwi
Date: Sat Jul 28 12:00:35 UTC 2018
New revision: 475527
URL: https://svnweb.freebsd.org/changeset/ports/475527
Log:
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 algreba and mini DSL and create custom
tokenizers to handle custom expressions.
WWW: https://github.com/bastikr/boolean.py
PR: 229437
Submitted by: freebsd_ports at k-worx.org
Sponsored by: iXsystems Inc.
Changes:
head/devel/Makefile
head/devel/py-boolean.py/
head/devel/py-boolean.py/Makefile
head/devel/py-boolean.py/distinfo
head/devel/py-boolean.py/pkg-descr
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list