Skip to main content

In-project CLI tooling support

Project description

ToolR - AI Generated Logo

In-project CLI tooling support

Pronounced /ˈtuːlər/ (tool-er)

ToolR is a tool similar to invoke and the next generation of python-tools-scripts.

The goal is to quickly enable projects to write a Python module under the project's tools/ sub-directory and it automatically becomes a sub command to the toolr CLI.

Key Features

Automatic Command Discovery

ToolR automatically discovers and registers commands from your project's tools/ directory, making it easy to organize and maintain your project's CLI tools.

Simple Command Definition

Define commands using simple Python functions with type hints. ToolR automatically generates argument parsing based on your function signatures.

Nested Command Groups

Organize commands into logical groups and subgroups using dot notation, providing a clean and intuitive CLI structure.

Rich Help System

Built-in support for rich text formatting and automatic help generation from docstrings and type annotations.

Third-Party Command Support

Extend ToolR's functionality by installing packages that provide additional commands through Python entry points.

Quick Start

  1. Install ToolR:

    python -m pip install toolr
    
  2. Create a tools package in your project root:

    mkdir tools
    touch tools/__init__.py
    
  3. Write your first command in tools/example.py:

    from toolr import Context, command_group
    
    group = command_group("example", "Example Commands", "Example command group")
    
    @group.command
    def hello(ctx: Context, name: str = "World"):
        """Say hello to someone.
    
        Args:
          name: The name to say hello to.
        """
        ctx.print(f"Hello, {name}!")
    
  4. Run your command:

    toolr example hello --name Alice
    

Advanced Usage

Third-Party Commands

ToolR supports 3rd-party commands from installable Python packages. Create packages that extend ToolR's functionality by defining commands and registering them as entry points.

See the Advanced Topics section in the documentation for detailed information about creating 3rd-party command packages.

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

toolr-0.9.0.tar.gz (316.0 kB view details)

Uploaded Source

Built Distributions

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

toolr-0.9.0-cp313-cp313-win_amd64.whl (204.6 kB view details)

Uploaded CPython 3.13Windows x86-64

toolr-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl (370.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

toolr-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl (340.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

toolr-0.9.0-cp313-cp313-manylinux_2_28_x86_64.whl (292.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

toolr-0.9.0-cp313-cp313-manylinux_2_28_aarch64.whl (277.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

toolr-0.9.0-cp313-cp313-macosx_11_0_x86_64.whl (266.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

toolr-0.9.0-cp313-cp313-macosx_11_0_arm64.whl (254.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

toolr-0.9.0-cp312-cp312-win_amd64.whl (204.4 kB view details)

Uploaded CPython 3.12Windows x86-64

toolr-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl (369.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

toolr-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl (339.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

toolr-0.9.0-cp312-cp312-manylinux_2_28_x86_64.whl (292.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

toolr-0.9.0-cp312-cp312-manylinux_2_28_aarch64.whl (276.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

toolr-0.9.0-cp312-cp312-macosx_11_0_x86_64.whl (266.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

toolr-0.9.0-cp312-cp312-macosx_11_0_arm64.whl (254.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

toolr-0.9.0-cp311-cp311-win_amd64.whl (204.3 kB view details)

Uploaded CPython 3.11Windows x86-64

toolr-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl (370.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

toolr-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl (340.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

toolr-0.9.0-cp311-cp311-manylinux_2_28_x86_64.whl (292.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

toolr-0.9.0-cp311-cp311-manylinux_2_28_aarch64.whl (277.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

toolr-0.9.0-cp311-cp311-macosx_11_0_x86_64.whl (268.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

toolr-0.9.0-cp311-cp311-macosx_11_0_arm64.whl (256.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file toolr-0.9.0.tar.gz.

File metadata

  • Download URL: toolr-0.9.0.tar.gz
  • Upload date:
  • Size: 316.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for toolr-0.9.0.tar.gz
Algorithm Hash digest
SHA256 9ac10bde3b9da3ecfe80e0ba32b3a01c75b97ae4b2b84d36f2aa3f755f50bf60
MD5 853e9ab6f0ea4e9b145b98184ed29a2e
BLAKE2b-256 eb2f3f796ab4bf7af429d86c80582f59f112d3fcd9460325b0dd7997e497753a

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0.tar.gz:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: toolr-0.9.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 204.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for toolr-0.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 087c25be7984e5b64801181d4f65ac7fb6c15a542c944fbe1042cde9a49d4c7a
MD5 8d5a395fb6adfc29c48f0b92dc469149
BLAKE2b-256 c468951355e64eea43c0c978e6117d2f0bd58349e51c076e2b1abc7ec6470c71

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccf51099ddc3cd27e163a9936c78d6def251d10f4ea88445d71d0bd73ce9de5a
MD5 d205fedf4a9091871ecaf7c57c18527b
BLAKE2b-256 ec4ab5577f243376c178abb3cd720767bef9dad1fd1369253f2ac3c6bcbc464c

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbf82969f12ff956c73c57c648ce73cd328b1ec1aafb10f2c7b2ab8a327b1a0e
MD5 8050e79087c8b5dbb6b5e657af5f83fa
BLAKE2b-256 e8750bef40a347ca88f8ba20901bbe552ece818cd5d893d4935ee16516fcfd1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 930edd892d9c3898d5d5c29547d4a241cae03d121288044e515e274d6faa4ed4
MD5 2264cb956297a9b9eb3b5823ee1dbfde
BLAKE2b-256 eaff1699a280c27e4fd870577fc1bdd3422007149b2dd93274fed44e6a9a6d02

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3feffbe97df5316a3fbc7a10de11f6e291a8178f80ae0bf74c36d7543b5d458b
MD5 e35a8b63de5b55cd6274d3843b519e00
BLAKE2b-256 01b370aa48e888c9736725111d994eec6869cfef36f1111b14a21014e29ae345

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8c8969dc2559d2f8eb2297633ada41dc73c54ba3cf604311f01ad0855223b0cd
MD5 77ecef6caa4352ea037db76991c14577
BLAKE2b-256 d275c42ee007cda315ab3aee35b5c38c7f1ddcfee4166d3aa769a53f190d8f6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fd9d590cbefbe45a6d56a7561b5dcd9810ad4df5815d27bb75f3d16c0220cf6
MD5 42f211ef26fec85b4814ec668affea6d
BLAKE2b-256 a2f72215d96c9139cae9730970f5196c14f893d20061cf32c9a79283bef972c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: toolr-0.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 204.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for toolr-0.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5b154b9dbe45ebe2faa053532c5bca43b998a6211712214986a1cb5f613b6cba
MD5 d8a88023e08c12342723bb057b62c36b
BLAKE2b-256 f7af458bc3b7533af080106e59bd70e7aa718e14d51505419451638a1ee3cd59

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54e8f5c8a660d4fd8d6266bd0e0892aa8511c318eef20f73c211ba9a497176e6
MD5 3585166aeac42e52dd7872debb93e78a
BLAKE2b-256 0a52bede595d128b5db518c069161496ca2c02d59aa219263c3b38b6c1c07f65

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2496d7f8358cf6550b78b7f36cc5915d1cf474a71551539a06ca9b3abf830422
MD5 7def93adb7ec9879480934842fe9aee7
BLAKE2b-256 0fb2a6fa931d446b850aa4b654f99a82b91c9d9a1e923a8e42ff10fbc7c65b7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b242eb909d4932520c8d1136e3996d90e9dd009feac7eaa2ae1e14825e66c53b
MD5 8755c9366b8192db90dc8d216ae3b3bd
BLAKE2b-256 28985218a838d0da0ece008864425d9f6753ea977216769df236d42acdff313b

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8695a37e2d6ca1ae8603fbf2d4672ff5c40b83fe8bef942be1c51ffc7030c1e5
MD5 27a1eec3d906c830efe345382bb4c1c8
BLAKE2b-256 a6b3bf935167e07f18b0a59b8ad3e21c61920ddd36ce4f97a64f063123e14fab

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0edadb86e18e2fec67ae063205eabd5516af65dc34b970588f8c9cfe3bb34f44
MD5 aa92e7f7e7d02ea31bb06d0cf549cc7f
BLAKE2b-256 446d1a59a61c9f477542813117a2878445be8d137584bb8d50dcaf73ba70cbed

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a3c3978a18a7289268d60615908e8c57bd486d79f2f83f770f02e1bee30617b
MD5 998fc59cf712d33f8de3edee00231445
BLAKE2b-256 bf743cef0f40e973bcd4bb21a41f8ff18d3c9f6be475f00b7642786071294aaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: toolr-0.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 204.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for toolr-0.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bff50f44e55ed202d7bb5075457cb1e7732f5135d38d8248fc7a4d405c027b9e
MD5 ad6e71a1f25a01817516e8a90f4f332e
BLAKE2b-256 3633c5bfa570c9f01c02f02e380fa418bddfca9f5e116181eac00a20f53ac0dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fd8ec04359ae95f71ee0914a0cc7e2035a2f5f38c64d5b60b1393feb248fbca
MD5 85ed51474788b988e6349b2f25cc2680
BLAKE2b-256 2d988be69e2b97c201b1b1df4dececada60c0a7ad962579ec258f372f1d68530

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0bb94b717ea0f26eac3a2c06bf2fbce148a3f770e587870a52d224948d45552f
MD5 4e5624577c0dc34f963a805418e67053
BLAKE2b-256 6c21175740a51926eeef520a22ead158e32c02cd17f8e096706bb70c475208e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 564fd869b9c6b5b3c23b446881c47588a2cb32b9bd736e3230e9ff6da230d374
MD5 41ce728375a20dcd0262d38cd62d6a7a
BLAKE2b-256 ecccd206d4ef084b3f2c681e4b3a113d8f4d321df113442840e9eef69fe6d85c

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 325603235f00f018d8d9355328f453cc11de0c04669003e4c5995851464a46eb
MD5 56a0f6b153882a19ef16422c575e11f6
BLAKE2b-256 ca55d4cfccf32a6845bfae528b496fc8d5fc67f2bc2eaad1e6264a5477b74ee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ee02036e35ba41d93acd533b24696404697bfce28e83f44fe4ed40fbc126417e
MD5 4c421142eebffcefd6fb833e6dd5ef6a
BLAKE2b-256 ab442d1268b1f8eb89645e8818c62753a916416f5d815327116092379762daea

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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

File details

Details for the file toolr-0.9.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for toolr-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 424962bd449edbd62e39c0ad6ef3843c5674a622ef61e5f26ea6ed51ee605ab6
MD5 8a4cbc186c20891df3623d88b00383e8
BLAKE2b-256 69ea2d2b75ae22f1884a197dc3c9a58ace1dcb50ee0993d6a0f246e470fc6ffd

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.9.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on s0undt3ch/ToolR

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