mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-08 14:48:57 -05:00
[PR #2499] [CLOSED] Add python-starlark-go #10853
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2499
Author: @dbohdan
Created: 7/16/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
7d01b8fAdd python-starlark-go📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.