
pure-eval 0.2.3
0
Safely evaluate AST nodes without side effects
Contents
Safely evaluate AST nodes without side effects
Stars: 51, Watchers: 51, Forks: 19, Open Issues: 3The alexmojaki/pure_eval repo was created 6 years ago and the last code push was 1 months ago. The project is moderately popular with 51 github stars!
How to Install pure-eval
You can install pure-eval using pip
pip install pure-eval
or add it to a project with poetry
poetry add pure-eval
Package Details
- Author
- Alex Hall
- License
- MIT
- Homepage
- http://github.com/alexmojaki/pure_eval
- PyPi:
- https://pypi.org/project/pure-eval/
- GitHub Repo:
- https://github.com/alexmojaki/pure_eval
Classifiers
Related Packages
Errors
A list of common pure-eval errors.
Code Examples
Here are some pure-eval code examples and snippets.
pythonfix