python3-restrictedpython

Restricted execution environment for Python 3
  https://restrictedpython.readthedocs.io/en/latest/
  0
  no reviews



RestrictedPython is a tool that helps to define a subset of the Python language which allows one to provide a program input into a trusted environment. RestrictedPython is not a sandbox system or a secured environment, but it helps to define a trusted environment and execute untrusted code inside of it.