A Python wrapper for Ableton Link, wheels included!
Project description
LinkPython-extern
A Python wrapper for Ableton Link, forked from gonzaloflirt's link-python to streamline the user experience with new methods, type stubs, and pre-built wheels.
from link import Link
link = Link(120)
clock = link.clock()
micros = clock.micros()
state = link.captureAppSessionState()
beat = state.beatAtTime(micros, 4)
phase = state.phaseAtTime(micros, 4)
You can see the full API documentation in __init__.pyi, or look at
the LinkHut.py example which is equivalent to Ableton Link's
linkhut example.
For asyncio usage, consider trying out the aalink project!
Installation
This project can be installed from PyPI under the LinkPython-extern name:
pip install LinkPython-extern
Note that we are not the same as LinkPython, which is a different fork of link-python by munshkr.
Python compatibility
| v1.0.0 | v1.0.1 | v1.0.4 | v1.1.0 | v1.2.0 | v1.3.0a1 | main | |
|---|---|---|---|---|---|---|---|
| CPython 3.6 | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
| CPython 3.7 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
| CPython 3.8 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| CPython 3.9 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| CPython 3.10 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| CPython 3.11 | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| CPython 3.12 | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
| CPython 3.13* | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
| CPython 3.14 | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ |
| CPython 3.15 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| CPython 3.16+ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
* CPython 3.13's experimental free-threading builds are not supported.
Building from source
If you want to build this package from source, you will need CMake installed. You however do not need to manually build the project, as scikit-build-core will handle invoking cmake when you install it with pip. To install directly from the main branch:
pip install git+https://github.com/thegamecracks/link-python
If building from the repository directly, make sure to clone all submodules using:
git clone --recurse-submodules https://github.com/thegamecracks/link-python
# or, if already cloned:
git submodule update --init --recursive
License
This project is written under Unlicense but also depends on, among other libraries, Ableton Link and pybind11. Please mind the licenses of those libraries and their dependencies.
Project details
Release history Release notifications | RSS feed
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 linkpython_extern-1.3.0a2.tar.gz.
File metadata
- Download URL: linkpython_extern-1.3.0a2.tar.gz
- Upload date:
- Size: 4.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5bcf7713d02daf4d75cf8b3b3b9226ed9b0ae74b9daef9c1a04e9006c25a0da
|
|
| MD5 |
929cdacf307a0e3e19d155615f4590f5
|
|
| BLAKE2b-256 |
acaa5bf7e819f038df51ed2e64a0297a6b156e13dbf995c2147b8ee3093da3fd
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2.tar.gz:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2.tar.gz -
Subject digest:
c5bcf7713d02daf4d75cf8b3b3b9226ed9b0ae74b9daef9c1a04e9006c25a0da - Sigstore transparency entry: 1961185718
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-win_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-win_arm64.whl
- Upload date:
- Size: 562.0 kB
- Tags: CPython 3.14t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cff19b6c25577f8f72ceb7995893cd01e878c314342bf7b7314572a8bf7203e4
|
|
| MD5 |
55cafa2a6885711ba12d757efbe5567b
|
|
| BLAKE2b-256 |
21bbb65ade43325e1a4d2a92ea36e3248bf76d659b1ec0f9eeb3b0b7adc68803
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-win_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-win_arm64.whl -
Subject digest:
cff19b6c25577f8f72ceb7995893cd01e878c314342bf7b7314572a8bf7203e4 - Sigstore transparency entry: 1961189626
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 405.1 kB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ae2e1cad40dbe99ebb0862da60a8f7949cbaaeb5fa460ec05412c4bd1adeb77
|
|
| MD5 |
f2f30bd7da067b6624eed75318a4729b
|
|
| BLAKE2b-256 |
702e66b6a4ea9eca8d40de442931d5235c406970f0e6b312177d9e96ec6f3d79
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-win_amd64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-win_amd64.whl -
Subject digest:
7ae2e1cad40dbe99ebb0862da60a8f7949cbaaeb5fa460ec05412c4bd1adeb77 - Sigstore transparency entry: 1961192941
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-win32.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-win32.whl
- Upload date:
- Size: 372.1 kB
- Tags: CPython 3.14t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6d4098868fd8ce874fb2d9f0acb7226ec80e1cf13e1a70d936abe012186e758
|
|
| MD5 |
372c91f5f44d60cd571c96c9e5fb8e92
|
|
| BLAKE2b-256 |
2157d8f457832a84e3e520c9b899a698e727a5461f65f3b34c3d843b31f29c92
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-win32.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-win32.whl -
Subject digest:
c6d4098868fd8ce874fb2d9f0acb7226ec80e1cf13e1a70d936abe012186e758 - Sigstore transparency entry: 1961187137
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94c7bbde5f3722c81e955b7cb61421df3410d5f4631dd53d5facc4569cbf0b75
|
|
| MD5 |
f9d454042ee477c8c633ed2621c98742
|
|
| BLAKE2b-256 |
6a17e82ac69de11004ec9a5ec42af9fe817c94b7f1e46256e7fea0f9d3ab1cd9
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
94c7bbde5f3722c81e955b7cb61421df3410d5f4631dd53d5facc4569cbf0b75 - Sigstore transparency entry: 1961187809
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6699edaf8d87e4e91f5c0a7a5679263135706cd20031db1a428a9be931109f69
|
|
| MD5 |
85b4e30f6baf5acdf56a7bf5bcf81e8c
|
|
| BLAKE2b-256 |
39c89bce9b7f609801e924092529dca128c54f21fa4ebcfd94b350ecc1e1b53a
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_s390x.whl -
Subject digest:
6699edaf8d87e4e91f5c0a7a5679263135706cd20031db1a428a9be931109f69 - Sigstore transparency entry: 1961186722
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d790ee208d3aeb0c74677fa9eb31ed030a620ae3952ff058e2d4d04fc0c623c
|
|
| MD5 |
636ed19fd83262611681831b20a0d5dc
|
|
| BLAKE2b-256 |
6827b8128666d7e73a0dbe48fb30ebcb2a2daad79df1839901e7b33b0238f9ad
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_ppc64le.whl -
Subject digest:
3d790ee208d3aeb0c74677fa9eb31ed030a620ae3952ff058e2d4d04fc0c623c - Sigstore transparency entry: 1961189150
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1020cb4ac5eb718d10889daf902229ab37ec1f8e0b42942290301027da1e33f
|
|
| MD5 |
3df4534915af0800b826541aa009af67
|
|
| BLAKE2b-256 |
4c2822fa70ab6218df9d3257a915e8731b31fe0a93798bb3e62a34c42333e2f3
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_armv7l.whl -
Subject digest:
d1020cb4ac5eb718d10889daf902229ab37ec1f8e0b42942290301027da1e33f - Sigstore transparency entry: 1961188426
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7a23e1e8c06a670d38fa9a3941283731ba7a9ba4718371cf7e6e3a1894bf2f9
|
|
| MD5 |
89f06ac38456981c3341538e645c8bc6
|
|
| BLAKE2b-256 |
894580d7ffee67e2ea02e1bb47b5bce3d240c4edeab4df87625944eddd8de36e
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-musllinux_1_2_aarch64.whl -
Subject digest:
c7a23e1e8c06a670d38fa9a3941283731ba7a9ba4718371cf7e6e3a1894bf2f9 - Sigstore transparency entry: 1961188057
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 199.0 kB
- Tags: CPython 3.14t, manylinux: glibc 2.28+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db6f73617ed08c60af3bcb11403ba4f6954af689f50880b4ae0f6d2acc6b4a21
|
|
| MD5 |
e99ba0fae9e0773340230ce70e31528d
|
|
| BLAKE2b-256 |
505009286d8381e7f7bff44b615668edbbc5feceb52a2fea183203b44665d8db
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
db6f73617ed08c60af3bcb11403ba4f6954af689f50880b4ae0f6d2acc6b4a21 - Sigstore transparency entry: 1961188855
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 220.0 kB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2451166e12774c6676361c2ebe22b62b0e1e9fe08c850ec0b2faa1fd53f5c1f3
|
|
| MD5 |
2b7e575ebe81f5ee08c5f3cafd44f26d
|
|
| BLAKE2b-256 |
7f71f0efbaae1207f4fd23c1d069d5890d8082af495bffd28f68502e158e7652
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
2451166e12774c6676361c2ebe22b62b0e1e9fe08c850ec0b2faa1fd53f5c1f3 - Sigstore transparency entry: 1961196297
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 226.6 kB
- Tags: CPython 3.14t, manylinux: glibc 2.26+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe2f72f14d0a9e096f882c5d9f0f321d0840f8d7666fdb0dabce1b4cdecccc4e
|
|
| MD5 |
3a367890b7c5b34b945cafc9b61e20d4
|
|
| BLAKE2b-256 |
6e45933c6c1ed675219bbae037b82f1bbd08fd6418cc6c60183ec4896beda476
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl -
Subject digest:
fe2f72f14d0a9e096f882c5d9f0f321d0840f8d7666fdb0dabce1b4cdecccc4e - Sigstore transparency entry: 1961194870
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 243.9 kB
- Tags: CPython 3.14t, manylinux: glibc 2.26+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61a26732e350569f5a6a8ac4554a6155405d7761ebb5b08c77f8c9e868f9f8c2
|
|
| MD5 |
ab0e49644f639c3368fd9a82f8c06cda
|
|
| BLAKE2b-256 |
5984a71e031031489796c35fa39314ddcff513af389381fc75beae56ffe331b6
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
61a26732e350569f5a6a8ac4554a6155405d7761ebb5b08c77f8c9e868f9f8c2 - Sigstore transparency entry: 1961190586
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 207.1 kB
- Tags: CPython 3.14t, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
898a1abaea1e9a591805ce757e1fd3dfa20049655eedae7f70dc8e8f68e3eb6c
|
|
| MD5 |
8c85edeea0af7701a9973f71e1d5ed1e
|
|
| BLAKE2b-256 |
e4ec84afa48ee42788e22ae54da1713d363a4520feadb1aafe1aaa933d567db9
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
898a1abaea1e9a591805ce757e1fd3dfa20049655eedae7f70dc8e8f68e3eb6c - Sigstore transparency entry: 1961186474
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 191.5 kB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2c3bf49655541e365d1e0ccc1b1c4662533e0c43f3f56a204611492e0f5a184
|
|
| MD5 |
4a0fd00b466e1cd4b04902a2f6a52e44
|
|
| BLAKE2b-256 |
4a9b33d11eb27a525c9b51e025457b9a53b3d69de594cf637504c1aff8c71733
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-macosx_11_0_arm64.whl -
Subject digest:
b2c3bf49655541e365d1e0ccc1b1c4662533e0c43f3f56a204611492e0f5a184 - Sigstore transparency entry: 1961190498
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314t-macosx_10_15_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314t-macosx_10_15_x86_64.whl
- Upload date:
- Size: 206.0 kB
- Tags: CPython 3.14t, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6de8524bec4b9525d1517364df964c149d5204e19a7a40f47df51de29a1dae1b
|
|
| MD5 |
4769c4e3d6b47f45177ce087cbcf6421
|
|
| BLAKE2b-256 |
03f3a966f0fc3ba858308d9ce9d9a5e121457b542ca050ac5653f86fe6b85356
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314t-macosx_10_15_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314t-macosx_10_15_x86_64.whl -
Subject digest:
6de8524bec4b9525d1517364df964c149d5204e19a7a40f47df51de29a1dae1b - Sigstore transparency entry: 1961189246
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 557.0 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46aecf826803824265a16965468d2725e665b9c8cd4b86e1b745f9d664483cde
|
|
| MD5 |
a26d1e3bafbf0bd72b705eb3df98d98a
|
|
| BLAKE2b-256 |
9a16f30a9ffb493775719162d5e31d33d7ca01568a26b83018cc7aa8afe8a67d
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-win_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-win_arm64.whl -
Subject digest:
46aecf826803824265a16965468d2725e665b9c8cd4b86e1b745f9d664483cde - Sigstore transparency entry: 1961196382
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 399.3 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
139cba7845c005fb0843a01707fae8918e4b09c9f497804b18bcdb40021d1347
|
|
| MD5 |
0677ad13649c84f0724e6ef34bbcd831
|
|
| BLAKE2b-256 |
89876932a87f2ec156785d508e02f1294769b7f8e36051399407886d85bc270a
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-win_amd64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-win_amd64.whl -
Subject digest:
139cba7845c005fb0843a01707fae8918e4b09c9f497804b18bcdb40021d1347 - Sigstore transparency entry: 1961191980
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-win32.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-win32.whl
- Upload date:
- Size: 367.5 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37042e7773542438eed1c3cfcb1ff80132d5a3e81c786e9423d5200856fa06e9
|
|
| MD5 |
34e765854c06c530cac939d486194766
|
|
| BLAKE2b-256 |
e2c0382c103c3cb42efaf44285999e6f1110119a9fd3d0ecb16310bdaeaf32e9
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-win32.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-win32.whl -
Subject digest:
37042e7773542438eed1c3cfcb1ff80132d5a3e81c786e9423d5200856fa06e9 - Sigstore transparency entry: 1961187351
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
642c1a549ba46552a14883ecdd2ef34ad6e7fade656cfb0209752bfcbba33f19
|
|
| MD5 |
d214966ed9b2b3d0588ef55d8a39e6a5
|
|
| BLAKE2b-256 |
3ccaa271ce7f7d935ea082b7ed66ba33ec73f59a8e99d9615462f33e4b04e038
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
642c1a549ba46552a14883ecdd2ef34ad6e7fade656cfb0209752bfcbba33f19 - Sigstore transparency entry: 1961187614
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0da9661b71074a9fe927922ffa06fc57a986c0cf729c19908230d6e460190504
|
|
| MD5 |
e7d0ef4929d6a6b1610ec9ef14172e4f
|
|
| BLAKE2b-256 |
eb8a05085c0cb36f299fc802f06c4588511af724e1ff53fa6dcdfcc8c81008d5
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_s390x.whl -
Subject digest:
0da9661b71074a9fe927922ffa06fc57a986c0cf729c19908230d6e460190504 - Sigstore transparency entry: 1961190993
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42df4560420c0540ae193b074fb14f561ff6ef706c02557c952abbf53b757da5
|
|
| MD5 |
bb9e363b5b66631e1406e6e4744cd29c
|
|
| BLAKE2b-256 |
04b6a46b59d17f51671ed1ca018b8d170c81e63c449ff8c3ae3660a7b3ebc924
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_ppc64le.whl -
Subject digest:
42df4560420c0540ae193b074fb14f561ff6ef706c02557c952abbf53b757da5 - Sigstore transparency entry: 1961191815
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2979a153ff1a12dcd26063125aca799bd7237c4fb39b605ace90958dad49ba0c
|
|
| MD5 |
a20f6a03a0b4f4e81e3ecd0ba5a4f859
|
|
| BLAKE2b-256 |
fc199a28acf0abf40e15b8f87493826b078ca71916878ea6456777734ece426d
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_armv7l.whl -
Subject digest:
2979a153ff1a12dcd26063125aca799bd7237c4fb39b605ace90958dad49ba0c - Sigstore transparency entry: 1961188267
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31d1730bb90a1a4b358a674daf3575bc7d6eedf99432fa317963fc19b5b7d9a7
|
|
| MD5 |
21f1487ca7271626d264f155ba9cd043
|
|
| BLAKE2b-256 |
7bff42c167e1800f16a4aff347b70d568108524eb602a70ebf7b05f027a32686
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
31d1730bb90a1a4b358a674daf3575bc7d6eedf99432fa317963fc19b5b7d9a7 - Sigstore transparency entry: 1961190146
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 195.5 kB
- Tags: CPython 3.14, manylinux: glibc 2.28+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0568899a6f97f7d7eb5e36ccd4a15fd19f2964131aa477f2ac29eb92ca298dfb
|
|
| MD5 |
45264a245beabf1611273f13c128898f
|
|
| BLAKE2b-256 |
97932eced72592ba2415abc34a20858710e0e5f21ae25a4715afa52ab0aa54ad
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
0568899a6f97f7d7eb5e36ccd4a15fd19f2964131aa477f2ac29eb92ca298dfb - Sigstore transparency entry: 1961188803
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 217.5 kB
- Tags: CPython 3.14, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a30c4dde0105bc505cede8210d4889b19929a75d4ccc98bb5562965af85c808a
|
|
| MD5 |
026eb784eeaaf04f259f222800ebb8d7
|
|
| BLAKE2b-256 |
f06eea605d47051821cf9112abf1e355a7713ca6f35567740ac64f2190272e17
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
a30c4dde0105bc505cede8210d4889b19929a75d4ccc98bb5562965af85c808a - Sigstore transparency entry: 1961188000
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 224.1 kB
- Tags: CPython 3.14, manylinux: glibc 2.26+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1144c4cf6a3213cef29f55230a89b49e44ea0799409b0c8d1827c0f78e66c825
|
|
| MD5 |
32d1d9de6c84199c595514f74d72007c
|
|
| BLAKE2b-256 |
2d8a9c3d52ca58e70adfc6147e368ffa62dcc959e408fddb88e8f2a6d6cc7c0f
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl -
Subject digest:
1144c4cf6a3213cef29f55230a89b49e44ea0799409b0c8d1827c0f78e66c825 - Sigstore transparency entry: 1961191422
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 242.5 kB
- Tags: CPython 3.14, manylinux: glibc 2.26+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1be067feb88ba83c8d0a8971cb0e140528a854644f318dc2305fb1e00bf1de0d
|
|
| MD5 |
3e730c7224ccd014dc61ba29d04e2f40
|
|
| BLAKE2b-256 |
68e4af77cfdb16e54e3171123b4dc6b6c40e5fd83807e7bdc227f429347e8789
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
1be067feb88ba83c8d0a8971cb0e140528a854644f318dc2305fb1e00bf1de0d - Sigstore transparency entry: 1961193213
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 204.5 kB
- Tags: CPython 3.14, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4e4644f61a814bf875b63b382c7169c1b9acc1dd6c1732adac9573efaf4d4c1
|
|
| MD5 |
6b99ea1062a7e0e80c20dd0525cf1fa5
|
|
| BLAKE2b-256 |
5ac2374cf91c0cf8b228b9ce0959028671e2fe6a6387d294d24eda6e898120af
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
a4e4644f61a814bf875b63b382c7169c1b9acc1dd6c1732adac9573efaf4d4c1 - Sigstore transparency entry: 1961191883
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 185.0 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
033acf81ba6920864dd3738222d9e7aca7cbc31b7fb756e1751ec89f2447fca9
|
|
| MD5 |
10bd9f4e320b4ccc37db872cbb0cd2c7
|
|
| BLAKE2b-256 |
e055765dcaddd6dd7b42010935ed00bc22e3b9842351334cc48e38dd26b93187
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
033acf81ba6920864dd3738222d9e7aca7cbc31b7fb756e1751ec89f2447fca9 - Sigstore transparency entry: 1961191061
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp314-cp314-macosx_10_15_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp314-cp314-macosx_10_15_x86_64.whl
- Upload date:
- Size: 199.7 kB
- Tags: CPython 3.14, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a99c616ff3746fa8c23eb634ea42571eb5d0592636af35a7c872bb6b696c8a5f
|
|
| MD5 |
c4d060517c4a45f73ec45f25b0c6280e
|
|
| BLAKE2b-256 |
a117736b740fe64bb24f8aea364eedd0160802ed1f2fa69ca789ca23e64e0d93
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp314-cp314-macosx_10_15_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp314-cp314-macosx_10_15_x86_64.whl -
Subject digest:
a99c616ff3746fa8c23eb634ea42571eb5d0592636af35a7c872bb6b696c8a5f - Sigstore transparency entry: 1961192074
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 538.2 kB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3219833f8392cf74c20379878804d580ba9b573a091b121457442db1b061b6f
|
|
| MD5 |
a0aa92271c7c24ad068d94cecf46d90d
|
|
| BLAKE2b-256 |
3937d4e8a31a25552ddcb2e00f1ebb909ec635df7722dcf7552571b92a134e27
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-win_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-win_arm64.whl -
Subject digest:
d3219833f8392cf74c20379878804d580ba9b573a091b121457442db1b061b6f - Sigstore transparency entry: 1961190831
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 387.1 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f077aac7a1cdee4a67534e996c7307c6127208eb613e50d07cde657978e82921
|
|
| MD5 |
24a87f4f98d31288637e9827c4644f67
|
|
| BLAKE2b-256 |
77e08863e8d327151a78a3084d32910b06e92da696c5f49d7bbb73d8861dcced
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-win_amd64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-win_amd64.whl -
Subject digest:
f077aac7a1cdee4a67534e996c7307c6127208eb613e50d07cde657978e82921 - Sigstore transparency entry: 1961191133
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-win32.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-win32.whl
- Upload date:
- Size: 357.9 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
336ba99b7c808c7de07f9ae6645701e48da1b44c3424d56e5eab662b1e1ce824
|
|
| MD5 |
76b453b7952b4a2d16161373e9ca5cc5
|
|
| BLAKE2b-256 |
93adbbf30670dcb4fcd5cb5c4d53f7b5a1a1ce9dc535e27cb5d978037286581e
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-win32.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-win32.whl -
Subject digest:
336ba99b7c808c7de07f9ae6645701e48da1b44c3424d56e5eab662b1e1ce824 - Sigstore transparency entry: 1961195839
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc6bd230ee41bec9e6853a15806ec2a02997a32b12635a8df1cfe886c27258bd
|
|
| MD5 |
9a86066a0fd9374ea74586a855264535
|
|
| BLAKE2b-256 |
3fef2f559d6915330b80d0e61c7d3d5a4f853047bf13a1833c6f3cec63389f69
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
dc6bd230ee41bec9e6853a15806ec2a02997a32b12635a8df1cfe886c27258bd - Sigstore transparency entry: 1961194766
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ada5739eeece2a0c92c6b09430a304856f28aa180dccd76829413bc28e4f573
|
|
| MD5 |
4f53c8127fcd06c8a38a34775b4f04ea
|
|
| BLAKE2b-256 |
efccec276a67226cd4d3cf1734600eed05a9b6e072e92f82c330755c955c65db
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_s390x.whl -
Subject digest:
7ada5739eeece2a0c92c6b09430a304856f28aa180dccd76829413bc28e4f573 - Sigstore transparency entry: 1961195157
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aebbfbed7ef46b6f981e1a6a7e94d3e0e4eeba0f931d9ba80d820c8fd277efb9
|
|
| MD5 |
caa59bee7ec423ebf89f36d103df41cf
|
|
| BLAKE2b-256 |
0438d7f2e04e28ee3c8c7c862c4883b852d8ee54d9211ea9e74e3430ad1bcf1a
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_ppc64le.whl -
Subject digest:
aebbfbed7ef46b6f981e1a6a7e94d3e0e4eeba0f931d9ba80d820c8fd277efb9 - Sigstore transparency entry: 1961193765
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23b1c646d4787e1b7c29fbae744689a4ecd50d4254cf84d6f4b367caad351fe0
|
|
| MD5 |
6714b632212cb98b5324bfa5e1b6f823
|
|
| BLAKE2b-256 |
7e95b6658faec3a747521f5d745e6b8f637fff35e949ea57c6b524a00c4dc6fc
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_armv7l.whl -
Subject digest:
23b1c646d4787e1b7c29fbae744689a4ecd50d4254cf84d6f4b367caad351fe0 - Sigstore transparency entry: 1961187751
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4fde337ed0aad5d82d7e966bb4314069a89f93922e5b6903355068863f520d4
|
|
| MD5 |
4298736c33e5a1c503cbeed52c34a658
|
|
| BLAKE2b-256 |
197789054aefad5be5b07815f463713978c605cef33a2c3bc5f4e5cb1f6ca02e
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
f4fde337ed0aad5d82d7e966bb4314069a89f93922e5b6903355068863f520d4 - Sigstore transparency entry: 1961190253
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 195.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce01063c13000c6ba64dc38e6e09c673f88bccacf574ce559e290a299410f756
|
|
| MD5 |
ba9b7be117f1bc5d6dbc6fc99bbffcf7
|
|
| BLAKE2b-256 |
da841e563c315da56fb94da014e814d90a852b1eb8c355eaf4fa3f5d7f73cae5
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
ce01063c13000c6ba64dc38e6e09c673f88bccacf574ce559e290a299410f756 - Sigstore transparency entry: 1961196101
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 217.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b2939b97100033c8daab5b799b6148bb8e11fc9f4ef7845086a62d7afe0d94b
|
|
| MD5 |
270dd2efa9698f673155247cf3e04f8a
|
|
| BLAKE2b-256 |
3f6cf59b43e98e833db740d3e06e51f5ed6b7695781fd4b684991bd11364d9e8
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
6b2939b97100033c8daab5b799b6148bb8e11fc9f4ef7845086a62d7afe0d94b - Sigstore transparency entry: 1961188929
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 223.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.26+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80a0b3d10ecfd1db5ffb1399c075ffcdf2cb87756aff6d6b95819e9c28743840
|
|
| MD5 |
3a83517659fb909a897186f86ac70f57
|
|
| BLAKE2b-256 |
875d263d1d647a562c2bdb621982e37d560a4c1d8e950906cc335aac4c0f9f8d
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl -
Subject digest:
80a0b3d10ecfd1db5ffb1399c075ffcdf2cb87756aff6d6b95819e9c28743840 - Sigstore transparency entry: 1961191260
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 242.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.26+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eb0472a4f85b2d07a7273934a4aa7cec89f21462c5e2db68486c5f5d8f95e8c
|
|
| MD5 |
86a172825e75e2170efb306b301e6e5c
|
|
| BLAKE2b-256 |
56f0e94eb0f73df3315fb23af8a80a79064bc7731c23bdcf42104380b71102a2
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
0eb0472a4f85b2d07a7273934a4aa7cec89f21462c5e2db68486c5f5d8f95e8c - Sigstore transparency entry: 1961186268
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 204.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f77246fffb1182221ea74d91d18f8cf82b41b261c74efb746c86a53d56e0f481
|
|
| MD5 |
0ac3d9dc2c65465e1b3bfa6251c5d101
|
|
| BLAKE2b-256 |
57862545d961da0ac774a96d984eb796f6af113fa61195debb7d83da4004c7ab
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
f77246fffb1182221ea74d91d18f8cf82b41b261c74efb746c86a53d56e0f481 - Sigstore transparency entry: 1961190045
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 184.6 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4849fe7bced4183785490bc6e1124bf8916a3bab966cee863a0e62eb1d54d447
|
|
| MD5 |
fb8bbb1187726c32c11743c8b7dc5250
|
|
| BLAKE2b-256 |
8d68086737ee91d6b6c5ba864a1e76424bb2c84328224d9648e069419bd761e7
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
4849fe7bced4183785490bc6e1124bf8916a3bab966cee863a0e62eb1d54d447 - Sigstore transparency entry: 1961196677
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 199.4 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
710b616eee6ad3f800d2da674adc3288db37c50b3aa97e9e1bf4f235b0fbda3d
|
|
| MD5 |
6907066bb1c6445905fa9fd8ee4c4d48
|
|
| BLAKE2b-256 |
589a9c34888a89173897898eeaa7bbb338587f90aacc81dee4b973ba62d80dcc
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
710b616eee6ad3f800d2da674adc3288db37c50b3aa97e9e1bf4f235b0fbda3d - Sigstore transparency entry: 1961187905
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 538.2 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eebf3ca3957f5a72e8349fb63a58ae95d459fc8a750f3c13a20006dc7788cc37
|
|
| MD5 |
5568f39ad5c13d4c119d012a62b0a409
|
|
| BLAKE2b-256 |
97ab3a257e8c88d5f6648709880cb5e1bcc7f5f7feb5e61a6f6619283f760f1b
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-win_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-win_arm64.whl -
Subject digest:
eebf3ca3957f5a72e8349fb63a58ae95d459fc8a750f3c13a20006dc7788cc37 - Sigstore transparency entry: 1961185945
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 387.0 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6cbf4d45fdb6f6a6c0a1c064ba5ac74b55742000066df00b8a1fcdf16b4959c
|
|
| MD5 |
3a6639de5047a6c766356f81dd8ef10c
|
|
| BLAKE2b-256 |
265bf99efc67301ff929bdeeff9a591c03df6654f1695a099033307dae7dc6d2
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-win_amd64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-win_amd64.whl -
Subject digest:
b6cbf4d45fdb6f6a6c0a1c064ba5ac74b55742000066df00b8a1fcdf16b4959c - Sigstore transparency entry: 1961192180
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-win32.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-win32.whl
- Upload date:
- Size: 357.9 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e603ec2ff1677fe17fefa4748acba8b1e677dd2556af0098ce72ca168fc2c525
|
|
| MD5 |
36aa83cbb85b47cff2bdce2ef3f65244
|
|
| BLAKE2b-256 |
4ea8c6ef2e6191469627d27cdaf6fcf254aa0535e25e6f5ff10d366f3cf6f979
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-win32.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-win32.whl -
Subject digest:
e603ec2ff1677fe17fefa4748acba8b1e677dd2556af0098ce72ca168fc2c525 - Sigstore transparency entry: 1961189335
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05201c81ae43d357713fe16ed3ba5e0c7540244554836a8ef31e94ceda7dc417
|
|
| MD5 |
9b99e419409b81775cf8eebe5f42de11
|
|
| BLAKE2b-256 |
49d9857e679d75177f8d975401658b0c8bde35041a0f067418f99cdf2e5d5c7e
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
05201c81ae43d357713fe16ed3ba5e0c7540244554836a8ef31e94ceda7dc417 - Sigstore transparency entry: 1961186111
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
489eb165942b3b80249358f1e6e7884210b492447e661adc0e160a3ac6788ac2
|
|
| MD5 |
308471692809b75101c315959a21e5a4
|
|
| BLAKE2b-256 |
57ba2bf3812237dcc8ca363082455458789c07c92ac2ecfb5e16bcc496dd0173
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_s390x.whl -
Subject digest:
489eb165942b3b80249358f1e6e7884210b492447e661adc0e160a3ac6788ac2 - Sigstore transparency entry: 1961191195
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e8ca63ff014e04778314c94c56f56629556a84ba1269a395d3bdc6d230ea905
|
|
| MD5 |
e95751039026e1ab5b118ea69a384ee5
|
|
| BLAKE2b-256 |
05c6ee4bcf7605c5d19b102dcaaeeace63561c4b702c45e5f2b7fb4402f57cab
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_ppc64le.whl -
Subject digest:
9e8ca63ff014e04778314c94c56f56629556a84ba1269a395d3bdc6d230ea905 - Sigstore transparency entry: 1961194664
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbf76378da4ca4c26dd64015e0e4342c26c1bffec2ee2d39dc6172b3972dddb2
|
|
| MD5 |
a8f5c7ad116d1173ee456da11be32c22
|
|
| BLAKE2b-256 |
635d45f9ef3c62d1caa157312d1299aa693e5c3720a70f723d02f5eaf823cce9
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_armv7l.whl -
Subject digest:
dbf76378da4ca4c26dd64015e0e4342c26c1bffec2ee2d39dc6172b3972dddb2 - Sigstore transparency entry: 1961196213
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4502d8fcbd01f1342af3e6176f4f1b8262c2e289225678195d265d2495eeb71
|
|
| MD5 |
23cd8624cdc8aa95fa642554e0979d74
|
|
| BLAKE2b-256 |
a2d088165e7e6ac9d01e991afe00546b4d0d2ec0f17e435c2ebbb78b6997f5e6
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
b4502d8fcbd01f1342af3e6176f4f1b8262c2e289225678195d265d2495eeb71 - Sigstore transparency entry: 1961189760
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 195.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cc30b1dac4f6e0573044df77debbe519190317a438332318b4bf0d8a44038cf
|
|
| MD5 |
283de66b58514a503c55fbe8096334b2
|
|
| BLAKE2b-256 |
6df88ce7fa8f2c10c7e7b566961defab4a13803ee162d70b5b1a556decfdbb95
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
8cc30b1dac4f6e0573044df77debbe519190317a438332318b4bf0d8a44038cf - Sigstore transparency entry: 1961192507
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 217.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84de6b4c340cf7469bc2b63c39b6234d36de08c3913cd50669e2dd15d6a2bae1
|
|
| MD5 |
8f3f5df1935118f2964be19784c90de4
|
|
| BLAKE2b-256 |
2c58126d8d6beb9399136545e06754ead13d21c2aaf6e9d249bdd5fac782f5d9
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
84de6b4c340cf7469bc2b63c39b6234d36de08c3913cd50669e2dd15d6a2bae1 - Sigstore transparency entry: 1961193061
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 223.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.26+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
939391bfbd3d465c4d4757fb5e4ef6da78546e339fe5ccd49a1b17960ac76fab
|
|
| MD5 |
3f94aab71c388b22b5c92ecc3d8f65f8
|
|
| BLAKE2b-256 |
7915637508d6a70bd5d1d6b02d20e69efce194dd6cb6403b4b87b1fb848ae7c6
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl -
Subject digest:
939391bfbd3d465c4d4757fb5e4ef6da78546e339fe5ccd49a1b17960ac76fab - Sigstore transparency entry: 1961194095
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 242.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.26+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10fdcefd0737eaadb9eeecd80c0b1c1f2d7c228467a1b55f5076c02fae7a509d
|
|
| MD5 |
5e5103b0f52e6c97640e169482842d4a
|
|
| BLAKE2b-256 |
1c197015aa18a85f2c635823a9ec21017d7b79f48547a5496b0733b526ed7d61
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
10fdcefd0737eaadb9eeecd80c0b1c1f2d7c228467a1b55f5076c02fae7a509d - Sigstore transparency entry: 1961191339
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 204.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a19209b310eadb942b239efa83a7a3c25167dfb5387bd52c310d7d537b15840a
|
|
| MD5 |
5fb6e607ab73b99b30e1fa1ccf7be897
|
|
| BLAKE2b-256 |
a7dffb3a8ca27c9cb4facb81e93ca097d72b58f702b527560d049945a3af35f3
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
a19209b310eadb942b239efa83a7a3c25167dfb5387bd52c310d7d537b15840a - Sigstore transparency entry: 1961189846
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 184.5 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0e604b9d11a11854ed01713049b575f9657518b1f49b48a3cceec3532ea54c8
|
|
| MD5 |
66ef05970bcabf9270a419e35061b8bb
|
|
| BLAKE2b-256 |
d477f5d2f9e6422ffc9db5fc11fa00cf83d245344b21a0a32604fedc8975a9dd
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
d0e604b9d11a11854ed01713049b575f9657518b1f49b48a3cceec3532ea54c8 - Sigstore transparency entry: 1961189527
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 199.4 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4efad0db61ff438d17732f186ce548bb259a392c808eaf168fd63a474e7e84fe
|
|
| MD5 |
6ae7949c030eb25bd9c556803fb5d718
|
|
| BLAKE2b-256 |
7e033d0c122fda89d36368ad4ef8adb668ac0cc4891cacb9f3fe299e66f3c83b
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
4efad0db61ff438d17732f186ce548bb259a392c808eaf168fd63a474e7e84fe - Sigstore transparency entry: 1961187533
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 538.6 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f7f5c68995390b83daf8609978ec870352885a711995a803b7b30698fc9fcbe
|
|
| MD5 |
ddce693e2a4b3096a701ad40b23e8143
|
|
| BLAKE2b-256 |
071754ced5c9a8a6dcfdc3494ad41ab879e09475400d427322bb73d9dab7bb0f
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-win_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-win_arm64.whl -
Subject digest:
7f7f5c68995390b83daf8609978ec870352885a711995a803b7b30698fc9fcbe - Sigstore transparency entry: 1961191513
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 385.2 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6850ad68ac761d2000089a2244601a26ac6a28126aa051ba69fe86acdfe8867c
|
|
| MD5 |
ef5763876838d7fbda411b62cdef9785
|
|
| BLAKE2b-256 |
9a81d365963b389c132089eaa457bef68f39361f2e9c67953753331f28627ed0
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-win_amd64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-win_amd64.whl -
Subject digest:
6850ad68ac761d2000089a2244601a26ac6a28126aa051ba69fe86acdfe8867c - Sigstore transparency entry: 1961194363
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-win32.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-win32.whl
- Upload date:
- Size: 357.6 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99f34eec160615dc141bb9896104655460a6445afffa217fd257e61a52314cd6
|
|
| MD5 |
e99253c9982f63d7c0260980a20015b2
|
|
| BLAKE2b-256 |
0a04ec96c755fee157c943f1cb6e71ee827b0e8022327dbf74d7304a6c38c6bd
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-win32.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-win32.whl -
Subject digest:
99f34eec160615dc141bb9896104655460a6445afffa217fd257e61a52314cd6 - Sigstore transparency entry: 1961194246
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c88a5c0239a3a110abc220771ce26a22f226fb32d87da190fb57410152f6bc2
|
|
| MD5 |
952077101debf990d08a02443351fb03
|
|
| BLAKE2b-256 |
d193185cee9d01dd2e9dde204480b7a525d727f7fdbde8da2d98ec6eb28f4706
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
9c88a5c0239a3a110abc220771ce26a22f226fb32d87da190fb57410152f6bc2 - Sigstore transparency entry: 1961186812
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d645aea8b3f7eaf8ff072f4f0be248779bf984e966535da54245e3415a33e7e
|
|
| MD5 |
fbde714523334a3bbf15728783bca70d
|
|
| BLAKE2b-256 |
9b01bd32e942afe946aec614c9a0fb5fe1ca8355c2b103d04bf60d87262470aa
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_s390x.whl -
Subject digest:
0d645aea8b3f7eaf8ff072f4f0be248779bf984e966535da54245e3415a33e7e - Sigstore transparency entry: 1961192252
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d454cd7e5bff79f71bd9de73b91dbd98405407d6c29592fd51837de965326f4
|
|
| MD5 |
c76e332d29827bde9dbfedaf343b439b
|
|
| BLAKE2b-256 |
caab4088272670a93f708fcb1fd124e0a6b698770ebe4a00b1fa14bd0e9f1f36
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_ppc64le.whl -
Subject digest:
2d454cd7e5bff79f71bd9de73b91dbd98405407d6c29592fd51837de965326f4 - Sigstore transparency entry: 1961192602
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faded2608b4265a6b24be8809c1a1fa7cf941181a945189acb0415f1faddbcd5
|
|
| MD5 |
4580281dc2b845c8ed64acea4ad89a9c
|
|
| BLAKE2b-256 |
08e72ddae41483eb72577e945e4b9a25b7dfa0bc3540b397c86963d99e5563e0
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_armv7l.whl -
Subject digest:
faded2608b4265a6b24be8809c1a1fa7cf941181a945189acb0415f1faddbcd5 - Sigstore transparency entry: 1961186611
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d9e9f3c2f32992b9048f688a95950b1a636f5fc9b86032cd2abdbeefc924040
|
|
| MD5 |
1c4842583a75447e4025e9cc8c9f06f3
|
|
| BLAKE2b-256 |
a29a4bad186b82154dcad2d43521bf8da461cab2dda821630b2dc8e22ddb5b2b
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
1d9e9f3c2f32992b9048f688a95950b1a636f5fc9b86032cd2abdbeefc924040 - Sigstore transparency entry: 1961186916
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 196.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51e5d590e3e52ac0f051fdc8589607586acc9ab14c5494f741082a7f8d33d44c
|
|
| MD5 |
fdc96fa5ab8f70eb2043048c0054f400
|
|
| BLAKE2b-256 |
541f6375c376bc595e4f47d7e953e743654ca0c5984bb71df72ff8a9d92ccbf2
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
51e5d590e3e52ac0f051fdc8589607586acc9ab14c5494f741082a7f8d33d44c - Sigstore transparency entry: 1961195481
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 216.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
962888a6a06c0d73a91b60d049efb605611f5989eb6fe2ca2e46696c36a324a7
|
|
| MD5 |
bbed0d971819c3d02041883015f0c124
|
|
| BLAKE2b-256 |
885cea3021976ce06172e6a1e5d6e991987c52dea832b3a62cd868978b155267
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
962888a6a06c0d73a91b60d049efb605611f5989eb6fe2ca2e46696c36a324a7 - Sigstore transparency entry: 1961190366
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 222.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.26+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
644586831c872282bca8a3ef4e21ea20d6a4db5e7da6b429f72f892803a02f1b
|
|
| MD5 |
57bdd256776309c79102c356b4849a5f
|
|
| BLAKE2b-256 |
785f67aa6e9baf5f1eb1aba9e006b4fb13d0db86874fe9b22201a501f85b74dd
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl -
Subject digest:
644586831c872282bca8a3ef4e21ea20d6a4db5e7da6b429f72f892803a02f1b - Sigstore transparency entry: 1961196849
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 241.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.26+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccaa22e56b48a1c62fc55114b7598280d7868e4488b8c790e1f08bca7dc75c63
|
|
| MD5 |
5b54d33cf425a04f5ed80c68eecef044
|
|
| BLAKE2b-256 |
6eca350de97eb2f2a9f02bcb034e19c0d26b19e5b3a2ad0f193612c6850476bb
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
ccaa22e56b48a1c62fc55114b7598280d7868e4488b8c790e1f08bca7dc75c63 - Sigstore transparency entry: 1961187251
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 203.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e8f222f8f1f7f35771accd356a8b1440b62211476cf1e864f8209c2e5232f2b
|
|
| MD5 |
667dbd024420df797d28fe72594e162c
|
|
| BLAKE2b-256 |
627ca0daac6fc09919c0e1bbbc9eb5cab500f5c647cb1e68d357f49a181a7e06
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
0e8f222f8f1f7f35771accd356a8b1440b62211476cf1e864f8209c2e5232f2b - Sigstore transparency entry: 1961195658
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 184.9 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cafcdf427271aad91dd281d4fda358207ad8537ce029c1f53a84cb80f8fde79
|
|
| MD5 |
f55c410a03ea56e8d7730810e01e24f9
|
|
| BLAKE2b-256 |
9695ba63d0dea0c1278f97983f8f28addc7321e2a49e31b06bbb615ae88f487d
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
2cafcdf427271aad91dd281d4fda358207ad8537ce029c1f53a84cb80f8fde79 - Sigstore transparency entry: 1961188177
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 199.4 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
117687ee133c741afb6b056d8b39552ca092797c0008327160cde8f41b08ecf3
|
|
| MD5 |
a14761430512fea832ac709abbff4d98
|
|
| BLAKE2b-256 |
cc6314fafab4390d42f3cfed06f8d381d4bb8c95cb484677d7f03e6808e06659
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
117687ee133c741afb6b056d8b39552ca092797c0008327160cde8f41b08ecf3 - Sigstore transparency entry: 1961195348
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-win_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-win_arm64.whl
- Upload date:
- Size: 537.9 kB
- Tags: CPython 3.10, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1260b74159a239d325b700ce9f695ef7957d93063fef2471bc29bc5c2c51682
|
|
| MD5 |
7cdc79fd6bc6721ecf0603a941a12df2
|
|
| BLAKE2b-256 |
5e008cb49fd6a59e7ab843e3b859840b5f5363af3668bddd1bad55317dcb582e
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-win_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-win_arm64.whl -
Subject digest:
e1260b74159a239d325b700ce9f695ef7957d93063fef2471bc29bc5c2c51682 - Sigstore transparency entry: 1961193948
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 384.0 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f9419e9597ee3287eac16e6e203fd530b35ffbe92cdad9c170cec09528e66e4
|
|
| MD5 |
ba7d5229de1de1041bcb4be7f6dce3b3
|
|
| BLAKE2b-256 |
11f89b66b1104eb817dd3cf90226ab869cb6545643cc8dc62c7b2eadfd27d791
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-win_amd64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-win_amd64.whl -
Subject digest:
5f9419e9597ee3287eac16e6e203fd530b35ffbe92cdad9c170cec09528e66e4 - Sigstore transparency entry: 1961196036
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-win32.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-win32.whl
- Upload date:
- Size: 356.4 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
611c1c9add70162738c1bffd8a70de369bd71daef1c3d52e4fee4d901d1dd862
|
|
| MD5 |
b28cad1bae0e1fbcd71564e449af4c19
|
|
| BLAKE2b-256 |
e465eefe3a4bd48f4d50849376c4747ae33109c40fa9237293070fffab6030a5
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-win32.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-win32.whl -
Subject digest:
611c1c9add70162738c1bffd8a70de369bd71daef1c3d52e4fee4d901d1dd862 - Sigstore transparency entry: 1961189422
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e661b916118159d33e0cd23e7d12ff7bf48ae7fb0fff759eff2291c230afc410
|
|
| MD5 |
cd65f63a5270744564c210d0a3563a49
|
|
| BLAKE2b-256 |
bb94ccd78e35135cc97a5f14eb13828b6595215d4712143a7831cd9bc880021b
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
e661b916118159d33e0cd23e7d12ff7bf48ae7fb0fff759eff2291c230afc410 - Sigstore transparency entry: 1961187448
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
358441075ace3f740b25676bfa5dea178bfaaa30a642a531777258b2b4654b17
|
|
| MD5 |
ff76138c5ca9e4019fb6f9018d188792
|
|
| BLAKE2b-256 |
e1c51278fc22c57e4cc8d421deeaf3b7db921e90a8230e4b54c57073b4802564
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_s390x.whl -
Subject digest:
358441075ace3f740b25676bfa5dea178bfaaa30a642a531777258b2b4654b17 - Sigstore transparency entry: 1961188697
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42aad6afb5a45efafdf10c74f9d63299956375522daa738a7bfe698dfc01a868
|
|
| MD5 |
a065b9905836fc435dc2a2058b764c57
|
|
| BLAKE2b-256 |
b856ccf7ff2e323a281eeff1b60da5f5a63df9ec06aae8114b338e751a59595c
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_ppc64le.whl -
Subject digest:
42aad6afb5a45efafdf10c74f9d63299956375522daa738a7bfe698dfc01a868 - Sigstore transparency entry: 1961192427
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32e2e2665e20e0fa62e6b57cb255b30635519eca839a1247e288e2400e3cf6ba
|
|
| MD5 |
0241208190ac65eeededcf92c86d4418
|
|
| BLAKE2b-256 |
cb7520fd20ff7dfb6241c8d6fe763b98f3e664101c913d5df7ba365ef235bdc1
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_armv7l.whl -
Subject digest:
32e2e2665e20e0fa62e6b57cb255b30635519eca839a1247e288e2400e3cf6ba - Sigstore transparency entry: 1961189957
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eda3b56d06d1f2fe65c12fade754252bf27757e37926ee8ead70f72264bf0d8b
|
|
| MD5 |
ea825e1974aede77cfe7ecb6e63a07c9
|
|
| BLAKE2b-256 |
518447407c9d428c545be3daa77c4d24d7c149583873fe3a35c6b1e69b5056af
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
eda3b56d06d1f2fe65c12fade754252bf27757e37926ee8ead70f72264bf0d8b - Sigstore transparency entry: 1961195066
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 195.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e0e884f2bc83b98251ba37f8128fda880e226ec94c6d1ffb11cca791b72d711
|
|
| MD5 |
e2ddadc263ee4e1f6c70ed16fb47c48b
|
|
| BLAKE2b-256 |
9b37086d535bb8f0f9425261e94032c9f427dd1121e9855951f52845f31784f7
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
0e0e884f2bc83b98251ba37f8128fda880e226ec94c6d1ffb11cca791b72d711 - Sigstore transparency entry: 1961192338
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 214.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f97aa33f368f889d0272e52dcea0e1349da84c4eb00b35bb2a85867e1240e465
|
|
| MD5 |
8b02e5aebfba9fe56b29fee8535b7687
|
|
| BLAKE2b-256 |
61b0c57cb3423e44eef99f49e9b17b2157b46856f11e5cded0e86a127c975e21
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
f97aa33f368f889d0272e52dcea0e1349da84c4eb00b35bb2a85867e1240e465 - Sigstore transparency entry: 1961196493
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 221.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.26+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8990aec3d5a493059df309a59dc99298879da22d090a46f29537cecd8b71959
|
|
| MD5 |
3c41b5621edf3051e088066eb7298972
|
|
| BLAKE2b-256 |
187af25c95e2703f7ac499e8c9aa9d8cd10a8f81fa1af2f245445f3a88b31ff8
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl -
Subject digest:
f8990aec3d5a493059df309a59dc99298879da22d090a46f29537cecd8b71959 - Sigstore transparency entry: 1961196770
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 240.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.26+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
292b8c41c7da8d39e3d56845e878e5f14fc2de393a7287b2be87bca01a032e57
|
|
| MD5 |
066672491fbafeb6cf359bf7ca205243
|
|
| BLAKE2b-256 |
a4f3e58cda4420be8e157487aa8da548d016c345726a9ad65c917fbdf2dbe52e
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
292b8c41c7da8d39e3d56845e878e5f14fc2de393a7287b2be87bca01a032e57 - Sigstore transparency entry: 1961187678
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 202.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74884ad0c56cad0149ab36ec03897c3de4d7948b0bc40d840c2a9bd881179e5c
|
|
| MD5 |
9f059c53ac2ad94c998706b36dd44e37
|
|
| BLAKE2b-256 |
d6b01377905a427cdcfe08532b3958551a692b65893e9bd99b9b9e2177a6d7e0
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
74884ad0c56cad0149ab36ec03897c3de4d7948b0bc40d840c2a9bd881179e5c - Sigstore transparency entry: 1961188520
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 184.0 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e64afcfa70bae26cddd066e6d30aa31341b1d142ed4217269b3986a22e124a2
|
|
| MD5 |
b51bb0004121ab29c0b7b09cf572634d
|
|
| BLAKE2b-256 |
0a5b9876f5a5a381f21682572ab1179681a8b7682608f02b20a0f7c462a33431
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
4e64afcfa70bae26cddd066e6d30aa31341b1d142ed4217269b3986a22e124a2 - Sigstore transparency entry: 1961187025
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 198.0 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b58a9a46e47fd9723bc239271a96f5c3b831ad31fbb0cc1e79fa329124bb2fbc
|
|
| MD5 |
b339f500645ad744dce83fc2a5f7e15d
|
|
| BLAKE2b-256 |
227405aed724409210f0e1b05b9f9760c462067c572985b50da9c5524d74124d
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
b58a9a46e47fd9723bc239271a96f5c3b831ad31fbb0cc1e79fa329124bb2fbc - Sigstore transparency entry: 1961186385
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-win_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-win_arm64.whl
- Upload date:
- Size: 538.2 kB
- Tags: CPython 3.9, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82b422530ee88e8773bbb7a052e5b9e6edb0737869290b0cf91b63b47ec03471
|
|
| MD5 |
4a77c1cbcba84209a4538621f58c862d
|
|
| BLAKE2b-256 |
e2aa65d6f615d4bbb50652d858a30e0e6e58370082fe4f8d27002f34086c2a2c
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-win_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-win_arm64.whl -
Subject digest:
82b422530ee88e8773bbb7a052e5b9e6edb0737869290b0cf91b63b47ec03471 - Sigstore transparency entry: 1961190735
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 384.9 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b85f9b6f51c12ce12010432886d465dc7a768db90422d8f94bd9787de88ba72
|
|
| MD5 |
8d6bb13ac40cfa30c950732bd9b65cf1
|
|
| BLAKE2b-256 |
75e1ddbb8e0a193f635d6d4d2d410497ee3c68647f868d2c6afc5210dcab29e5
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-win_amd64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-win_amd64.whl -
Subject digest:
5b85f9b6f51c12ce12010432886d465dc7a768db90422d8f94bd9787de88ba72 - Sigstore transparency entry: 1961192794
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-win32.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-win32.whl
- Upload date:
- Size: 357.3 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9021a06667cea03332c21c8ed074d46868dc44729498b09559db35b9cd8a7ed
|
|
| MD5 |
e4d7a6f87078140283f3a44ab4a28639
|
|
| BLAKE2b-256 |
d29c1265e9b365e019ce9d87933b691b234323dc07180bf9939761ff9b9009ac
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-win32.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-win32.whl -
Subject digest:
a9021a06667cea03332c21c8ed074d46868dc44729498b09559db35b9cd8a7ed - Sigstore transparency entry: 1961193364
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef8824ee2c1ea607fe1824eb488220eca7d03f364eff7075debbb241c37461b0
|
|
| MD5 |
7da5a52fce1d9d72a2a9fb8d37d8550d
|
|
| BLAKE2b-256 |
a55f338ec9269ff4212bb8d82827e272e0d684c473fec5b1ee5c634444622c0d
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
ef8824ee2c1ea607fe1824eb488220eca7d03f364eff7075debbb241c37461b0 - Sigstore transparency entry: 1961196599
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_s390x.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ef7f36902b971153c555d46451538e7302e51b88baed3f17f1beb2057c29fea
|
|
| MD5 |
3cb7940295de785e7210ca1533c02be6
|
|
| BLAKE2b-256 |
d79834d6517e1e8a93719debffbe886321a9eaa6862eb3c4600ddf36656e6469
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_s390x.whl -
Subject digest:
8ef7f36902b971153c555d46451538e7302e51b88baed3f17f1beb2057c29fea - Sigstore transparency entry: 1961190922
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6da18f396a8d20d0a1736219df42608d0c357c750323d1086fa43a0b1680b95d
|
|
| MD5 |
5ebedac91c9720fd5b4277d9c866123a
|
|
| BLAKE2b-256 |
1e052b8223254f86950aabf9ef5b6057381d829846f6bd7b63ebe29fe3deb303
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_ppc64le.whl -
Subject digest:
6da18f396a8d20d0a1736219df42608d0c357c750323d1086fa43a0b1680b95d - Sigstore transparency entry: 1961194975
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f86bb77545f2423eb58721a57e794ee6dedd208568300f5106625ff50e09367
|
|
| MD5 |
3691308babc2634806aba66e698ec635
|
|
| BLAKE2b-256 |
f32bb1009c2d34c1387fab6b582e9a51890662ed75a551149dcbc234d76c5f62
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_armv7l.whl -
Subject digest:
0f86bb77545f2423eb58721a57e794ee6dedd208568300f5106625ff50e09367 - Sigstore transparency entry: 1961194486
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
858180a115175d7264d49f95b61b6e7683f0865e0e3159873962db45bc5cab1f
|
|
| MD5 |
45274d7175f43f50b6e5a5c5e59fa11c
|
|
| BLAKE2b-256 |
61caa226479cfbe60fdfc9c2d4b9039514a5e94c89f7920d240f1fa127c92944
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-musllinux_1_2_aarch64.whl -
Subject digest:
858180a115175d7264d49f95b61b6e7683f0865e0e3159873962db45bc5cab1f - Sigstore transparency entry: 1961191614
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 195.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.28+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7644bdf37bee04ad5ddd2733a583bdc2da71a5fb3fe7db62e258c6572a3309a2
|
|
| MD5 |
80b83c242154c091546691deb0e9b0fa
|
|
| BLAKE2b-256 |
0ef6e88a188f10857032d0f208044c772eeff9035a8b4c4833e757d71971b535
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
7644bdf37bee04ad5ddd2733a583bdc2da71a5fb3fe7db62e258c6572a3309a2 - Sigstore transparency entry: 1961191715
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 215.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
441733809547ca90a7cf02145342f3ae96eb4f7a920ae6e0210af38ee16229c5
|
|
| MD5 |
9ed28c2fcedcb4e963533422c64ab805
|
|
| BLAKE2b-256 |
941d4e46595d4b4072e57f1fd09398ae9213dd7c937133e2dae9ae5f25617fda
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
441733809547ca90a7cf02145342f3ae96eb4f7a920ae6e0210af38ee16229c5 - Sigstore transparency entry: 1961193537
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 221.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.26+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75136bb3c169b1302c699bad39911fdc57c774f9798f8b39f9661670d35a2614
|
|
| MD5 |
4f92b89eba4475290d3ba89faf9c8146
|
|
| BLAKE2b-256 |
28fba88591689a70253244e5f4fbf19977ed86357452ef72595889b06f8ccdab
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl -
Subject digest:
75136bb3c169b1302c699bad39911fdc57c774f9798f8b39f9661670d35a2614 - Sigstore transparency entry: 1961192709
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 240.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.26+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa699b84f6445727f9dc382b5414cceee9b1d7fba08597b458240533f10ff6bd
|
|
| MD5 |
972afabf8800ecbe26c6ddb40fdbe779
|
|
| BLAKE2b-256 |
219c2899f2e83c91147c3f2882df1dd5ea13a345afba799235967755d02738ec
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
fa699b84f6445727f9dc382b5414cceee9b1d7fba08597b458240533f10ff6bd - Sigstore transparency entry: 1961189044
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 202.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f97e64b39fb07627503e8b1092cf9f7e5dbb4c31b5e4e7c1931491fde9a147c3
|
|
| MD5 |
f066d4068a9501bdabf9b299ee26b650
|
|
| BLAKE2b-256 |
645f40db1090cbc3ea34b0720cbfe607f09ce13e2f27826e462f65347e698404
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
f97e64b39fb07627503e8b1092cf9f7e5dbb4c31b5e4e7c1931491fde9a147c3 - Sigstore transparency entry: 1961188632
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 184.1 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31821957f8cac8006d1fef340e86eeed4007a631c974850533c2a71a0300b793
|
|
| MD5 |
5c52f31c1a59cd0eee3815c318edf9c9
|
|
| BLAKE2b-256 |
a0969dc52f284af0d8fe5b2ccca322a86792001b28882af8dd34f8030466e5e2
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
31821957f8cac8006d1fef340e86eeed4007a631c974850533c2a71a0300b793 - Sigstore transparency entry: 1961195942
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file linkpython_extern-1.3.0a2-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: linkpython_extern-1.3.0a2-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 198.1 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcb8fbea386f1f0da0b19b618fdda53993355280adc13f680bafde67d6e75dbe
|
|
| MD5 |
349d5ae9f1b7ac2a129a12be6c7a33e1
|
|
| BLAKE2b-256 |
ca0a144c2eff082ac162ffdd5dea96f1027a3b176f88f0d6842f436b396c4118
|
Provenance
The following attestation bundles were made for linkpython_extern-1.3.0a2-cp39-cp39-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on thegamecracks/link-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
linkpython_extern-1.3.0a2-cp39-cp39-macosx_10_9_x86_64.whl -
Subject digest:
dcb8fbea386f1f0da0b19b618fdda53993355280adc13f680bafde67d6e75dbe - Sigstore transparency entry: 1961194556
- Sigstore integration time:
-
Permalink:
thegamecracks/link-python@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/thegamecracks
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@7b58436319f61850e61134243a9da68fd8bbe3b0 -
Trigger Event:
workflow_dispatch
-
Statement type: