interpretthis 0.3.0

Sandboxed Python AST interpreter for untrusted and LLM-generated code
Documentation
1
2
3
4
5
6
7
# math.pi, math.e, math.tau: the load-bearing repr strings of these constants
# are part of the CPython contract.
import math

print(math.pi)
print(math.e)
print(math.tau)