monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
# '=' alignment on string raises ValueError
f'{"hello":=10}'
# Raise=ValueError("'=' alignment not allowed in string format specifier")