Metadata-Version: 1.1
Name: asteval
Version: 0.9.13
Summary: Safe, minimalistic evaluator of python expression using ast module
Home-page: http://github.com/newville/asteval
Author: Matthew Newville
Author-email: newville@cars.uchicago.edu
License: MIT
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.
        
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
