Version: | pre-alpha |
---|---|
Source: | http://github.com/dpwhite2/limitedexec/ |
LimitedExec allows Python scripts to execute in a limited execution environment. The library handles syntax checking, abstract syntax tree manipulation and checking, compilation to Python byte code, and the execution of that byte code. It is designed to be flexible and highly customizable.
LimitedExec requires Python 2.6.x or 2.7.x.
TODO...
BSD; please see LICENSE for details.