SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
9
devel/py-simpleeval/pkg/DESCR
Normal file
9
devel/py-simpleeval/pkg/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue