[PR #1374] [CLOSED] Add bake #1211

Closed
opened 2025-11-06 13:11:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1374
Author: @WaylonWalker
Created: 10/5/2019
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?

Create simple repeatable tasks in a Bakefile similar to a Makefile with new features and improvements.

What's the difference between this Python project and similar ones?

  • A Bakefile, which looks and feels like the good parts of a Makefile.
  • Except, you can write real bash code! Any and all syntax is accepted — no magic going on here. ;)
  • Unlike Makefile, you may utilize [ 4 × U+0020 a.k.a. “spaces”] for indentation.
  • Environment variables are explicitly passed or whitelisted (--allow), not inherited from the parent shell.
  • Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root directory.
  • There are many other benefits to this design, that have yet to be expressed in this document.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 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/1374 **Author:** [@WaylonWalker](https://github.com/WaylonWalker) **Created:** 10/5/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5e070e2`](https://github.com/vinta/awesome-python/commit/5e070e29a1d8356149a30f299462478db732535e) Add bake ### 📊 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? Create simple repeatable tasks in a Bakefile similar to a Makefile with new features and improvements. ## What's the difference between this Python project and similar ones? * A Bakefile, which looks and feels like the good parts of a Makefile. * Except, you can write real bash code! Any and all syntax is accepted — no magic going on here. ;) * Unlike Makefile, you may utilize [ 4 × U+0020 a.k.a. “spaces”] for indentation. * Environment variables are explicitly passed or whitelisted (--allow), not inherited from the parent shell. * Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root directory. * There are many other benefits to this design, that have yet to be expressed in this document. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <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 2025-11-06 13:11:40 -06: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#1211