pypy-sandbox [options] [-- -c cmd|-- -m mod|file.py|-] [arg...]
pypy-sandbox is a wrapper around a “virtualized” version of PyPy, where an external process controls all input/output. This is a secure sandbox, it is safe to run any untrusted Python code with it. The Python code cannot see or modify any local file except via interaction with the external process.
Any options after a -- will be passed on to the wrapped sandbox-enabled PyPy. It supports the same options as the regular pypy(1).
--verbose | Log all proxied system calls. Requires python-py to be installed. |
pypy(1), python(1)