
asteval 1.0.8
0
Safe, minimalistic evaluator of python expression using ast module
Contents
Safe, minimalistic evaluator of python expression using ast module
Stars: 4, Watchers: 4, Forks: 0, Open Issues: 0The newville/asteval repo was created 1 years ago and the last code push was 1 months ago. The project is not very popular with only 4 github stars!
How to Install asteval
You can install asteval using pip
pip install asteval
or add it to a project with poetry
poetry add asteval
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/asteval/
- Documentation:
- https://lmfit.github.io/asteval/
- GitHub Repo:
- https://github.com/newville/asteval
Classifiers
Related Packages
Errors
A list of common asteval errors.
Code Examples
Here are some asteval code examples and snippets.
pythonfix