Safe, minimalistic evaluator of python expression using ast module
Project description
ASTEVAL provides a numpy-aware, safe(ish) ‘eval’ function Emphasis is on mathematical expressions, and so numpy ufuncs are used if available. Symbols are held in the Interpreter symbol table ‘symtable’: a simple dictionary supporting a simple, flat namespace. Expressions can be compiled into ast node for later evaluation, using the values in the symbol table current at evaluation time.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asteval-0.9.27.tar.gz
(41.8 kB
view hashes)
Built Distribution
asteval-0.9.27-py3-none-any.whl
(17.7 kB
view hashes)