Skip to main content

task - A task runner / simpler Make alternative written in Go

Project description

qin-task

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.

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, you just need to describe your build tasks using a simple YAML schema in a file called Taskfile.yml:

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 guide to check the full schema documentation and Task features.

This is a python wrapper that can be installed with pip.

install

pip install qin-task

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qin_task-3.41.0.tar.gz (531.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

qin_task-3.41.0-py3-none-win_arm64.whl (5.9 MB view details)

Uploaded Python 3Windows ARM64

qin_task-3.41.0-py3-none-win_amd64.whl (6.5 MB view details)

Uploaded Python 3Windows x86-64

qin_task-3.41.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.musllinux_1_1_x86_64.whl (6.3 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64musllinux: musl 1.1+ x86-64

qin_task-3.41.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl (6.2 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ s390xmusllinux: musl 1.1+ s390x

qin_task-3.41.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl (5.8 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ppc64lemusllinux: musl 1.1+ ppc64le

qin_task-3.41.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl (5.8 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64musllinux: musl 1.1+ ARM64

qin_task-3.41.0-py3-none-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

qin_task-3.41.0-py3-none-macosx_10_7_x86_64.whl (6.4 MB view details)

Uploaded Python 3macOS 10.7+ x86-64

File details

Details for the file qin_task-3.41.0.tar.gz.

File metadata

  • Download URL: qin_task-3.41.0.tar.gz
  • Upload date:
  • Size: 531.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for qin_task-3.41.0.tar.gz
Algorithm Hash digest
SHA256 3bbfd52cc610a67a02f1afed7084cd3cb35157372f2e0fc024deac64792d5d14
MD5 87e85e92fedc4e891338e2e9df0041ec
BLAKE2b-256 37ae5d6fe990cf2a6db974e5285e8a11f56fb4bde898245e36ed0d66d7bebc9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for qin_task-3.41.0.tar.gz:

Publisher: build_task.yml on QinZhanlong/pip-binary-factory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qin_task-3.41.0-py3-none-win_arm64.whl.

File metadata

  • Download URL: qin_task-3.41.0-py3-none-win_arm64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: Python 3, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for qin_task-3.41.0-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 a58569de9cf02c3a73b5871d9300c4cda07b7fda2ac2b3222838aae957c691a4
MD5 4fe364312128eddfafdc34a5b2b2faeb
BLAKE2b-256 0b97300063ef07f41929cb507a40d44e256815f53e783f20106e01a8948b69dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for qin_task-3.41.0-py3-none-win_arm64.whl:

Publisher: build_task.yml on QinZhanlong/pip-binary-factory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qin_task-3.41.0-py3-none-win_amd64.whl.

File metadata

  • Download URL: qin_task-3.41.0-py3-none-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for qin_task-3.41.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 07f04d353a60126d82a0652aa0b1ee349b9d439fdb7318620c4347780d8bae5d
MD5 b54fa6401b5856735f5b4976fd6a9cd1
BLAKE2b-256 b506e7a85c5f258333ec3239004a357c9f76561fbedfd202e6894ceb9444aae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for qin_task-3.41.0-py3-none-win_amd64.whl:

Publisher: build_task.yml on QinZhanlong/pip-binary-factory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qin_task-3.41.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for qin_task-3.41.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a24db62e2eeaff0062138718ef8cadb4271b8609cc1dcd3b322934cd6c57e1a5
MD5 24bc884717685e94f332922662f3b978
BLAKE2b-256 76e5aaab42b2c280691dbdf8626aee5456d90d3a26c63ea4a01bd2d46021ba88

See more details on using hashes here.

Provenance

The following attestation bundles were made for qin_task-3.41.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.musllinux_1_1_x86_64.whl:

Publisher: build_task.yml on QinZhanlong/pip-binary-factory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qin_task-3.41.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for qin_task-3.41.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 9a1c4f4d87cb49c84d30349c1f7faeff1f0d0031f1948c3bde61ea6578d573ce
MD5 c51f0a782aef17843eef679f529639a6
BLAKE2b-256 faee8e104c6447e5d70b6901b554abe5d0b94379ed377fb5b8c8c6dceedad1dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for qin_task-3.41.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl:

Publisher: build_task.yml on QinZhanlong/pip-binary-factory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qin_task-3.41.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for qin_task-3.41.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 38ae93054fa5a79d16704d582316cbf3e1ae23bdf12333e94d88b602eea86c77
MD5 f2ff96fdc9388b7bbd47aea16554ecd5
BLAKE2b-256 9245281c081840e1cced9dd2671dd7ca3d4fe2a7eebf397d300eef70f8b617f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for qin_task-3.41.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl:

Publisher: build_task.yml on QinZhanlong/pip-binary-factory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qin_task-3.41.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for qin_task-3.41.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b96a656b6a81fc473d5d9f0ff75966165efa0c7eef3b71151b5e69e5c24302e1
MD5 44986f9a595cbf99f6e91590020177cf
BLAKE2b-256 050c5ab46f05bd79d3b255581572bdc8b484d25674ff16de52d08644a71ab679

See more details on using hashes here.

Provenance

The following attestation bundles were made for qin_task-3.41.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl:

Publisher: build_task.yml on QinZhanlong/pip-binary-factory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qin_task-3.41.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for qin_task-3.41.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a22448fb4139f7763b90504c702c5b43eebce315258d67fb034b3e551411c66
MD5 ea6adb428ad034e6f0293b100d41e737
BLAKE2b-256 f656d346b37a608067260b05b96e8ab1596bb530d394a2b746922995dbe070ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for qin_task-3.41.0-py3-none-macosx_11_0_arm64.whl:

Publisher: build_task.yml on QinZhanlong/pip-binary-factory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qin_task-3.41.0-py3-none-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for qin_task-3.41.0-py3-none-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 5a82fc83c86d4e185eb981c9c81de5b4c0f6a3005e788c836c86074c5f3ddfda
MD5 1fe64c0891872eebf27a6e4af530dd7c
BLAKE2b-256 c30221e77f5fcba2032bb63ec81ff1a10049f9943b87bde93f020c7d894cedad

See more details on using hashes here.

Provenance

The following attestation bundles were made for qin_task-3.41.0-py3-none-macosx_10_7_x86_64.whl:

Publisher: build_task.yml on QinZhanlong/pip-binary-factory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page