interpretthis 0.4.1

Sandboxed Python AST interpreter for untrusted and LLM-generated code
Documentation
1
Operator dispatch corners: binary/unary/augmented arithmetic, reflected ops when left returns `NotImplemented`, `__getitem__` with slice objects, `__getattr__` fallback, descriptor invocation.