Metadata-Version: 2.1
Name: asteval
Version: 0.0.0
Summary: Safe, minimalistic evaluator of python expression using ast module
Home-page: https://github.com/lmfit/asteval
Author: Matthew Newville
Author-email: matt.newville@gmail.com
License: MIT License
Project-URL: Source, https://github.com/lmfit/asteval
Project-URL: Documentation, https://lmfit.github.io/asteval/
Project-URL: Tracker, https://github.com/lmfit/asteval/issues
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: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
