-
-
Notifications
You must be signed in to change notification settings - Fork 726
Description
I'd love to use task
as the task runner in a Python project without requiring developers to install task
manually. In my opinion, it is much better to use task
over the plethora of language-specific task runners because it tends to be more feature-rich than many alternatives (as far as I can tell) and can be used for projects independent of their programming languages across all major operating systems without requiring a runtime (like the Python interpreter) thanks to the compiled Go binaries. I'd hope that task
would gain further adoption with additional language-native packages and development efforts would focus on this project rather than being scattered across the language-specific alternatives.
I believe a Python package could be created quite easily with some inspiration from the following projects:
- https://github.com/shellcheck-py/shellcheck-py
- https://github.com/editorconfig-checker/editorconfig-checker.python
Would you be open to accepting a contribution that adds support for publishing a Python package?
Related to #870.