[PR #1914] Add Poe the Poet #1610

Open
opened 2025-11-06 13:19:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1914
Author: @nat-n
Created: 1/8/2022
Status: 🔄 Open

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

A batteries included task runner, that uses pyproject.toml for configuration and works well with poetry.

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

  • Uses pyproject.toml for configuration
  • Integrates seamlessly with the poetry dependency manager, either as a plugin or via its own CLI.
  • Can also be used with any virtualenv or standalone
  • Works cross platform (depending how tasks are defined)
  • Simple things are simple, complex things are possible:
    • various ways of defining tasks (e.g. shell commands or python functions)
    • define CLI arguments for tasks
    • compose tasks together
    • command line completion

--

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/1914 **Author:** [@nat-n](https://github.com/nat-n) **Created:** 1/8/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`8e606d3`](https://github.com/vinta/awesome-python/commit/8e606d3088717006163a1913607b337efd41b44b) Add Poe the Poet ### 📊 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? A batteries included task runner, that uses pyproject.toml for configuration and works well with poetry. ## What's the difference between this Python project and similar ones? - Uses pyproject.toml for configuration - Integrates seamlessly with the [poetry](https://python-poetry.org/) dependency manager, either as a plugin or via its own CLI. - Can also be used with any virtualenv or standalone - Works cross platform (depending how tasks are defined) - Simple things are simple, complex things are possible: - various ways of defining tasks (e.g. shell commands or python functions) - define CLI arguments for tasks - compose tasks together - command line completion -- 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 2025-11-06 13:19:43 -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#1610