summaryrefslogtreecommitdiff
path: root/devel/py-expressions/DESCR
blob: 8196325abda1ae4da6e3bf3ca7c8919e7ebe02ef (plain)
1
2
3
4
5
6
7
8
9
10
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