Automatically generate qualitative color palettes with distinct colors
Project description
Qualpal
Automatically generate qualitative color palettes with distinct, perceptually uniform colors.
Installation
Qualpal will soon be available on PyPI. In the meantime, you can install it directly from source, but note that this requires a C++ compiler.
# Core functionality
pip install git+https://github.com/jolars/qualpal-py
# With visualization support
pip install git+https://github.com/jolars/qualpal-py[viz]
Quick Start
from qualpal import Qualpal
# Generate 6 distinct colors
qp = Qualpal()
palette = qp.generate(6)
# Display colors
print(palette.hex())
# ['#f68ec8', '#233604', '#15045a', '#13cbf6', '#ebf919', '#e84123']
# Export for CSS
css = palette.to_css(prefix="theme")
# ['--theme-1: #f68ec8;', '--theme-2: #233604;', ...]
# Visualize (requires matplotlib)
palette.show(labels=True)
Key Features
- 🎨 Smart Color Generation - Automatically selects maximally distinct colors
- 🎯 Customizable - Control hue, saturation, lightness ranges
- ♿ Accessible - CVD (color vision deficiency) simulation and optimization
- 📊 Analysis - Measure perceptual distances between colors
- 📤 Export - CSS, JSON, and matplotlib visualization
- 📓 Jupyter - Rich HTML display in notebooks
- 🚀 Fast - C++ backend with Python interface
Examples
Customize Color Space
# Pastel colors
qp = Qualpal(
colorspace={
'h': (0, 360),
's': (0.3, 0.6),
'l': (0.7, 0.9)
}
)
pastels = qp.generate(5)
CVD-Aware Palettes
# Generate palette safe for deuteranomaly
qp = Qualpal(cvd={'deutan': 0.7})
accessible = qp.generate(6)
Color Operations
from qualpal import Color
# Create and convert colors
color = Color("#ff0000")
print(color.rgb()) # (1.0, 0.0, 0.0)
print(color.hsl()) # (0.0, 1.0, 0.5)
print(color.lab()) # (53.24, 80.09, 67.20)
# Measure perceptual distance
red = Color("#ff0000")
orange = Color("#ff6600")
distance = red.distance(orange) # 33.42
Documentation
The full documentation is available at https://jolars.github.io/qualpal-py/.
Contributing
Contributions are welcome!
Note that the main functionality comes from the underlying C++ library, which is developed and maintained at https://github.com/jolars/qualpal. So if you want to contribute to the core algorithms, please do so there.
License
Qualpal is licensed under the MIT license
References
Larsson, J. (2024). qualpal: Automatic Generation of Qualitative Color Palettes. Journal of Open Source Software, 9(102), 8936. https://doi.org/10.21105/joss.08936
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 qualpal-1.0.0.tar.gz.
File metadata
- Download URL: qualpal-1.0.0.tar.gz
- Upload date:
- Size: 409.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8118d80769f2a159a81e07fe190532edd353a70366d8bb6b9814b5f12687ee02
|
|
| MD5 |
568d4d3c60d4ef615b86367b8825511f
|
|
| BLAKE2b-256 |
1ea6ed66b40474b5f3e3c594e976bf2e21195f40a4883e9eaa38924341134f59
|
Provenance
The following attestation bundles were made for qualpal-1.0.0.tar.gz:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0.tar.gz -
Subject digest:
8118d80769f2a159a81e07fe190532edd353a70366d8bb6b9814b5f12687ee02 - Sigstore transparency entry: 808757861
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: qualpal-1.0.0-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 698.8 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf6ae0a5e7cf11ed25a05a43e02cac2e3930f92497dfd5d1d321b2dbed0efb72
|
|
| MD5 |
46c2ca2a5477e987fb3878dd9d71d9d3
|
|
| BLAKE2b-256 |
a72a0d0129d65762e7ddd59e65e6cf9b4cfd6ec7df957389b4f0790bb313b744
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-pp311-pypy311_pp73-win_amd64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-pp311-pypy311_pp73-win_amd64.whl -
Subject digest:
bf6ae0a5e7cf11ed25a05a43e02cac2e3930f92497dfd5d1d321b2dbed0efb72 - Sigstore transparency entry: 808758238
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 547.0 kB
- Tags: PyPy, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6feb339327010287eeaa10f0712594d29df6118ec662da49253a1705e1b2bc1
|
|
| MD5 |
4aec6dbe55dccf90818facbf1619a9d6
|
|
| BLAKE2b-256 |
3ea8e92946c1be394cfad55804693159fff58c684634dce076b2b2dfa62db8d3
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
a6feb339327010287eeaa10f0712594d29df6118ec662da49253a1705e1b2bc1 - Sigstore transparency entry: 808758372
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 515.4 kB
- Tags: PyPy, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fae914b2a5b00dbf719765449a056bd4c478859a2de92180081f549c76b4e5c
|
|
| MD5 |
6e1be52f7f8804546a55a86f3ee19c71
|
|
| BLAKE2b-256 |
626f39afda6df7e9e2f00a18f273b56e9c8c773ac61701617410cab84c0533e8
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
8fae914b2a5b00dbf719765449a056bd4c478859a2de92180081f549c76b4e5c - Sigstore transparency entry: 808757952
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 470.8 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcbd94d0a523cf4a3a81231b82f1ab66ad87427f5034fbe8c26ead84b7552069
|
|
| MD5 |
fe5dc2345d8fa1de3d693228e9da44f3
|
|
| BLAKE2b-256 |
ac534a753c01578d3d54cf26d6ff13a059848da503db9e9d0c102908f6945ad3
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl -
Subject digest:
bcbd94d0a523cf4a3a81231b82f1ab66ad87427f5034fbe8c26ead84b7552069 - Sigstore transparency entry: 808758174
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
- Upload date:
- Size: 390.2 kB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e3778cb076cd8e010c30f461d83e5a5183740818108716dbcb59b6b2d9415d9
|
|
| MD5 |
9ed3ecb6af6d27e5516573af3f1a8e4c
|
|
| BLAKE2b-256 |
bbb008e52d02b5b0c9713a87223615a757788cd331336c8ac99c8afa6fe87f5f
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl -
Subject digest:
5e3778cb076cd8e010c30f461d83e5a5183740818108716dbcb59b6b2d9415d9 - Sigstore transparency entry: 808758165
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314t-win_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314t-win_arm64.whl
- Upload date:
- Size: 822.3 kB
- Tags: CPython 3.14t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d424d28981076b627bfe0af164c533a513e4ca1969a6529f19019fb8cb13196
|
|
| MD5 |
754b200b7d110439e906e92adddf2f38
|
|
| BLAKE2b-256 |
c56084542d4129423788eb45cb07087d72dcda75c7a3a0d0485c1f9499b50237
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314t-win_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314t-win_arm64.whl -
Subject digest:
7d424d28981076b627bfe0af164c533a513e4ca1969a6529f19019fb8cb13196 - Sigstore transparency entry: 808758267
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 723.8 kB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c11abdaadf9177752ee49535fc029b81f9aab6e9d514ed8a651d07a8015e2b34
|
|
| MD5 |
90e37227733f5a42318916d89d45e8af
|
|
| BLAKE2b-256 |
dc8d51f854ee37b310c188b5047f943af907d00ef8dbec7ded2251dceaace209
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314t-win_amd64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314t-win_amd64.whl -
Subject digest:
c11abdaadf9177752ee49535fc029b81f9aab6e9d514ed8a651d07a8015e2b34 - Sigstore transparency entry: 808757907
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314t-win32.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314t-win32.whl
- Upload date:
- Size: 586.8 kB
- Tags: CPython 3.14t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea092ab29ee1b3d2a8a2757475479906dac5ac006bb36add7113ad2aff0a3352
|
|
| MD5 |
fc43edb39e08ca791a3e02f31a57092e
|
|
| BLAKE2b-256 |
e3f7cb6b597956b1aa458879e63280c03f3a9b11e2563dab89d257a803d686a4
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314t-win32.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314t-win32.whl -
Subject digest:
ea092ab29ee1b3d2a8a2757475479906dac5ac006bb36add7113ad2aff0a3352 - Sigstore transparency entry: 808758284
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 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.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbb9d1f004edc2377aed05a71613a5fb70b65ea750dd39c65b78d950218f30d0
|
|
| MD5 |
d7e4aaa3a4127c967d3907079ac5d3a2
|
|
| BLAKE2b-256 |
f5cc097b7810d48d5d01d53b4097369129b91907f34895f3f072d0a35cd831f2
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
dbb9d1f004edc2377aed05a71613a5fb70b65ea750dd39c65b78d950218f30d0 - Sigstore transparency entry: 808757867
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2be4f5dfa044a446a6c415a3181c07d3c9b8b4e3a462e2502c0bac6084e13e98
|
|
| MD5 |
ddacde6be167be5ea6d4a26dfa7c356a
|
|
| BLAKE2b-256 |
15edb770f4fbda21f97cc8daa44bc62d58e4fb1d7bb7936d7e95cebf615d3e91
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl -
Subject digest:
2be4f5dfa044a446a6c415a3181c07d3c9b8b4e3a462e2502c0bac6084e13e98 - Sigstore transparency entry: 808758153
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 551.1 kB
- Tags: CPython 3.14t, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88e6b1c25007f7db5f3d24729b50257b515cdea27194816c6b6bd8290ad3c4da
|
|
| MD5 |
95b2991d65f02bf36980dc4f29d5df7d
|
|
| BLAKE2b-256 |
c346423c3827a4b015b2c409761faf1b22d6137a6466005ce49638a53ffaf7c5
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
88e6b1c25007f7db5f3d24729b50257b515cdea27194816c6b6bd8290ad3c4da - Sigstore transparency entry: 808757992
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 519.8 kB
- Tags: CPython 3.14t, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c615759219036b8d30792efda02f05b518898db37e00baa0784e13a8b8b2c2f9
|
|
| MD5 |
7af7be7c94306a28a675a548a4cafaac
|
|
| BLAKE2b-256 |
e0d594187f714b2b9dbc5c40d8d564d18fcb36d0c2af3f653d94c67bfc81a290
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
c615759219036b8d30792efda02f05b518898db37e00baa0784e13a8b8b2c2f9 - Sigstore transparency entry: 808757978
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 475.6 kB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6a77a83742868d4d9e4da8f30fff5a92fd376bb972c981aa706b4467c4bd2f6
|
|
| MD5 |
5a376e2007fd9b9a138c1129e054d9bd
|
|
| BLAKE2b-256 |
643807b246d9d72947da9d3e5fb667f21a310dd491af1087e428d7d2a9393288
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl -
Subject digest:
b6a77a83742868d4d9e4da8f30fff5a92fd376bb972c981aa706b4467c4bd2f6 - Sigstore transparency entry: 808758146
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl
- Upload date:
- Size: 394.8 kB
- Tags: CPython 3.14t, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
721f062b95a22deabee1a340417513dd4f0a946421d6c95f631fbff0fa4e8e05
|
|
| MD5 |
8330bd096f9878e5816ac5628783b1dd
|
|
| BLAKE2b-256 |
c5b3b4211e9a04cfe08af69004c2fb455518728185e40eeb72af2f7632ad18cd
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl -
Subject digest:
721f062b95a22deabee1a340417513dd4f0a946421d6c95f631fbff0fa4e8e05 - Sigstore transparency entry: 808758111
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 818.3 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78dc4d274747f759c66ffc7a073711d838814b4fff4a70ebd22c41b221595705
|
|
| MD5 |
be2bc1f57b3bbf88c23980e5180dfe89
|
|
| BLAKE2b-256 |
81f6fa1d4ec13fae7bcfde370b6c769d5a9cc4149ed8c6aadc2358c2021a4507
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314-win_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314-win_arm64.whl -
Subject digest:
78dc4d274747f759c66ffc7a073711d838814b4fff4a70ebd22c41b221595705 - Sigstore transparency entry: 808757874
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 716.4 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91a3e3cc87f0556de0188bac4d9eada61f93456836a11f3b5a5836bf3e3aad3c
|
|
| MD5 |
22b150846ebbc56c3fb18ca624fd713f
|
|
| BLAKE2b-256 |
168cbad0984ae3ab6cb3948d6fe402f334c59ca217b8be155b0869bde55bd1c1
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314-win_amd64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314-win_amd64.whl -
Subject digest:
91a3e3cc87f0556de0188bac4d9eada61f93456836a11f3b5a5836bf3e3aad3c - Sigstore transparency entry: 808758131
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314-win32.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314-win32.whl
- Upload date:
- Size: 582.0 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26f56191a3bdfc3d7a800337abbae610c068f07040b1e39734cdf82458a43e24
|
|
| MD5 |
9ff70ab831871ad3a08a36698728de8d
|
|
| BLAKE2b-256 |
02f4882f248e31a6ec40891aef61b3c0cfa6caf617285e4116bae3c2e549a651
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314-win32.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314-win32.whl -
Subject digest:
26f56191a3bdfc3d7a800337abbae610c068f07040b1e39734cdf82458a43e24 - Sigstore transparency entry: 808758041
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 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.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edf8e666d2a7032e3929d0dc77c2b42394e8eca707c052084046517284b586c7
|
|
| MD5 |
dbcccfa94ca33d01652520253db9e177
|
|
| BLAKE2b-256 |
7c027f069b46978bc5d4dc558198f7078b57729c184f917ac3657e56b835aae1
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
edf8e666d2a7032e3929d0dc77c2b42394e8eca707c052084046517284b586c7 - Sigstore transparency entry: 808758099
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acdbc8479db835cc0d88b9e54f79ccbde47ab637f30ec6d96c1c4a8591a10c70
|
|
| MD5 |
127371cd2396b0da10f977f9232260e8
|
|
| BLAKE2b-256 |
3284c752a2de06c252bcfef7d956039b0da9a10be963deb93af68c1ee3910ecf
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
acdbc8479db835cc0d88b9e54f79ccbde47ab637f30ec6d96c1c4a8591a10c70 - Sigstore transparency entry: 808758045
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 549.7 kB
- Tags: CPython 3.14, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
063976ee5bfb70dd05f64ec68124bf6a7c7edc73b0d886375d00a4ad88668822
|
|
| MD5 |
be427d40e918cc2e7335f42a17ab53c0
|
|
| BLAKE2b-256 |
4ca7a5a5adf8dc01c2e22f63113fa7c7a66f41ffda1c07d9f21dd958467b5055
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
063976ee5bfb70dd05f64ec68124bf6a7c7edc73b0d886375d00a4ad88668822 - Sigstore transparency entry: 808758122
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 518.4 kB
- Tags: CPython 3.14, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24417cfec6d0fe4e4925545325b06e819f0eac62ecbc92683fceef40487f1f38
|
|
| MD5 |
06b6e73155600c159f795428376735f2
|
|
| BLAKE2b-256 |
e057a3f85b75b2eecdd3130d2ba79a9c4bc26ded8f281ce111aa561d0c1c963d
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
24417cfec6d0fe4e4925545325b06e819f0eac62ecbc92683fceef40487f1f38 - Sigstore transparency entry: 808758311
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 471.1 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa36c33b4b80c9b93d12be5366527c30130f7aa1f3e766a55e6eb2e33c489171
|
|
| MD5 |
da7a94f1b3e532f15cc65354f36a9749
|
|
| BLAKE2b-256 |
efae503c152a4ab81400b74f3b4f90cb3c58244011602d0e286db124a9105221
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
fa36c33b4b80c9b93d12be5366527c30130f7aa1f3e766a55e6eb2e33c489171 - Sigstore transparency entry: 808758271
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl
- Upload date:
- Size: 391.1 kB
- Tags: CPython 3.14, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da3ff25e1ce3fd05c07cbec0603d9f3633fb6d21d097673fb7511eabcb8440b4
|
|
| MD5 |
2198cbcabdebbf63a45c14ee8a8c075d
|
|
| BLAKE2b-256 |
e83cca3c75fd1744e30bfdc1293b3c051c76d09f7f7423dd5c720d6d9847aeaa
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl -
Subject digest:
da3ff25e1ce3fd05c07cbec0603d9f3633fb6d21d097673fb7511eabcb8440b4 - Sigstore transparency entry: 808758191
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 796.7 kB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e89428922d2afebe1188edc82969bc4ab96cf60d1fc3b8d5986d378e94a62f18
|
|
| MD5 |
49a7328ed12bd835ef500b3a49ce6f81
|
|
| BLAKE2b-256 |
0ea2980f46e8043b9bf36140f276d8bd4405f6ef77f11c8add4143f0de366f41
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp313-cp313-win_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp313-cp313-win_arm64.whl -
Subject digest:
e89428922d2afebe1188edc82969bc4ab96cf60d1fc3b8d5986d378e94a62f18 - Sigstore transparency entry: 808758224
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 700.5 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a74b28a819e139b5120d7501623bc77909297a0e02f3bd4a93f710e2e9cb5d52
|
|
| MD5 |
167a2cda7f6f3b22b9e16cb91b33c58f
|
|
| BLAKE2b-256 |
ae8a90da845580de07aeff58d188f33695b14c3e5ad01607c11df2dda1105651
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp313-cp313-win_amd64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp313-cp313-win_amd64.whl -
Subject digest:
a74b28a819e139b5120d7501623bc77909297a0e02f3bd4a93f710e2e9cb5d52 - Sigstore transparency entry: 808758072
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp313-cp313-win32.whl.
File metadata
- Download URL: qualpal-1.0.0-cp313-cp313-win32.whl
- Upload date:
- Size: 564.2 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0716936c47e5367ff6637fcf464e678f5c902ffe88ed780b875019d528e18efb
|
|
| MD5 |
19cabac5ac064ae7e18c2c0fc6721f15
|
|
| BLAKE2b-256 |
4a67b3d090292b661296b8927fe2d2b9910c93134f8050083c784910f7f450e8
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp313-cp313-win32.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp313-cp313-win32.whl -
Subject digest:
0716936c47e5367ff6637fcf464e678f5c902ffe88ed780b875019d528e18efb - Sigstore transparency entry: 808758116
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 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.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ea13e8666f856cf33efce35c84d07f8f6b387baa5a090095eb585a27e6c179d
|
|
| MD5 |
2cabf39ef140a23804c2871ff1861ce6
|
|
| BLAKE2b-256 |
1b9f252554cfdc027927acd5e8a37f359b01b5d663ebbcb4ef3a7ccbacface4f
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
1ea13e8666f856cf33efce35c84d07f8f6b387baa5a090095eb585a27e6c179d - Sigstore transparency entry: 808758076
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e00821677775529bbe7be3ce8f80f8353fabb4cba4a39244a4490dcc1838b12c
|
|
| MD5 |
6e914670e269003b89ebb98f98011cd6
|
|
| BLAKE2b-256 |
6565d3b56179827220534e4ed46dcd975b7ed537a1c6449c9d73581627967322
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
e00821677775529bbe7be3ce8f80f8353fabb4cba4a39244a4490dcc1838b12c - Sigstore transparency entry: 808758197
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 549.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ae1fd5911d19c24a9055b55938af5ccd90785d92436f54ea163e514665c3aa3
|
|
| MD5 |
1fd70748c121ae0dbb72ebaef3fa755e
|
|
| BLAKE2b-256 |
14a9e4e544d71cfe238c173fe24d6953802ece623fca7437c6a283957add7e80
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
8ae1fd5911d19c24a9055b55938af5ccd90785d92436f54ea163e514665c3aa3 - Sigstore transparency entry: 808757962
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 518.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c855f8cb2e2b9202387dbd577ef0ac76d7010264c817220864882390bc08b1b1
|
|
| MD5 |
f091897eeae76ca816a1cd47e65b686a
|
|
| BLAKE2b-256 |
692835ec57cb37a4f1b0387bbdcaeef031a245989a056c57d8a118548f94e522
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
c855f8cb2e2b9202387dbd577ef0ac76d7010264c817220864882390bc08b1b1 - Sigstore transparency entry: 808758053
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 470.9 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
934a9646f7a4af5e0c6b5e51410a724ab89171aa2b76e17a36766978e1755b93
|
|
| MD5 |
53aec0a0dcb20c398d29c8bdd189f23c
|
|
| BLAKE2b-256 |
d704f29625f6f751effbf94662d3f523e86cef5c7894fc107c4be81d51c4b3a7
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
934a9646f7a4af5e0c6b5e51410a724ab89171aa2b76e17a36766978e1755b93 - Sigstore transparency entry: 808758135
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 390.8 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bc1329fb2a1e77357739add317c4a41b7e3fd844e7de03d4070d20f0b3149f1
|
|
| MD5 |
3eb322407b8af1eb8cdabb758dfacbc7
|
|
| BLAKE2b-256 |
d7f506588572185b49619955cd8fac57f23f9f4f3db2a84ca62905cf604b7d34
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
6bc1329fb2a1e77357739add317c4a41b7e3fd844e7de03d4070d20f0b3149f1 - Sigstore transparency entry: 808757999
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 796.7 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce772bd134e3bc32e2538861c39fd1dcecd823c9a1e32f5fe54c05f63be26f4d
|
|
| MD5 |
8bb3dac60d75b6c961dba1ab6c7190ee
|
|
| BLAKE2b-256 |
289f62bf1e07e8c3e44b8dc9778733f45a8f4b0a44a8e480e691035e5420dfa5
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp312-cp312-win_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp312-cp312-win_arm64.whl -
Subject digest:
ce772bd134e3bc32e2538861c39fd1dcecd823c9a1e32f5fe54c05f63be26f4d - Sigstore transparency entry: 808758320
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 700.5 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe829ad9ee3aac59b54fb70dca591bc830e01cfef6d4c8fe4cf4cfdddd4bbe40
|
|
| MD5 |
88b56ef9cf9d3a809dc27d427f241d8c
|
|
| BLAKE2b-256 |
c4370f855e3ae8d2bea98edeff20ff4dcb29e0cbcfa379b0bc0a792ad31424cd
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp312-cp312-win_amd64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp312-cp312-win_amd64.whl -
Subject digest:
fe829ad9ee3aac59b54fb70dca591bc830e01cfef6d4c8fe4cf4cfdddd4bbe40 - Sigstore transparency entry: 808758299
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp312-cp312-win32.whl.
File metadata
- Download URL: qualpal-1.0.0-cp312-cp312-win32.whl
- Upload date:
- Size: 564.2 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b78809a51dacb8326942a7b659a77af0515b5de102179bf62236dfc712c6df5
|
|
| MD5 |
c017537dd5d6745880c6efaf586e33c4
|
|
| BLAKE2b-256 |
b5ea708d07dae24f6cd1056d6c110e3208125e99abe1a54579906a87abbd6e72
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp312-cp312-win32.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp312-cp312-win32.whl -
Subject digest:
7b78809a51dacb8326942a7b659a77af0515b5de102179bf62236dfc712c6df5 - Sigstore transparency entry: 808758295
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 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.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccc91831bf406d0b7af36a159031bcb0081c63fb5698d9c7a49ccdeb1eb08dc1
|
|
| MD5 |
2e19a01de894951bc2ce6af42e333de6
|
|
| BLAKE2b-256 |
136adce9ef16b49d6996ec77b543995c3f63673e9bddefcbcdb04a1865db9944
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
ccc91831bf406d0b7af36a159031bcb0081c63fb5698d9c7a49ccdeb1eb08dc1 - Sigstore transparency entry: 808757934
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f01856b56dc5a5ef39eee642e2bd5a927aae041f66dbd64346c35fb22802cdc9
|
|
| MD5 |
fbf3245542624f7d80571d90a3f28a11
|
|
| BLAKE2b-256 |
bfbc738431c1d63ca4ed650ee5860e9d11e764e86112cd357bbeac1555b9e67a
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
f01856b56dc5a5ef39eee642e2bd5a927aae041f66dbd64346c35fb22802cdc9 - Sigstore transparency entry: 808757985
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 548.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1ca59946e76863b279c49f27f418405f63954449e57383887f5609912be98c6
|
|
| MD5 |
df4a0917ba23b9fd368b72c64dc65bbb
|
|
| BLAKE2b-256 |
523e5ff704f0e8358c60fe8338a93102b6be48b1a6f399a472f1aee782a37ac3
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c1ca59946e76863b279c49f27f418405f63954449e57383887f5609912be98c6 - Sigstore transparency entry: 808758279
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 517.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ede473a71d9923de62ee0c3ec45d1f45813b54e13114d447f241ee767d0bb08
|
|
| MD5 |
a288bd5083894f1c30661afa7c9d879d
|
|
| BLAKE2b-256 |
7ebcf827ea86ab81b13e6a6e1dee3c61cbf8a6db2492f1db3eb7d8e27d82e749
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
4ede473a71d9923de62ee0c3ec45d1f45813b54e13114d447f241ee767d0bb08 - Sigstore transparency entry: 808757965
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 470.9 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5f159f3c3c3ef52ef1a91e27cd183b36619b123564e88b1631c4a5273ae87f6
|
|
| MD5 |
b33085f237ece17265625b1302b27185
|
|
| BLAKE2b-256 |
476db60198d0671d0009565717bda529f4aa8ba4995314ab3476712529204e98
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
b5f159f3c3c3ef52ef1a91e27cd183b36619b123564e88b1631c4a5273ae87f6 - Sigstore transparency entry: 808757955
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 390.7 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3693f631ca279cb78914fdd2fc799627012058304ef2a102a323a856f9a97025
|
|
| MD5 |
4420d7117c572b41f1319c0276d11629
|
|
| BLAKE2b-256 |
fe439b2c534f86f9692b1eccfda5e377490de3943321a3900d5cfb4e9ab95739
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
3693f631ca279cb78914fdd2fc799627012058304ef2a102a323a856f9a97025 - Sigstore transparency entry: 808758024
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 796.9 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6640b8211a905861ca4c8eb2e231556a436b97d3be4a83d5a8ebd483b089242
|
|
| MD5 |
64ffaf3c3d080cb3b30da54d0526deae
|
|
| BLAKE2b-256 |
0ba70134e5ae83ddc51efa2c17568b2b94635f8ccc3f02f70f3d4f45eaa5f909
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp311-cp311-win_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp311-cp311-win_arm64.whl -
Subject digest:
e6640b8211a905861ca4c8eb2e231556a436b97d3be4a83d5a8ebd483b089242 - Sigstore transparency entry: 808758061
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 699.2 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8a564f95fc06df505d316ff65c36ae99087a4a6938af3171d4e39cf9297b800
|
|
| MD5 |
c272798f84bfc3aa7a84b6fdc0b98758
|
|
| BLAKE2b-256 |
4dfca9fc91955ec7ae1a7b501ac21043c4eec7738721400026c56ebcfffa3cd9
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp311-cp311-win_amd64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp311-cp311-win_amd64.whl -
Subject digest:
b8a564f95fc06df505d316ff65c36ae99087a4a6938af3171d4e39cf9297b800 - Sigstore transparency entry: 808757943
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp311-cp311-win32.whl.
File metadata
- Download URL: qualpal-1.0.0-cp311-cp311-win32.whl
- Upload date:
- Size: 563.1 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e27148da02feed9de6c0ed5534927d256c81384c8d0edb6d54c0c4e3c5b36220
|
|
| MD5 |
29c9d4a853b9ecd70d1ea013e22ab3ca
|
|
| BLAKE2b-256 |
890565fc4fb3ac8ff35fbe73b1eb7f39db9a25ace7dec6b0c39b4e5211a36922
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp311-cp311-win32.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp311-cp311-win32.whl -
Subject digest:
e27148da02feed9de6c0ed5534927d256c81384c8d0edb6d54c0c4e3c5b36220 - Sigstore transparency entry: 808758086
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 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.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd68269d041a916ca5ae3376ab1605d43a55a49754d5e645c329da28579fad1a
|
|
| MD5 |
693c9d3c3538848fb15520d0fa94b05a
|
|
| BLAKE2b-256 |
f7de2bbb70f9539b1cb8a2b887a930c7596bbca1c770aba0364859f3730b3037
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
cd68269d041a916ca5ae3376ab1605d43a55a49754d5e645c329da28579fad1a - Sigstore transparency entry: 808758105
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c248dd02d36ec86aaf69df28671f66ffccb95112c02fabc19293efefaaaead5b
|
|
| MD5 |
ad32847b33f6b013df33214854ce5578
|
|
| BLAKE2b-256 |
6293ac04b646f25a3f70c9111cea76343425cb1586088cd97f748a86a81e6c4b
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
c248dd02d36ec86aaf69df28671f66ffccb95112c02fabc19293efefaaaead5b - Sigstore transparency entry: 808758347
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 546.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1943eb6d615cee6922b368dbd46ebd8ef51761db711d4261f970e22960d6adb
|
|
| MD5 |
3b18538cb3ca68658fb2c9878a8a6f8b
|
|
| BLAKE2b-256 |
a7290d1140769f490a788279cb0ee7b855a38f3c3a3e7abad77db05542053fb2
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c1943eb6d615cee6922b368dbd46ebd8ef51761db711d4261f970e22960d6adb - Sigstore transparency entry: 808758179
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 515.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9240ea13218b7170761ddfa6360317338bb539e6bae7825f9ade978bc849d273
|
|
| MD5 |
521dbc5f302d9b680b4fb697d7c2a6bd
|
|
| BLAKE2b-256 |
8703e6cb2c852f81478c651b1e2160e264113ea23157d15611d0de7318579c47
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
9240ea13218b7170761ddfa6360317338bb539e6bae7825f9ade978bc849d273 - Sigstore transparency entry: 808758257
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 470.4 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a30bcc38f20da6c50ad0a2ea07ed79b5249847d3d6d99e42f714842cea9e3a40
|
|
| MD5 |
209452ce94a30763360a5ca9abbfd69a
|
|
| BLAKE2b-256 |
f61e8d520f0902cff8c6699472d92ad7ad5ae7b26981121f84cea4b9d5479db1
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
a30bcc38f20da6c50ad0a2ea07ed79b5249847d3d6d99e42f714842cea9e3a40 - Sigstore transparency entry: 808758356
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 389.8 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b79b38c90c8eae6786b44471479a6b7d5c009b5b5587684bbfea7f7e4cc5a26
|
|
| MD5 |
8621ef7341b0af35e8f04dfae8d91141
|
|
| BLAKE2b-256 |
5fdeb56dac55d7a304d91e7236aaf9d5b346fed1bc31e53af665c2599891f00f
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
0b79b38c90c8eae6786b44471479a6b7d5c009b5b5587684bbfea7f7e4cc5a26 - Sigstore transparency entry: 808758186
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp310-cp310-win_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp310-cp310-win_arm64.whl
- Upload date:
- Size: 795.8 kB
- Tags: CPython 3.10, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
254d316c8ae825516e8e5afe57ecf24b33f76f47646d0c7d8225bee2382ff56a
|
|
| MD5 |
6ebf70ae53de6822a0b5e1f7766c7574
|
|
| BLAKE2b-256 |
def10f029ae9eb5e5ec5ecfe7059ba2bca62a83dbf5d6280b0481c854ef36af2
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp310-cp310-win_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp310-cp310-win_arm64.whl -
Subject digest:
254d316c8ae825516e8e5afe57ecf24b33f76f47646d0c7d8225bee2382ff56a - Sigstore transparency entry: 808758365
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 698.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6321dba259764ce4cb74297e3d52ef1209f131d507347f3da8266550130ae8ff
|
|
| MD5 |
7262242a0f1eac3907325120011bfd0e
|
|
| BLAKE2b-256 |
09c5b6739e3dd71a6d8ebbb5cd0f72ed53f831f337f0698a5a9b96b5a459134e
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp310-cp310-win_amd64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp310-cp310-win_amd64.whl -
Subject digest:
6321dba259764ce4cb74297e3d52ef1209f131d507347f3da8266550130ae8ff - Sigstore transparency entry: 808758232
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp310-cp310-win32.whl.
File metadata
- Download URL: qualpal-1.0.0-cp310-cp310-win32.whl
- Upload date:
- Size: 562.1 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8df8d44bb279649140e6a395a2242bcf98ebd9e6364de7419f5d2d42a9bbc677
|
|
| MD5 |
4c443c96841d29e773c4223dc0180e10
|
|
| BLAKE2b-256 |
9e6a414398cbbf3dcf0b1e8643644750d1c00681139b1bce9c41fd2dd393cb34
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp310-cp310-win32.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp310-cp310-win32.whl -
Subject digest:
8df8d44bb279649140e6a395a2242bcf98ebd9e6364de7419f5d2d42a9bbc677 - Sigstore transparency entry: 808758214
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 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.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e95f95b5a514f3b9c5c0d62bcdd4ae5d4d42615b97dc055fb07cec4854201ef
|
|
| MD5 |
acd88aa1d56544c75079c9e9dc4f233b
|
|
| BLAKE2b-256 |
c0c37e47b100903c8566104b43543aded306a5d60336c09a1b9d39939600f57a
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
9e95f95b5a514f3b9c5c0d62bcdd4ae5d4d42615b97dc055fb07cec4854201ef - Sigstore transparency entry: 808758339
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b101a5a496696d888fea7a537628947d1c0d242bd89a270fd056c9524c82847b
|
|
| MD5 |
7fde3ff11a1ee4bf3fb7694ccfcfbd35
|
|
| BLAKE2b-256 |
ce54b80722f0d3fdc5fb302b01069ee6f66c2043ddf7e1cbc8a67fa07fa48f40
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
b101a5a496696d888fea7a537628947d1c0d242bd89a270fd056c9524c82847b - Sigstore transparency entry: 808758033
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 545.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d3cbcd195ec8fdf6bb4e75b585f6966e2c0aad91650dede982b7b39162d7420
|
|
| MD5 |
f2242f75583676fa50c868b7afd40268
|
|
| BLAKE2b-256 |
bf61849ffc80c8e19355289cbb76f005af4e19d7260df92c52d0d028c3184c90
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
3d3cbcd195ec8fdf6bb4e75b585f6966e2c0aad91650dede982b7b39162d7420 - Sigstore transparency entry: 808757890
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 514.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31713559473e3340b19cb70992c5709d17076adff639045151c8c37d35a2728c
|
|
| MD5 |
aff6d17f00dd4a8cf4e3bcd877f609a8
|
|
| BLAKE2b-256 |
8309bb08f26713765111054e2626a397992301dfed8d4a4f7836cd4871f84d85
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
31713559473e3340b19cb70992c5709d17076adff639045151c8c37d35a2728c - Sigstore transparency entry: 808757899
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 469.1 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c1328d5f620ea449b74348c4c1b4f2b6b5f8eae1145df919c749f50e97d61af
|
|
| MD5 |
4501396521bfad4e81245f28469402b4
|
|
| BLAKE2b-256 |
94134303cd395a40309cf74aeaf23d8f9c1380f3a98f06073e52a2a1c489b138
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
2c1328d5f620ea449b74348c4c1b4f2b6b5f8eae1145df919c749f50e97d61af - Sigstore transparency entry: 808757914
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 388.5 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92f9474554fb479b0120ce9ff38cdc416575d83a220864860631fd53618a708b
|
|
| MD5 |
3ea0e80291d76442833397c971a52266
|
|
| BLAKE2b-256 |
8e20ed1dc43e8ac2c789bb56049c62787989f2223a964537b66c34065eebd260
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
92f9474554fb479b0120ce9ff38cdc416575d83a220864860631fd53618a708b - Sigstore transparency entry: 808758219
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp39-cp39-win_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp39-cp39-win_arm64.whl
- Upload date:
- Size: 795.8 kB
- Tags: CPython 3.9, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb342df194f0943d8e2e9352f076f837a67838fb10588ff20274e725687ea6f9
|
|
| MD5 |
72c50ecda8553029aadf0b9f34ea8056
|
|
| BLAKE2b-256 |
4f670ed109344c6e7cac613ba2ca0e3e59ba625ac9e6860d810c3647e59d1e84
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp39-cp39-win_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp39-cp39-win_arm64.whl -
Subject digest:
bb342df194f0943d8e2e9352f076f837a67838fb10588ff20274e725687ea6f9 - Sigstore transparency entry: 808758010
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 699.1 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c01442911d8229e3e37a39eeeea7eb4184f1bb49f150cbbbc505473340a6099d
|
|
| MD5 |
19e985a263e3e0d89388f74ffdda1f7d
|
|
| BLAKE2b-256 |
e7a046fbae04637b58c917270ec4abeff3a8af1cc95ddf28587dbbea573eb490
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp39-cp39-win_amd64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp39-cp39-win_amd64.whl -
Subject digest:
c01442911d8229e3e37a39eeeea7eb4184f1bb49f150cbbbc505473340a6099d - Sigstore transparency entry: 808757923
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp39-cp39-win32.whl.
File metadata
- Download URL: qualpal-1.0.0-cp39-cp39-win32.whl
- Upload date:
- Size: 562.0 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4131b0c3e21921b7d7eb0595f8b34271a20fb41c2a8a46d68c940c43b0c3687
|
|
| MD5 |
bdd0e465a7e90da5908db78a006f362e
|
|
| BLAKE2b-256 |
a5f929ffed37eb10c5cf3d66b1653e302ca60bf46bbe4f10bed76870224aeec6
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp39-cp39-win32.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp39-cp39-win32.whl -
Subject digest:
d4131b0c3e21921b7d7eb0595f8b34271a20fb41c2a8a46d68c940c43b0c3687 - Sigstore transparency entry: 808758094
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 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.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b324dab1184deb9f7df600c012d0a9bcfa8aa03cff0f4c95542d04e5d5ca69b
|
|
| MD5 |
908866d3f5a42f6bb60ad81e81e9260c
|
|
| BLAKE2b-256 |
b9cdeb19839365974fed982efaeb0e1949c98a963a1aef68d1d3af70aa844af5
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
1b324dab1184deb9f7df600c012d0a9bcfa8aa03cff0f4c95542d04e5d5ca69b - Sigstore transparency entry: 808758203
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb742209e293b6cfbd206f13f7cd5d2fc0c7cc83b1580e4c1bf2a2fc90785d69
|
|
| MD5 |
6733e76763d42d279d5d3c29ae113486
|
|
| BLAKE2b-256 |
8eb6c3a7c512d30510f3e28980f027d1b4d9f283383a59fb05baab8e0e5eb6fd
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl -
Subject digest:
bb742209e293b6cfbd206f13f7cd5d2fc0c7cc83b1580e4c1bf2a2fc90785d69 - Sigstore transparency entry: 808758246
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 545.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fe72d61b4875aa390be42c88ddf0b3b615869d6fd7ad242a702bb82b06893d2
|
|
| MD5 |
9dbd30c509c74c6b336f563e89639225
|
|
| BLAKE2b-256 |
a86d54624a614d9af28337935e362e971c4ca313fa3ebcdc99422310ed0423fc
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
4fe72d61b4875aa390be42c88ddf0b3b615869d6fd7ad242a702bb82b06893d2 - Sigstore transparency entry: 808758330
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 515.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a26e434306dbee1b41c07550aee28dfac6cadc61d4a1eb722e6e43ff58f6865d
|
|
| MD5 |
b38a31edea5564d1422d71e602529e7b
|
|
| BLAKE2b-256 |
32fea95fcedb1bfb9c8ad313e69b6a9f01bf49b5f654ec62138e26a4870e8ea0
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
a26e434306dbee1b41c07550aee28dfac6cadc61d4a1eb722e6e43ff58f6865d - Sigstore transparency entry: 808757926
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 469.2 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abfed50ff1bfa4d9bc44326700eb2fadd22cdaa33e10f140dbcb9cc96d38f64f
|
|
| MD5 |
b5eba19a1a64cd28c9e0fd9a2e157108
|
|
| BLAKE2b-256 |
38d5889be2d0acc1402bef33dc45f347fb283b4af3a3cd4ad68d8fcdefc7b934
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
abfed50ff1bfa4d9bc44326700eb2fadd22cdaa33e10f140dbcb9cc96d38f64f - Sigstore transparency entry: 808757883
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualpal-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: qualpal-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 388.5 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97ca98086d70ce198d0a19790d04dec3ff1deb75b3c1b24d3788470d374f991e
|
|
| MD5 |
909e5f3a181161a117af238180b0bc20
|
|
| BLAKE2b-256 |
2c53b64be08060a3cf577e3c45aa48c031a1bf4002329d3db527670902d569bc
|
Provenance
The following attestation bundles were made for qualpal-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl:
Publisher:
pypi.yml on jolars/qualpal-py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualpal-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl -
Subject digest:
97ca98086d70ce198d0a19790d04dec3ff1deb75b3c1b24d3788470d374f991e - Sigstore transparency entry: 808758158
- Sigstore integration time:
-
Permalink:
jolars/qualpal-py@6b051dc7869135daf7176a288d290ebb2440a165 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/jolars
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@6b051dc7869135daf7176a288d290ebb2440a165 -
Trigger Event:
workflow_dispatch
-
Statement type: