diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-06 12:47:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:38:04 +0700 |
commit | 90de8feed22e07eec7224af787264079486b48c2 (patch) | |
tree | 41dde14b9449ddf5c65a397694dfa95e4d903e3f /python/pure_eval/README | |
parent | 27f462505404c894d45596a45ba70b66a5ffe7fa (diff) |
python/pure_eval: Upload pure_eval
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pure_eval/README')
-rw-r--r-- | python/pure_eval/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pure_eval/README b/python/pure_eval/README new file mode 100644 index 0000000000000..7b94568df9c8c --- /dev/null +++ b/python/pure_eval/README @@ -0,0 +1,3 @@ +pure_eval is a Python package that lets you safely evaluate certain +AST nodes without triggering arbitrary code that may have unwanted +side effects. |