3 Commits

Author SHA1 Message Date
danj
50c819b841 Update to py-simpleeval-0.9.8
From semarie (maintainer)
2018-10-28 13:46:43 +00:00
danj
705bfda81b Update to py-simpleeval-0.9.6
From semarie aka the new maintainer
2018-08-09 16:20:27 +00:00
danj
5b2a3b6abc Import py-simpleeval-0.9.5 from semarie with minor tweaks from me
A quick single file library for easily adding evaluatable expressions into
python projects.

Say you want to allow a user to set an alarm volume, which could depend on the
time of day, alarm level, how many previous alarms had gone off, and if there
is music playing at the time.

Or if you want to allow simple formulae in a web application, but don't want to
give full eval() access, or don't want to run in javascript on the client side.
2017-05-22 02:23:18 +00:00