interpretthis 0.3.0

Sandboxed Python AST interpreter for untrusted and LLM-generated code
Documentation
1
2
3
4
5
# Pins: casefold maps ß → ss (not just lower).
print("ß".casefold())
print("STRASSE".casefold())
print("Straße".casefold())
print("Café".casefold())