Subject: CVS commit: pkgsrc/devel/py-expressions
From: Adam Ciarcinski
Date: 2017-06-01 14:05:09
Message id: 20170601120509.E6887FBEE@cvs.NetBSD.org

Log Message:
Arithmetic expression parser library. Embed customized expression evaluation
into your application or library. Example uses:
* Safely process an expression entered through a web application, for example
  some formula to be plotted. The library allows safe translation of such
  expression without exposing any application's internals
* precompiler that checks for allowed and denied identifiers in an expression
* have a common expression language through your application regardless of the
  backend languages
* compile arithmetic expression to any other expression tree (semantic), for
  example SQLAlchemy expression objects

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-expressions/ALTERNATIVES
1.1addpkgsrc/devel/py-expressions/DESCR
1.1addpkgsrc/devel/py-expressions/Makefile
1.1addpkgsrc/devel/py-expressions/PLIST
1.1addpkgsrc/devel/py-expressions/distinfo