Skip to content

dpwhite2/limitedexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LimitedExec

A limited execution environment for Python scripts.

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.

Installation

LimitedExec requires Python 2.6.x or 2.7.x.

TODO...

License

BSD; please see LICENSE for details.

About

Execute Python scripts in a limited environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages