
simpleeval 0.9.13
0
A simple, safe single expression evaluator library.
Contents
A simple, safe single expression evaluator library.
Stars: 366, Watchers: 366, Forks: 74, Open Issues: 14The danthedeckie/simpleeval
repo was created 9 years ago and the last code push was 5 months ago.
The project is popular with 366 github stars!
How to Install simpleeval
You can install simpleeval using pip
pip install simpleeval
or add it to a project with poetry
poetry add simpleeval
Package Details
- Author
- Daniel Fairhead
- License
- Homepage
- https://github.com/danthedeckie/simpleeval
- PyPi:
- https://pypi.org/project/simpleeval/
- GitHub Repo:
- https://github.com/danthedeckie/simpleeval
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common simpleeval errors.
Code Examples
Here are some simpleeval
code examples and snippets.
GitHub Issues
The simpleeval package has 14 open issues on GitHub
- 0.9.13 [WIP]
- simpleeval raises NameNotDefined exception when KeyError exception occured using callable names resolver
- Allow clearing the list of functions / operators / names
- Crashes when evaluating an empty string