{"library":"simpleeval","type":"library","category":null,"description":"SimpleEval is a Python library designed for safely evaluating simple expressions provided by untrusted users. It acts as a controlled alternative to Python's built-in `eval()` function, parsing expressions using the `ast` module to restrict executable operations, functions, and names. This prevents malicious code execution while allowing flexible, user-defined calculations. The current version is 1.0.7, and the library maintains an active development and release cadence.","language":"python","status":"active","version":"1.0.7","tags":["evaluation","sandbox","expression parser","safe eval","AST","security"],"install":[{"cmd":"pip install simpleeval","imports":["from simpleeval import simple_eval","from simpleeval import SimpleEval","from simpleeval import BASIC_ALLOWED_ATTRS","from simpleeval import EvalWithCompoundTypes"]}],"homepage":null,"github":"https://github.com/danthedeckie/simpleeval","docs":null,"changelog":null,"pypi":"https://pypi.org/project/simpleeval/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.02,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/simpleeval/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}