Source: restrictedpython Standards-Version: 4.7.4 Maintainer: Debian Python Team Uploaders: Diwa Tomy , Section: python Testsuite: autopkgtest-pkg-pybuild Build-Depends: debhelper-compat (= 14), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-pytest, python3-pytest-mock, python3-pytest-runner, python3-setuptools, Vcs-Browser: https://salsa.debian.org/python-team/packages/restrictedpython Vcs-Git: https://salsa.debian.org/python-team/packages/restrictedpython.git Homepage: https://restrictedpython.readthedocs.io/en/latest/ Package: python3-restrictedpython Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Restricted execution environment for Python 3 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.