Created by: nat-n
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.