In-project CLI tooling support
Project description
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
-
Install ToolR:
python -m pip install toolr
-
Create a tools package in your project root:
mkdir tools touch tools/__init__.py
-
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}!")
-
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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4696a95331a1b5f1639070d360b90c79faa430e2ea6e804a817530eefa8658ad
|
|
| MD5 |
d870612df5329f842dd2a4ba8032803b
|
|
| BLAKE2b-256 |
ba998bab652a216e5ed42a5503d8be7ac7690279d4fdccd4ea9f757611faab42
|
Provenance
The following attestation bundles were made for toolr-0.10.1.tar.gz:
Publisher:
release.yml on s0undt3ch/ToolR
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1.tar.gz -
Subject digest:
4696a95331a1b5f1639070d360b90c79faa430e2ea6e804a817530eefa8658ad - Sigstore transparency entry: 536865190
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6216fadd26746c79a673fabfada5e8d29bae011e3ebbee0206dfbb58826e24b
|
|
| MD5 |
9222a4a4e707ba7c5ab72474a48563e0
|
|
| BLAKE2b-256 |
c91be448929a35747c65d1fc44212b44aa7b1a75de003fad644ecfa35a34d6d5
|
Provenance
The following attestation bundles were made for toolr-0.10.1-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on s0undt3ch/ToolR
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp313-cp313-win_amd64.whl -
Subject digest:
e6216fadd26746c79a673fabfada5e8d29bae011e3ebbee0206dfbb58826e24b - Sigstore transparency entry: 536865506
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: toolr-0.10.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 371.0 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a9b807a6c679ecddd915ed3847395e59941529401855ebc0f9dd81abbc95038
|
|
| MD5 |
cadd7758a2ab8ce39aa9d1260d8f97db
|
|
| BLAKE2b-256 |
98038353ba24829bbc724ae84c9b5e1f837448d9ce34f8e309a48505d726df79
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
0a9b807a6c679ecddd915ed3847395e59941529401855ebc0f9dd81abbc95038 - Sigstore transparency entry: 536865657
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: toolr-0.10.1-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 342.6 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c4c16c3f1c4852e4218e39f9b87f8275bd4df9f706627b31cedd52661c9f143
|
|
| MD5 |
a7c2407b8650016065640157309b0ce3
|
|
| BLAKE2b-256 |
a9a19c71061cebddde7d62e258a053aa126141859496b2fdd942ced4c7d7d8bc
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
3c4c16c3f1c4852e4218e39f9b87f8275bd4df9f706627b31cedd52661c9f143 - Sigstore transparency entry: 536865211
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp313-cp313-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: toolr-0.10.1-cp313-cp313-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 294.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59c57e3775f14f49eb8aa8255a1af15dfc24ac4427d0de7285a92f29cd0776ea
|
|
| MD5 |
32f65189d7ce1126d5cc88dcf1df048c
|
|
| BLAKE2b-256 |
7a8c22547f02cbeea547b9f4f501c7a9a032f67f678b9ed9c37c47c5bc37341d
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp313-cp313-manylinux_2_28_x86_64.whl -
Subject digest:
59c57e3775f14f49eb8aa8255a1af15dfc24ac4427d0de7285a92f29cd0776ea - Sigstore transparency entry: 536865463
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp313-cp313-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: toolr-0.10.1-cp313-cp313-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 278.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64a603d2823314e0cfff37afa738c30de77a1acc777a55a8277ae79115f59315
|
|
| MD5 |
3169fae1da26ad6901e2268f02014adc
|
|
| BLAKE2b-256 |
ad189bc57b8ebd7c9e0174783a313586f566dacec5c217ce5dd4df2e839fc443
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp313-cp313-manylinux_2_28_aarch64.whl -
Subject digest:
64a603d2823314e0cfff37afa738c30de77a1acc777a55a8277ae79115f59315 - Sigstore transparency entry: 536865322
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp313-cp313-macosx_11_0_x86_64.whl.
File metadata
- Download URL: toolr-0.10.1-cp313-cp313-macosx_11_0_x86_64.whl
- Upload date:
- Size: 267.0 kB
- Tags: CPython 3.13, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6271cf08a758ca60251b7e3897ce319fff3f585f71f14186d3487a595167c6e5
|
|
| MD5 |
91b3eaa3307663ca2497cd32b12a981c
|
|
| BLAKE2b-256 |
474e59acfe24099fbe761caffa9a3adafd61528d5c8971cde5e140be30fe62ee
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp313-cp313-macosx_11_0_x86_64.whl -
Subject digest:
6271cf08a758ca60251b7e3897ce319fff3f585f71f14186d3487a595167c6e5 - Sigstore transparency entry: 536865229
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: toolr-0.10.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 255.3 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502394d65de8b6ab0bc62716a191b1294f68a2e41578fa5ac9b97373997b735f
|
|
| MD5 |
86a8559578b85e5a5f19e82784df350a
|
|
| BLAKE2b-256 |
5e53f09723696922ca8a19e2e47d24a41bf0616176e100d2a66e76ba234105ae
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
502394d65de8b6ab0bc62716a191b1294f68a2e41578fa5ac9b97373997b735f - Sigstore transparency entry: 536865611
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0ac3e13cf296924b5cc7649e7a7a02718f6deebb4bcfdceac6bb1c0f280c5e7
|
|
| MD5 |
11f69691696471a540ccd9facdba0fb7
|
|
| BLAKE2b-256 |
6145331bf430c57504c8fa46903d21c785ffe39b65b7f4118a28202432a0f7a6
|
Provenance
The following attestation bundles were made for toolr-0.10.1-cp312-cp312-win_amd64.whl:
Publisher:
release.yml on s0undt3ch/ToolR
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp312-cp312-win_amd64.whl -
Subject digest:
d0ac3e13cf296924b5cc7649e7a7a02718f6deebb4bcfdceac6bb1c0f280c5e7 - Sigstore transparency entry: 536865394
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: toolr-0.10.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 371.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f821cabeefd8dc6afc11926938b90ed465cc70e300121d3cbba6ba6ce3ef7419
|
|
| MD5 |
ce66f32a7f3623c16c85d0d7e6f4f1c0
|
|
| BLAKE2b-256 |
6600281bb42a0c55301c9aa333ead57901f26dc278b25e67cef419cfe67ca36e
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
f821cabeefd8dc6afc11926938b90ed465cc70e300121d3cbba6ba6ce3ef7419 - Sigstore transparency entry: 536865417
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: toolr-0.10.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 342.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c9f2f82e827c244ea535cf979fb384714163ed0e5ffb70ca6530ec3c483d49f
|
|
| MD5 |
550156e76f9924cea0b8d1c0039de80a
|
|
| BLAKE2b-256 |
20f014a51a7b5a485c4915d75b3503ad39ab7755453653f2c1fe264b5a18a5a8
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
0c9f2f82e827c244ea535cf979fb384714163ed0e5ffb70ca6530ec3c483d49f - Sigstore transparency entry: 536865277
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp312-cp312-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: toolr-0.10.1-cp312-cp312-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 294.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daf62618a6174f8b87bbae1c8287a7b29fb3111a88a8ec78280e8cb804ed9e0d
|
|
| MD5 |
322f89543a6ecb558fac519023195d5d
|
|
| BLAKE2b-256 |
1e8c697f88afa74c78f8af5dbd0ec5580007ba7b1daa0bef3bf3b4f3392e5ade
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp312-cp312-manylinux_2_28_x86_64.whl -
Subject digest:
daf62618a6174f8b87bbae1c8287a7b29fb3111a88a8ec78280e8cb804ed9e0d - Sigstore transparency entry: 536865445
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp312-cp312-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: toolr-0.10.1-cp312-cp312-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 278.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4126b1e29006c8306fbffdc786f99b8405a136758d97629fe7e9f3d3674f128a
|
|
| MD5 |
5f7255cb7fbfcfc6badd6bff0fe068c2
|
|
| BLAKE2b-256 |
a9e6ed5d5eedbb0fca0eaaafa07661e0e8a9aa4bd8612de275dd0acfeafca233
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp312-cp312-manylinux_2_28_aarch64.whl -
Subject digest:
4126b1e29006c8306fbffdc786f99b8405a136758d97629fe7e9f3d3674f128a - Sigstore transparency entry: 536865526
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp312-cp312-macosx_11_0_x86_64.whl.
File metadata
- Download URL: toolr-0.10.1-cp312-cp312-macosx_11_0_x86_64.whl
- Upload date:
- Size: 267.0 kB
- Tags: CPython 3.12, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe32b0d9257769dbbb0a4880a47029c408d88718beb52c590e15f0335871d344
|
|
| MD5 |
d815ebbec89c23c55a257b754e7a31e9
|
|
| BLAKE2b-256 |
8882123e70a729af5a80e3e9ffde0c3b73a14262ece91eb8df2aca3a05c67d5f
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp312-cp312-macosx_11_0_x86_64.whl -
Subject digest:
fe32b0d9257769dbbb0a4880a47029c408d88718beb52c590e15f0335871d344 - Sigstore transparency entry: 536865549
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: toolr-0.10.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 255.1 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0a4a82a660852a89d3fbaf106121211eef2c699a47ce5c7329b3e43dc4913e3
|
|
| MD5 |
ceacf7eeb3b191b7876dac7d9e1e20ab
|
|
| BLAKE2b-256 |
9c89076e3b256e8013560908ca004aed44b7a7ff8bb28938262eac9672f5eaf3
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
f0a4a82a660852a89d3fbaf106121211eef2c699a47ce5c7329b3e43dc4913e3 - Sigstore transparency entry: 536865633
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a30bbf90ca5a2faeb607aaa6349b442e28e62beb664e0b6f6748326bd2779407
|
|
| MD5 |
f04c9fd78bf875cfc1d2229c95e05e3f
|
|
| BLAKE2b-256 |
0beba650cc0dff08c98764e67d5e932b54193211566f8831fd5e7a9e97e64828
|
Provenance
The following attestation bundles were made for toolr-0.10.1-cp311-cp311-win_amd64.whl:
Publisher:
release.yml on s0undt3ch/ToolR
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp311-cp311-win_amd64.whl -
Subject digest:
a30bbf90ca5a2faeb607aaa6349b442e28e62beb664e0b6f6748326bd2779407 - Sigstore transparency entry: 536865585
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: toolr-0.10.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 371.5 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72ed02bc0004d277ed6fb255e7a13d5c262a1b2461f8b7abb0e12075571e3227
|
|
| MD5 |
8d79bb4a28bb5d7eccff28b19a4cbf9d
|
|
| BLAKE2b-256 |
f8e6af96931b367b921873aabc02c3482addcb49640f0b1a20e37f5fe29a4e61
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
72ed02bc0004d277ed6fb255e7a13d5c262a1b2461f8b7abb0e12075571e3227 - Sigstore transparency entry: 536865489
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: toolr-0.10.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 342.9 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22743f95ec7e16b97b005fd129a1fbe28b7360370e38b057624d7088c63e0cb7
|
|
| MD5 |
74c2e1b7fe35709d3f3ac2a99a0cc3fd
|
|
| BLAKE2b-256 |
247afe0614ac4ac376aba43e68bf745b6fd3b501afe4fc95ad18805d69f2828b
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
22743f95ec7e16b97b005fd129a1fbe28b7360370e38b057624d7088c63e0cb7 - Sigstore transparency entry: 536865257
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp311-cp311-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: toolr-0.10.1-cp311-cp311-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 294.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae087eb9d34598e9ce0b6b2e1e40d5b19bda36f71817d60eb5890974e0985a6f
|
|
| MD5 |
c64147f76fb4a231c7af6937b6e43676
|
|
| BLAKE2b-256 |
fa9b2162cfccf5ff04c4a3186f94d070ed0b6f814b7666229097010729a76416
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp311-cp311-manylinux_2_28_x86_64.whl -
Subject digest:
ae087eb9d34598e9ce0b6b2e1e40d5b19bda36f71817d60eb5890974e0985a6f - Sigstore transparency entry: 536865564
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp311-cp311-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: toolr-0.10.1-cp311-cp311-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 278.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e2e7ce3fccaf41b9fcfa85a4a1a9f5ea165ba0a3f5d9a5842040b2d09e0a383
|
|
| MD5 |
7c299611a887b652863e9be6ff7d63ab
|
|
| BLAKE2b-256 |
218e51388a07679a472a771490d39db36515c9ee4439f226ad96d214c285d5dc
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp311-cp311-manylinux_2_28_aarch64.whl -
Subject digest:
4e2e7ce3fccaf41b9fcfa85a4a1a9f5ea165ba0a3f5d9a5842040b2d09e0a383 - Sigstore transparency entry: 536865343
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp311-cp311-macosx_11_0_x86_64.whl.
File metadata
- Download URL: toolr-0.10.1-cp311-cp311-macosx_11_0_x86_64.whl
- Upload date:
- Size: 269.2 kB
- Tags: CPython 3.11, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25fb4b6af6a27b956827dfdc332ceaf4cba0d28308e2712456793b3ebced9dc6
|
|
| MD5 |
7322738f746af3678f94b934316638b5
|
|
| BLAKE2b-256 |
4a1b25e74e99d97a8d1b0abc8b8c816f2a4828f44a9637a56be749ccab690989
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp311-cp311-macosx_11_0_x86_64.whl -
Subject digest:
25fb4b6af6a27b956827dfdc332ceaf4cba0d28308e2712456793b3ebced9dc6 - Sigstore transparency entry: 536865365
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file toolr-0.10.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: toolr-0.10.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 257.3 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cde2bf1a874d4234470d1accf00c5408bfec45e7753bc354413955d6e0fed8a0
|
|
| MD5 |
1304abf443c93ab7a88af1da75090acb
|
|
| BLAKE2b-256 |
a95b1c6b81b5a71e593b99922d3827c355598dad4ef090fb850a3b9aea232ac8
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
toolr-0.10.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
cde2bf1a874d4234470d1accf00c5408bfec45e7753bc354413955d6e0fed8a0 - Sigstore transparency entry: 536865302
- Sigstore integration time:
-
Permalink:
s0undt3ch/ToolR@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/s0undt3ch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2910035a9486f2fb57b2a0a6af7f1be5b12c1b6d -
Trigger Event:
workflow_dispatch
-
Statement type: