go-task-bin


Namego-task-bin JSON
Version 3.40.1 PyPI version JSON
download
home_pageNone
Summarytask - A task runner / simpler Make alternative written in Go
upload_time2024-12-09 01:50:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords build build-tool devops go make makefile runner task task-runner taskfile tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/f9/7a/96ee07c9bcec109942660fc103a4b99a5158584e2902a7812cb8146500dc/go_task_bin-3.40.1.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.1",
    "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": "c4a575abec9886c6b4140806390568deaa9b7a08dbc4c73f0767190432827436",
                "md5": "6e66ddc058417581887e6d110e8ba47c",
                "sha256": "4b472964d0d04835be0229d9fdcdb7c5653f7a5ab6e3b2c5f8229933e0032fe2"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.40.1-py3-none-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6e66ddc058417581887e6d110e8ba47c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6399489,
            "upload_time": "2024-12-09T01:50:01",
            "upload_time_iso_8601": "2024-12-09T01:50:01.804480Z",
            "url": "https://files.pythonhosted.org/packages/c4/a5/75abec9886c6b4140806390568deaa9b7a08dbc4c73f0767190432827436/go_task_bin-3.40.1-py3-none-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc522d3a452f3bb65d63591c8961ff1efd893700eb6a4d3f25abc5d05b0b825d",
                "md5": "aca61eec8194f032d4452568a69c5cd0",
                "sha256": "cd135f3fb5188b6cebf3541d927d8823c0d3cc3402d374c00f2932a8a5917a8c"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.40.1-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "aca61eec8194f032d4452568a69c5cd0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5984835,
            "upload_time": "2024-12-09T01:50:04",
            "upload_time_iso_8601": "2024-12-09T01:50:04.757915Z",
            "url": "https://files.pythonhosted.org/packages/cc/52/2d3a452f3bb65d63591c8961ff1efd893700eb6a4d3f25abc5d05b0b825d/go_task_bin-3.40.1-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3e625d5ead981cf5897502fb3996fdb0d150fa2953a30321b329ef53a2a740d",
                "md5": "3062de37f8e6110018c95f2dd79e4f84",
                "sha256": "513fb765d138c22ba7d536d37bfa68facb3673b04be5cb69c121aa5bdba8e9e9"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.40.1-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3062de37f8e6110018c95f2dd79e4f84",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5761365,
            "upload_time": "2024-12-09T01:50:07",
            "upload_time_iso_8601": "2024-12-09T01:50:07.340291Z",
            "url": "https://files.pythonhosted.org/packages/b3/e6/25d5ead981cf5897502fb3996fdb0d150fa2953a30321b329ef53a2a740d/go_task_bin-3.40.1-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74e2536592f49306553e1359af880fc9f7d057aabed16846593305ddf5640701",
                "md5": "fbf0ec11099308156277128e657c98d5",
                "sha256": "9f57c0f65def50d4f9005175fdf389a654a8e4cf8953966c30108d2d44362e9f"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.40.1-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "fbf0ec11099308156277128e657c98d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5723735,
            "upload_time": "2024-12-09T01:50:10",
            "upload_time_iso_8601": "2024-12-09T01:50:10.078924Z",
            "url": "https://files.pythonhosted.org/packages/74/e2/536592f49306553e1359af880fc9f7d057aabed16846593305ddf5640701/go_task_bin-3.40.1-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b059da558e07e0229c7afb32af47271731f5b34ef3b68a3040c1c7c98deeddd",
                "md5": "bdd5809060246e2aa6647795811164aa",
                "sha256": "9deec04b18d91722806fb1681fb6af4bfae94459b6cd45576134b227bdea4f81"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.40.1-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "bdd5809060246e2aa6647795811164aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6167389,
            "upload_time": "2024-12-09T01:50:12",
            "upload_time_iso_8601": "2024-12-09T01:50:12.836095Z",
            "url": "https://files.pythonhosted.org/packages/6b/05/9da558e07e0229c7afb32af47271731f5b34ef3b68a3040c1c7c98deeddd/go_task_bin-3.40.1-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59a328da6a1dcde36112dae2dc9ddcf7f038946322173ea15247f2815ad2834d",
                "md5": "90abbf4398bfb4476f9bfca9aab30c01",
                "sha256": "20f56dc814b6a4310bf91765a18b556eb4a0ffc0c4fb156ff35f80e0557db34f"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.40.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "90abbf4398bfb4476f9bfca9aab30c01",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6295350,
            "upload_time": "2024-12-09T01:50:15",
            "upload_time_iso_8601": "2024-12-09T01:50:15.855981Z",
            "url": "https://files.pythonhosted.org/packages/59/a3/28da6a1dcde36112dae2dc9ddcf7f038946322173ea15247f2815ad2834d/go_task_bin-3.40.1-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": "9a6d1b6ae26ca4a49167e26ec4367c85c1e9760a30794b7acaf8992e1c396599",
                "md5": "1acb7659b22f556e1dd541c33a2f3093",
                "sha256": "dde00d834a3360b56e8d654620de802af4823322f506001f4a62bdf813281091"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.40.1-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1acb7659b22f556e1dd541c33a2f3093",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6489663,
            "upload_time": "2024-12-09T01:50:18",
            "upload_time_iso_8601": "2024-12-09T01:50:18.821093Z",
            "url": "https://files.pythonhosted.org/packages/9a/6d/1b6ae26ca4a49167e26ec4367c85c1e9760a30794b7acaf8992e1c396599/go_task_bin-3.40.1-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6867a1ae9d3d8b78b393ab8f03f05f9f6e17aa7470d487d8de95c3a309b0157b",
                "md5": "baa3f90c84711251dfefa494f0513535",
                "sha256": "4f5921d10f0afac138dde25a454eea747ab491f79b9a1eb5f203cd60ae48c22a"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.40.1-py3-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "baa3f90c84711251dfefa494f0513535",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5863632,
            "upload_time": "2024-12-09T01:50:23",
            "upload_time_iso_8601": "2024-12-09T01:50:23.037232Z",
            "url": "https://files.pythonhosted.org/packages/68/67/a1ae9d3d8b78b393ab8f03f05f9f6e17aa7470d487d8de95c3a309b0157b/go_task_bin-3.40.1-py3-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f97a96ee07c9bcec109942660fc103a4b99a5158584e2902a7812cb8146500dc",
                "md5": "138b02a0d597b886492cabb07a88aede",
                "sha256": "50e23d5e75a1fb095d58323d126e79fccb212ee13de7ef203720c1ba24519340"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.40.1.tar.gz",
            "has_sig": false,
            "md5_digest": "138b02a0d597b886492cabb07a88aede",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 501813,
            "upload_time": "2024-12-09T01:50:25",
            "upload_time_iso_8601": "2024-12-09T01:50:25.443382Z",
            "url": "https://files.pythonhosted.org/packages/f9/7a/96ee07c9bcec109942660fc103a4b99a5158584e2902a7812cb8146500dc/go_task_bin-3.40.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-09 01:50:25",
    "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"
}
        
Elapsed time: 0.42022s