File: index.rst

package info (click to toggle)
restrictedpython 8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,576 kB
  • sloc: python: 4,120; makefile: 193
file content (42 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.. RestrictedPython documentation master file, created by
   sphinx-quickstart on Thu May 19 12:43:20 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. image:: logo.jpg

============================================
Welcome to RestrictedPython's documentation!
============================================

RestrictedPython is a tool that helps to define a subset of the Python language which allows 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.

Supported Python versions
=========================

RestrictedPython supports CPython 3.9 up to 3.13.
It does _not_ support PyPy or other alternative Python implementations.

Contents
========

.. toctree::
   :maxdepth: 2

   idea
   install/index
   usage/index
   usage/api

   roadmap/index
   contributing/index

   changes

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`