simpleeval 1.0.0
0
A simple, safe single expression evaluator library.
Contents
A simple, safe single expression evaluator library.
Stars: 449, Watchers: 449, Forks: 85, Open Issues: 10The danthedeckie/simpleeval
repo was created 10 years ago and the last code push was 5 days ago.
The project is popular with 449 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
- MIT
- 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 10 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