awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add Poe the Poet

Open nat-n opened this issue 3 years ago • 0 comments

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.

nat-n avatar Jan 08 '22 16:01 nat-n