Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 12:01:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 229437] [NEW PORT] devel/py-boolean.py: Create and parse boolean expressions and create custom boolean DSL
Message-ID:  <bug-229437-21822-M6faC15xqm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229437-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229437-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229437

--- Comment #1 from commit-hook@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@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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229437-21822-M6faC15xqm>