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.11.tar.gz
(50.2 kB
view details)
File details
Details for the file asteval-0.9.11.tar.gz.
File metadata
- Download URL: asteval-0.9.11.tar.gz
- Upload date:
- Size: 50.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5995f1863c1685cd00df010663c15be880035a38b1e58c6340fb1d3adc499d8e
|
|
| MD5 |
192dbfe847bc625918659034c66dc841
|
|
| BLAKE2b-256 |
437bc74465f67adbea3a04bde04315a55187c34e8691b30a3056483446473a8d
|