None
DA
python-starlark-go 0.1.2 is now available
[]
Jordan Webb's blog
python-starlark-go provides Python bindings for starlark-go, which allows you to embed a Starlark interpreter into your Python interpreter. Starlark is a dialect of Python designed for hermetic execution and deterministic evaluation. That means you can run Starlark code you don’t trust without worrying about it being able access any data you did not explicitly supply to it, and that you can count on the same code to always produce the same value when used with the same input data.