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.10.1.tar.gz (317.6 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.10.1-cp313-cp313-win_amd64.whl (205.5 kB view details)

Uploaded CPython 3.13Windows x86-64

toolr-0.10.1-cp313-cp313-musllinux_1_2_x86_64.whl (371.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

toolr-0.10.1-cp313-cp313-musllinux_1_2_aarch64.whl (342.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

toolr-0.10.1-cp313-cp313-manylinux_2_28_x86_64.whl (294.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

toolr-0.10.1-cp313-cp313-manylinux_2_28_aarch64.whl (278.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

toolr-0.10.1-cp313-cp313-macosx_11_0_x86_64.whl (267.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

toolr-0.10.1-cp313-cp313-macosx_11_0_arm64.whl (255.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

toolr-0.10.1-cp312-cp312-win_amd64.whl (205.3 kB view details)

Uploaded CPython 3.12Windows x86-64

toolr-0.10.1-cp312-cp312-musllinux_1_2_x86_64.whl (371.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

toolr-0.10.1-cp312-cp312-musllinux_1_2_aarch64.whl (342.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

toolr-0.10.1-cp312-cp312-manylinux_2_28_x86_64.whl (294.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

toolr-0.10.1-cp312-cp312-manylinux_2_28_aarch64.whl (278.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

toolr-0.10.1-cp312-cp312-macosx_11_0_x86_64.whl (267.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

toolr-0.10.1-cp312-cp312-macosx_11_0_arm64.whl (255.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

toolr-0.10.1-cp311-cp311-win_amd64.whl (205.1 kB view details)

Uploaded CPython 3.11Windows x86-64

toolr-0.10.1-cp311-cp311-musllinux_1_2_x86_64.whl (371.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

toolr-0.10.1-cp311-cp311-musllinux_1_2_aarch64.whl (342.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

toolr-0.10.1-cp311-cp311-manylinux_2_28_x86_64.whl (294.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

toolr-0.10.1-cp311-cp311-manylinux_2_28_aarch64.whl (278.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

toolr-0.10.1-cp311-cp311-macosx_11_0_x86_64.whl (269.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

toolr-0.10.1-cp311-cp311-macosx_11_0_arm64.whl (257.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for toolr-0.10.1.tar.gz
Algorithm Hash digest
SHA256 4696a95331a1b5f1639070d360b90c79faa430e2ea6e804a817530eefa8658ad
MD5 d870612df5329f842dd2a4ba8032803b
BLAKE2b-256 ba998bab652a216e5ed42a5503d8be7ac7690279d4fdccd4ea9f757611faab42

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1.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.10.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: toolr-0.10.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 205.5 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.10.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e6216fadd26746c79a673fabfada5e8d29bae011e3ebbee0206dfbb58826e24b
MD5 9222a4a4e707ba7c5ab72474a48563e0
BLAKE2b-256 c91be448929a35747c65d1fc44212b44aa7b1a75de003fad644ecfa35a34d6d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a9b807a6c679ecddd915ed3847395e59941529401855ebc0f9dd81abbc95038
MD5 cadd7758a2ab8ce39aa9d1260d8f97db
BLAKE2b-256 98038353ba24829bbc724ae84c9b5e1f837448d9ce34f8e309a48505d726df79

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c4c16c3f1c4852e4218e39f9b87f8275bd4df9f706627b31cedd52661c9f143
MD5 a7c2407b8650016065640157309b0ce3
BLAKE2b-256 a9a19c71061cebddde7d62e258a053aa126141859496b2fdd942ced4c7d7d8bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59c57e3775f14f49eb8aa8255a1af15dfc24ac4427d0de7285a92f29cd0776ea
MD5 32f65189d7ce1126d5cc88dcf1df048c
BLAKE2b-256 7a8c22547f02cbeea547b9f4f501c7a9a032f67f678b9ed9c37c47c5bc37341d

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 64a603d2823314e0cfff37afa738c30de77a1acc777a55a8277ae79115f59315
MD5 3169fae1da26ad6901e2268f02014adc
BLAKE2b-256 ad189bc57b8ebd7c9e0174783a313586f566dacec5c217ce5dd4df2e839fc443

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6271cf08a758ca60251b7e3897ce319fff3f585f71f14186d3487a595167c6e5
MD5 91b3eaa3307663ca2497cd32b12a981c
BLAKE2b-256 474e59acfe24099fbe761caffa9a3adafd61528d5c8971cde5e140be30fe62ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 502394d65de8b6ab0bc62716a191b1294f68a2e41578fa5ac9b97373997b735f
MD5 86a8559578b85e5a5f19e82784df350a
BLAKE2b-256 5e53f09723696922ca8a19e2e47d24a41bf0616176e100d2a66e76ba234105ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: toolr-0.10.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 205.3 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.10.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d0ac3e13cf296924b5cc7649e7a7a02718f6deebb4bcfdceac6bb1c0f280c5e7
MD5 11f69691696471a540ccd9facdba0fb7
BLAKE2b-256 6145331bf430c57504c8fa46903d21c785ffe39b65b7f4118a28202432a0f7a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f821cabeefd8dc6afc11926938b90ed465cc70e300121d3cbba6ba6ce3ef7419
MD5 ce66f32a7f3623c16c85d0d7e6f4f1c0
BLAKE2b-256 6600281bb42a0c55301c9aa333ead57901f26dc278b25e67cef419cfe67ca36e

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c9f2f82e827c244ea535cf979fb384714163ed0e5ffb70ca6530ec3c483d49f
MD5 550156e76f9924cea0b8d1c0039de80a
BLAKE2b-256 20f014a51a7b5a485c4915d75b3503ad39ab7755453653f2c1fe264b5a18a5a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 daf62618a6174f8b87bbae1c8287a7b29fb3111a88a8ec78280e8cb804ed9e0d
MD5 322f89543a6ecb558fac519023195d5d
BLAKE2b-256 1e8c697f88afa74c78f8af5dbd0ec5580007ba7b1daa0bef3bf3b4f3392e5ade

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4126b1e29006c8306fbffdc786f99b8405a136758d97629fe7e9f3d3674f128a
MD5 5f7255cb7fbfcfc6badd6bff0fe068c2
BLAKE2b-256 a9e6ed5d5eedbb0fca0eaaafa07661e0e8a9aa4bd8612de275dd0acfeafca233

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fe32b0d9257769dbbb0a4880a47029c408d88718beb52c590e15f0335871d344
MD5 d815ebbec89c23c55a257b754e7a31e9
BLAKE2b-256 8882123e70a729af5a80e3e9ffde0c3b73a14262ece91eb8df2aca3a05c67d5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0a4a82a660852a89d3fbaf106121211eef2c699a47ce5c7329b3e43dc4913e3
MD5 ceacf7eeb3b191b7876dac7d9e1e20ab
BLAKE2b-256 9c89076e3b256e8013560908ca004aed44b7a7ff8bb28938262eac9672f5eaf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: toolr-0.10.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 205.1 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.10.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a30bbf90ca5a2faeb607aaa6349b442e28e62beb664e0b6f6748326bd2779407
MD5 f04c9fd78bf875cfc1d2229c95e05e3f
BLAKE2b-256 0beba650cc0dff08c98764e67d5e932b54193211566f8831fd5e7a9e97e64828

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72ed02bc0004d277ed6fb255e7a13d5c262a1b2461f8b7abb0e12075571e3227
MD5 8d79bb4a28bb5d7eccff28b19a4cbf9d
BLAKE2b-256 f8e6af96931b367b921873aabc02c3482addcb49640f0b1a20e37f5fe29a4e61

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 22743f95ec7e16b97b005fd129a1fbe28b7360370e38b057624d7088c63e0cb7
MD5 74c2e1b7fe35709d3f3ac2a99a0cc3fd
BLAKE2b-256 247afe0614ac4ac376aba43e68bf745b6fd3b501afe4fc95ad18805d69f2828b

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae087eb9d34598e9ce0b6b2e1e40d5b19bda36f71817d60eb5890974e0985a6f
MD5 c64147f76fb4a231c7af6937b6e43676
BLAKE2b-256 fa9b2162cfccf5ff04c4a3186f94d070ed0b6f814b7666229097010729a76416

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e2e7ce3fccaf41b9fcfa85a4a1a9f5ea165ba0a3f5d9a5842040b2d09e0a383
MD5 7c299611a887b652863e9be6ff7d63ab
BLAKE2b-256 218e51388a07679a472a771490d39db36515c9ee4439f226ad96d214c285d5dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 25fb4b6af6a27b956827dfdc332ceaf4cba0d28308e2712456793b3ebced9dc6
MD5 7322738f746af3678f94b934316638b5
BLAKE2b-256 4a1b25e74e99d97a8d1b0abc8b8c816f2a4828f44a9637a56be749ccab690989

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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.10.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for toolr-0.10.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cde2bf1a874d4234470d1accf00c5408bfec45e7753bc354413955d6e0fed8a0
MD5 1304abf443c93ab7a88af1da75090acb
BLAKE2b-256 a95b1c6b81b5a71e593b99922d3827c355598dad4ef090fb850a3b9aea232ac8

See more details on using hashes here.

Provenance

The following attestation bundles were made for toolr-0.10.1-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