go-task-bin


Namego-task-bin JSON
Version 3.36.0 PyPI version JSON
download
home_pageNone
Summarytask - A task runner / simpler Make alternative written in Go
upload_time2024-04-18 05:31:40
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/a3/0b/1e7c4dae38dfb26497496c7e6a51648d361d580ad223642f944126f65955/go_task_bin-3.36.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.36.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": "cb6325ae794d7ea6407aa8f151356c29731d69f6f4378a17f40062755e321af7",
                "md5": "f7dff0c5ef4c13152ae616b0dcec2003",
                "sha256": "070a19e493866eea213a6fd030d6d61e1f16a12fd496a743129f7f4ee53069bf"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.36.0-py3-none-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f7dff0c5ef4c13152ae616b0dcec2003",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3686805,
            "upload_time": "2024-04-18T05:31:25",
            "upload_time_iso_8601": "2024-04-18T05:31:25.427639Z",
            "url": "https://files.pythonhosted.org/packages/cb/63/25ae794d7ea6407aa8f151356c29731d69f6f4378a17f40062755e321af7/go_task_bin-3.36.0-py3-none-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41149fd51c95c979733fb274ab8076d0ce0a458cbe251f43706d8d779daa21c3",
                "md5": "8299d3a58f04311b2d04563e50181b8d",
                "sha256": "b00b898b8330f5eeebfbf0bbab29e773e5f0cb4e3006bd09517586e10eaacffb"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.36.0-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8299d3a58f04311b2d04563e50181b8d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3426125,
            "upload_time": "2024-04-18T05:31:27",
            "upload_time_iso_8601": "2024-04-18T05:31:27.836613Z",
            "url": "https://files.pythonhosted.org/packages/41/14/9fd51c95c979733fb274ab8076d0ce0a458cbe251f43706d8d779daa21c3/go_task_bin-3.36.0-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8736a0b1bd79c6eee2129a443da61005b1bf98cca10466d34bf612a3d677294",
                "md5": "1a2c49de2e1a706bbe57d9c570fc0c68",
                "sha256": "ff7d680dfc5a2fd8a898006e3f2d1cc2a5a6fddc3c8f7c0bede662bf57758634"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.36.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1a2c49de2e1a706bbe57d9c570fc0c68",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3294933,
            "upload_time": "2024-04-18T05:31:30",
            "upload_time_iso_8601": "2024-04-18T05:31:30.169620Z",
            "url": "https://files.pythonhosted.org/packages/b8/73/6a0b1bd79c6eee2129a443da61005b1bf98cca10466d34bf612a3d677294/go_task_bin-3.36.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3316d7875bd158cf4cb0a3fa093451c59f23fbb926918ac893e44d4af9564e8",
                "md5": "848f58f60f6570ee45884b85cd952dbe",
                "sha256": "364b7724d080debf38bf8253d8174a482074957d653a4f5d81b8ba1faf8e7c40"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.36.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "848f58f60f6570ee45884b85cd952dbe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3284798,
            "upload_time": "2024-04-18T05:31:31",
            "upload_time_iso_8601": "2024-04-18T05:31:31.659031Z",
            "url": "https://files.pythonhosted.org/packages/f3/31/6d7875bd158cf4cb0a3fa093451c59f23fbb926918ac893e44d4af9564e8/go_task_bin-3.36.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7625a67a4d4a4b8c03eec822a0f3a322113e83d775aa0e80de0c3d6d3c75922c",
                "md5": "4239659d494f40538cae3f02148b6b2f",
                "sha256": "e7f6d0d7e09c3aba4bfa0c484b18802cab1f95d9f0fe0e769309ef8a91b67ffe"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.36.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "4239659d494f40538cae3f02148b6b2f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3521869,
            "upload_time": "2024-04-18T05:31:33",
            "upload_time_iso_8601": "2024-04-18T05:31:33.844895Z",
            "url": "https://files.pythonhosted.org/packages/76/25/a67a4d4a4b8c03eec822a0f3a322113e83d775aa0e80de0c3d6d3c75922c/go_task_bin-3.36.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "697dcf83cccc70794c23661081190ba0c8eebc8d2dd255a1ca11d5cfeddfe452",
                "md5": "7f0159572c917248d51801dd73f0f86f",
                "sha256": "15bdd59b2f9f2fd088f50d9f2e1fb705ea8e251ebedcc9f4f5f7cef91b7a3e82"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.36.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7f0159572c917248d51801dd73f0f86f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3621498,
            "upload_time": "2024-04-18T05:31:35",
            "upload_time_iso_8601": "2024-04-18T05:31:35.553917Z",
            "url": "https://files.pythonhosted.org/packages/69/7d/cf83cccc70794c23661081190ba0c8eebc8d2dd255a1ca11d5cfeddfe452/go_task_bin-3.36.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": "752b56006d8028405c1ba40faa8622f756c4cec8e0cb602621e55ea3eda7b494",
                "md5": "c390c971185a47e8fd4c636001ca5123",
                "sha256": "62294fcc50afef240bcab4deec9bfd534f44e5fdf95c0babdda63858ecd901a4"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.36.0-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c390c971185a47e8fd4c636001ca5123",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3754780,
            "upload_time": "2024-04-18T05:31:37",
            "upload_time_iso_8601": "2024-04-18T05:31:37.634638Z",
            "url": "https://files.pythonhosted.org/packages/75/2b/56006d8028405c1ba40faa8622f756c4cec8e0cb602621e55ea3eda7b494/go_task_bin-3.36.0-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fedccb4f63de11aacf30183d1b431b5a9132111677d835909d3488dafd0c241",
                "md5": "10be2ccd41ea6bf51162d72af9f7ccaf",
                "sha256": "93aea1aa12877412f05cf95411741aba5b35f4d99638828c14ad4c8f6dc0c6af"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.36.0-py3-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "10be2ccd41ea6bf51162d72af9f7ccaf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3376717,
            "upload_time": "2024-04-18T05:31:39",
            "upload_time_iso_8601": "2024-04-18T05:31:39.308513Z",
            "url": "https://files.pythonhosted.org/packages/3f/ed/ccb4f63de11aacf30183d1b431b5a9132111677d835909d3488dafd0c241/go_task_bin-3.36.0-py3-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a30b1e7c4dae38dfb26497496c7e6a51648d361d580ad223642f944126f65955",
                "md5": "96ffb2950a069e4ba1a87030315f86d4",
                "sha256": "58454c47f19c26053d620e9c7946b7f1907ca24ab5a3dc2c24188e994c2a072c"
            },
            "downloads": -1,
            "filename": "go_task_bin-3.36.0.tar.gz",
            "has_sig": false,
            "md5_digest": "96ffb2950a069e4ba1a87030315f86d4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 440860,
            "upload_time": "2024-04-18T05:31:40",
            "upload_time_iso_8601": "2024-04-18T05:31:40.563898Z",
            "url": "https://files.pythonhosted.org/packages/a3/0b/1e7c4dae38dfb26497496c7e6a51648d361d580ad223642f944126f65955/go_task_bin-3.36.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 05:31:40",
    "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.25003s