[PR #2499] [CLOSED] Add python-starlark-go #13180

Closed
opened 2026-04-27 02:35:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2499
Author: @dbohdan
Created: 7/16/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2499 **Author:** [@dbohdan](https://github.com/dbohdan) **Created:** 7/16/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7d01b8f`](https://github.com/vinta/awesome-python/commit/7d01b8f209cad292fd95fdda91ecaa9fc4d6cc99) Add python-starlark-go ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? [ python-starlark-go](https://github.com/caketop/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](https://github.com/google/jsonnet) or [Dhall](https://github.com/s-zeng/dhall-python), there is less language to learn. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 02:35:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#13180