https://github.com/timedata-org/expressy
Simple arithmetic and functional expression evaluation.
https://github.com/timedata-org/expressy
expressions safe-evaluation
Last synced: about 2 months ago
JSON representation
Simple arithmetic and functional expression evaluation.
- Host: GitHub
- URL: https://github.com/timedata-org/expressy
- Owner: timedata-org
- License: mit
- Created: 2017-01-13T14:51:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T14:48:03.000Z (about 9 years ago)
- Last Synced: 2025-12-16T17:32:44.562Z (6 months ago)
- Topics: expressions, safe-evaluation
- Language: Python
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expressy
Simple arithmetic and functional expression evaluation.
# What is this for?
If you need simple evaluation of Python expressions in your program.