Add python-starlark-go
What is this Python project?
python-starlark-go provides Python bindings for Starlark, a dialect of Python intended for configuration. Starlark can't access your files and is deterministic, meaning that the same code and input data always produce the same result.
What's the difference between this Python project and similar ones?
Compared to INI, JSON, YAML, TOML, etc. for configuration, the advantage is that you configure your Python program in almost-Python without compromising security. The worst a Starlark program can do is waste memory and CPU time. When you use a programming language for configuration, you don't have to choose between repeating yourself and adding control flow to, e.g., YAML (usually an anti-pattern). Compared to Jsonnet or Dhall, there is less language to learn.
--
Anyone who agrees with this pull request could submit an Approve review to it.