# go-task-bin
https://github.com/go-task/task
https://taskfile.dev/
**Task** is a task runner / build tool that aims to be simpler and easier to use than, for example, [GNU Make](https://www.gnu.org/software/make/).
Since it's written in Go, Task is just a single binary and has no other dependencies, which means you don't need to mess with any complicated install setups just to use a build tool.
Once [installed](https://taskfile.dev/installation/), you just need to describe your build tasks using a simple [YAML](http://yaml.org/) schema in a file called Taskfile.yml:
```yaml
Taskfile.yaml
---
version: '3'
tasks:
hello:
cmds:
- echo 'Hello World from Task!'
silent: true
```
And call it by running task hello from your terminal.
The above example is just the start, you can take a look at the [usage](https://taskfile.dev/usage) guide to check the full schema documentation and Task features.
This is a python wrapper that can be installed with pip.
## install
```sh
pip install go-task-bin
```
Raw data
{
"_id": null,
"home_page": null,
"name": "go-task-bin",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "build, build-tool, devops, go, make, makefile, runner, task, task-runner, taskfile, tool",
"author": null,
"author_email": "dowon <ks2515@naver.com>",
"download_url": "https://files.pythonhosted.org/packages/6c/09/5d0888b4210cd03d3631e881db23ff7afc7d836dc2af7afd54098aaf5e8f/go_task_bin-3.40.0.tar.gz",
"platform": null,
"description": "# go-task-bin\n\nhttps://github.com/go-task/task\n\nhttps://taskfile.dev/\n\n**Task** is a task runner / build tool that aims to be simpler and easier to use than, for example, [GNU Make](https://www.gnu.org/software/make/).\n\nSince it's written in Go, Task is just a single binary and has no other dependencies, which means you don't need to mess with any complicated install setups just to use a build tool.\n\nOnce [installed](https://taskfile.dev/installation/), you just need to describe your build tasks using a simple [YAML](http://yaml.org/) schema in a file called Taskfile.yml:\n\n```yaml\nTaskfile.yaml\n---\nversion: '3'\n\ntasks:\n hello:\n cmds:\n - echo 'Hello World from Task!'\n silent: true\n```\n\nAnd call it by running task hello from your terminal.\n\nThe above example is just the start, you can take a look at the [usage](https://taskfile.dev/usage) guide to check the full schema documentation and Task features.\n\n\nThis is a python wrapper that can be installed with pip.\n\n## install\n\n```sh\npip install go-task-bin\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "task - A task runner / simpler Make alternative written in Go",
"version": "3.40.0",
"project_urls": {
"repository": "https://github.com/Bing-su/pip-binary-factory",
"taskfile": "https://taskfile.dev"
},
"split_keywords": [
"build",
" build-tool",
" devops",
" go",
" make",
" makefile",
" runner",
" task",
" task-runner",
" taskfile",
" tool"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0c4f4600c85d634b53a62f7a66343ce37f4a4f05ccd8f0e76315ad86101a9e8a",
"md5": "9daafe80165dd3ad30afa55245ab0990",
"sha256": "9a831a8039e30c3f04558651415cbeb6627b809789ab01ebda64b376be930da0"
},
"downloads": -1,
"filename": "go_task_bin-3.40.0-py3-none-macosx_10_7_x86_64.whl",
"has_sig": false,
"md5_digest": "9daafe80165dd3ad30afa55245ab0990",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6397794,
"upload_time": "2024-11-06T14:41:44",
"upload_time_iso_8601": "2024-11-06T14:41:44.642802Z",
"url": "https://files.pythonhosted.org/packages/0c/4f/4600c85d634b53a62f7a66343ce37f4a4f05ccd8f0e76315ad86101a9e8a/go_task_bin-3.40.0-py3-none-macosx_10_7_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e2f9ac7b0bf5ca0272b28b48fdc15b16c47680e5d996280b8b3391832f2c24b7",
"md5": "ba7e01b77eb0f5a2ef0f507ad33ab6bd",
"sha256": "71a701be828e0bd905714e8751d42171dc4958d6981fb564cc2cfe0f39c9b050"
},
"downloads": -1,
"filename": "go_task_bin-3.40.0-py3-none-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "ba7e01b77eb0f5a2ef0f507ad33ab6bd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5982320,
"upload_time": "2024-11-06T14:41:47",
"upload_time_iso_8601": "2024-11-06T14:41:47.401719Z",
"url": "https://files.pythonhosted.org/packages/e2/f9/ac7b0bf5ca0272b28b48fdc15b16c47680e5d996280b8b3391832f2c24b7/go_task_bin-3.40.0-py3-none-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "937db49c310833bf30e5d622fc78bdeaa44afa7cb0c1f5330c0552f5dc80dcbf",
"md5": "62fcf46d6daa01dd541f18629128b39e",
"sha256": "e97bd2ea3694897b3855a822e89f2ee1444f65b6c419a5c7c476a70a27fdd63c"
},
"downloads": -1,
"filename": "go_task_bin-3.40.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "62fcf46d6daa01dd541f18629128b39e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5760338,
"upload_time": "2024-11-06T14:41:49",
"upload_time_iso_8601": "2024-11-06T14:41:49.890858Z",
"url": "https://files.pythonhosted.org/packages/93/7d/b49c310833bf30e5d622fc78bdeaa44afa7cb0c1f5330c0552f5dc80dcbf/go_task_bin-3.40.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "92f421674ecfe7afe826c6729f78e31319080b94c839356ed011a890397aa607",
"md5": "082ac0ddbe72f1db870fa55ff3596ff3",
"sha256": "adc78d92a39160647ad34defbf6bcfa9bf7d461610d778a2aa373060335cfeef"
},
"downloads": -1,
"filename": "go_task_bin-3.40.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl",
"has_sig": false,
"md5_digest": "082ac0ddbe72f1db870fa55ff3596ff3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5721644,
"upload_time": "2024-11-06T14:41:52",
"upload_time_iso_8601": "2024-11-06T14:41:52.124338Z",
"url": "https://files.pythonhosted.org/packages/92/f4/21674ecfe7afe826c6729f78e31319080b94c839356ed011a890397aa607/go_task_bin-3.40.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "404ce8dc61074c337337a851b8a89c0a0fc1f5252d3170d4864b6361de91ed31",
"md5": "d94bb1f88d227042c1329fcf9d64dc28",
"sha256": "cecd9d2d48b3ea7b325c7129399391d628ac2941db278d2bb1c8ee3edab466cb"
},
"downloads": -1,
"filename": "go_task_bin-3.40.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl",
"has_sig": false,
"md5_digest": "d94bb1f88d227042c1329fcf9d64dc28",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6165726,
"upload_time": "2024-11-06T14:41:54",
"upload_time_iso_8601": "2024-11-06T14:41:54.730285Z",
"url": "https://files.pythonhosted.org/packages/40/4c/e8dc61074c337337a851b8a89c0a0fc1f5252d3170d4864b6361de91ed31/go_task_bin-3.40.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5ce681995a910de976afa53e1ef86638769fcdac90b8bf663c42930384349128",
"md5": "2ca890bc4fe959a86cb094e8ac3a2154",
"sha256": "57e6de340106367f77c894f4aef2b2a6caeefdc71d8a7812c7dcd51d2e47dc8a"
},
"downloads": -1,
"filename": "go_task_bin-3.40.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "2ca890bc4fe959a86cb094e8ac3a2154",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6294219,
"upload_time": "2024-11-06T14:41:57",
"upload_time_iso_8601": "2024-11-06T14:41:57.069541Z",
"url": "https://files.pythonhosted.org/packages/5c/e6/81995a910de976afa53e1ef86638769fcdac90b8bf663c42930384349128/go_task_bin-3.40.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "24d94619c207c67627c8d901b636307877b9bb58a83cb417e80c45132031df8b",
"md5": "91c010637e861a770237cab8f943ec15",
"sha256": "8b096a695e69bf247c0bf05ef97d8b7de00e79e4372ca05367c01cbee7b220b6"
},
"downloads": -1,
"filename": "go_task_bin-3.40.0-py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "91c010637e861a770237cab8f943ec15",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6488903,
"upload_time": "2024-11-06T14:41:59",
"upload_time_iso_8601": "2024-11-06T14:41:59.053367Z",
"url": "https://files.pythonhosted.org/packages/24/d9/4619c207c67627c8d901b636307877b9bb58a83cb417e80c45132031df8b/go_task_bin-3.40.0-py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d30884efbd46078d31a3398350b031e7529a739c45c9bcb4466d2d8842841845",
"md5": "e62cee3a4757261dbda43fea7b1525d2",
"sha256": "8a55c4f839822cd66dfbcce5b093676f0f2692bde00f02bf40a7fb1f66f663ce"
},
"downloads": -1,
"filename": "go_task_bin-3.40.0-py3-none-win_arm64.whl",
"has_sig": false,
"md5_digest": "e62cee3a4757261dbda43fea7b1525d2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5863155,
"upload_time": "2024-11-06T14:42:01",
"upload_time_iso_8601": "2024-11-06T14:42:01.079960Z",
"url": "https://files.pythonhosted.org/packages/d3/08/84efbd46078d31a3398350b031e7529a739c45c9bcb4466d2d8842841845/go_task_bin-3.40.0-py3-none-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c095d0888b4210cd03d3631e881db23ff7afc7d836dc2af7afd54098aaf5e8f",
"md5": "cb71216d2af1da5021d8fb2fe893a887",
"sha256": "e1ba90c80b626f995036e63826517aa35bb5a7454f4496716695983ba94df574"
},
"downloads": -1,
"filename": "go_task_bin-3.40.0.tar.gz",
"has_sig": false,
"md5_digest": "cb71216d2af1da5021d8fb2fe893a887",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 501106,
"upload_time": "2024-11-06T14:42:02",
"upload_time_iso_8601": "2024-11-06T14:42:02.995999Z",
"url": "https://files.pythonhosted.org/packages/6c/09/5d0888b4210cd03d3631e881db23ff7afc7d836dc2af7afd54098aaf5e8f/go_task_bin-3.40.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-06 14:42:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Bing-su",
"github_project": "pip-binary-factory",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "go-task-bin"
}