Gauss-Kronrod Quadrature Rules for Python
Project description
kronrod
Gauss-Kronrod Quadrature Rules for Python
kronrod is a Python library for computing the abscissas and weights of
Gauss-Kronrod quadrature rules. Given an N-point Gauss quadrature rule,
the library optimally adds N+1 points to produce a 2N+1 point
Gauss-Kronrod rule for numerical integration.
The advantage of using a Gauss and Gauss-Kronrod pair is that the second rule, which uses 2*N+1 points, actually includes the N points in the previous Gauss rule. This means that the function values from that computation can be reused. This efficiency comes at the cost of a mild reduction in the degree of polynomial precision of the Gauss-Kronrod rule.
Quick example
import kronrod
# Compute a 3-point Gauss / 7-point Gauss-Kronrod rule
x, w1, w2 = kronrod.kronrod(3)
print("Abscissas:", x)
print("Gauss-Kronrod weights:", w1)
print("Gauss weights:", w2)
# Adjust the rule from [-1, +1] to [0, 1]
x_adj, w1_adj, w2_adj = kronrod.kronrod_adjust(0.0, 1.0, 3, x, w1, w2)
Installation
pip install kronrod
Requires Python 3.10+ and NumPy. See the full installation guide for uv, poetry, and source builds.
Documentation
- Theory — Gauss-Kronrod quadrature, Kronrod extension, error estimation
- Quickstart — runnable examples
- API Reference — function signatures and parameters
- References — literature citations
Routines
| Function | Description |
|---|---|
abwe1 |
Calculate a Kronrod abscissa and weight |
abwe2 |
Calculate a Gaussian abscissa and two weights |
kronrod |
Add N+1 points to an N-point Gaussian rule |
r8_abs |
Return the absolute value of a double |
timestamp |
Print the current YMDHMS date as a time stamp |
References
- Robert Piessens, Maria Branders, "A Note on the Optimal Addition of Abscissas to Quadrature Formulas of Gauss and Lobatto," Mathematics of Computation, Volume 28, Number 125, January 1974, pages 135-139.
Attribution
The original FORTRAN77 code was written by Robert Piessens and Maria Branders. The C translation was made by John Burkardt and is distributed under the LGPL-2.1 license.
License
LGPL-2.1 — see LICENSE.
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 Distributions
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 kronrod-0.1.0-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 36.1 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 |
5799df1d1b3f8d9b405e91e35f0e655cd99e54fcdb82da2317b55c9983fc5347
|
|
| MD5 |
8c8705b816b2ac6250db44ca634b140e
|
|
| BLAKE2b-256 |
e29329ca4e7e2367a66f2dfa07cc98a8909029bfb4985b43688bcb575606c279
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp314-cp314t-win_amd64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp314-cp314t-win_amd64.whl -
Subject digest:
5799df1d1b3f8d9b405e91e35f0e655cd99e54fcdb82da2317b55c9983fc5347 - Sigstore transparency entry: 1225051830
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 25.3 kB
- 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 |
ab6d1c76168d7d28eeb9deb77518c0255a839804811afb71d58c80d9db70055e
|
|
| MD5 |
837a57cae7bf541a6472ba5e51a05d3f
|
|
| BLAKE2b-256 |
b7c49c2a6dfb547ab603b8beaaa10cb244cd0064bb69259c8adbe26c38976c9d
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
ab6d1c76168d7d28eeb9deb77518c0255a839804811afb71d58c80d9db70055e - Sigstore transparency entry: 1225052160
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 24.9 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ 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 |
917f2634b3381a6d9ddc7404688f06fbaf9318b49aaa911940a3d27e8eb9e1e7
|
|
| MD5 |
64b46ac5c1bf0e0d149357ec52e8e52a
|
|
| BLAKE2b-256 |
9e9d82cc823d3bda5b9218573bde704d7ad964a5c6ced14e8fb4e9494e459880
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
917f2634b3381a6d9ddc7404688f06fbaf9318b49aaa911940a3d27e8eb9e1e7 - Sigstore transparency entry: 1225052823
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl
- Upload date:
- Size: 20.9 kB
- Tags: CPython 3.14t, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48e85ee1a4e8e9b02801c953986c7d873714804347d5e007c1d07750799ecb0f
|
|
| MD5 |
83a3ac13d8ac9c5fb228f8478da3ca03
|
|
| BLAKE2b-256 |
6e3c2a12df074be475b03c898c6163afc5ad74ae98d1837c989354c91d9c9e53
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp314-cp314t-macosx_15_0_arm64.whl -
Subject digest:
48e85ee1a4e8e9b02801c953986c7d873714804347d5e007c1d07750799ecb0f - Sigstore transparency entry: 1225051451
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 35.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 |
b984bf304aa5baff8fcd00c8b7ffbd6e9826dfeff35700dc6930cf74eed61a92
|
|
| MD5 |
f2992fd4debdcf0974f97bc0562d1169
|
|
| BLAKE2b-256 |
7458030e5909496e1628d07e7eaccbc6fc0c26977189b8b294a0a242ccc490c7
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp314-cp314-win_amd64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp314-cp314-win_amd64.whl -
Subject digest:
b984bf304aa5baff8fcd00c8b7ffbd6e9826dfeff35700dc6930cf74eed61a92 - Sigstore transparency entry: 1225050676
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 24.8 kB
- 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 |
9aa5949ddbd7757229158cbf31fe7dd38cbb64a205237a9a913d8b8d46e93b55
|
|
| MD5 |
65ef1f293e33b6352908480eaff3c4d1
|
|
| BLAKE2b-256 |
38248ff4ff8825e971a44ea069dbaf46dcb36448305373355dfe30d358556669
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
9aa5949ddbd7757229158cbf31fe7dd38cbb64a205237a9a913d8b8d46e93b55 - Sigstore transparency entry: 1225051061
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 24.3 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ 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 |
d60b5d59be6fc024e9fcda43335ac5b9ef86d2fad6773f6e9857c31a72da5c77
|
|
| MD5 |
f94a4db4e43a0c61575f559abb7041a4
|
|
| BLAKE2b-256 |
2f5af072e689169faa285e88a34855c8895a32ef23f3f9a5c91f8a9d71a42acd
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
d60b5d59be6fc024e9fcda43335ac5b9ef86d2fad6773f6e9857c31a72da5c77 - Sigstore transparency entry: 1225050475
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp314-cp314-macosx_15_0_arm64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp314-cp314-macosx_15_0_arm64.whl
- Upload date:
- Size: 20.3 kB
- Tags: CPython 3.14, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edbd02e4e67181467cb66f0d35b1b551d7e21ad5440ba3f8a8e8c8f14a9c2bb0
|
|
| MD5 |
1fdd6ad6289d7e20ec570447e4efc0fb
|
|
| BLAKE2b-256 |
df0a753a0cc48af20af45ff922d7fb6775ec18289211d037f3e438610e659fc2
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp314-cp314-macosx_15_0_arm64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp314-cp314-macosx_15_0_arm64.whl -
Subject digest:
edbd02e4e67181467cb66f0d35b1b551d7e21ad5440ba3f8a8e8c8f14a9c2bb0 - Sigstore transparency entry: 1225052551
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 34.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 |
9252d4d3cf28a1de4f54865a24816f5e847e06386bd475e0e0639e28148a450f
|
|
| MD5 |
7a8e1b32269ac12d0ead4f677f3032da
|
|
| BLAKE2b-256 |
f5aa1c7547810b8f82b1a326b32777c62051db485bbb548ca163465a91c9c85a
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp313-cp313-win_amd64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp313-cp313-win_amd64.whl -
Subject digest:
9252d4d3cf28a1de4f54865a24816f5e847e06386bd475e0e0639e28148a450f - Sigstore transparency entry: 1225052651
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 24.8 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84dbc05c0b2040a2059f501ada10131d46a8d9f2119c72241dd53db2e1520e7e
|
|
| MD5 |
37734e81f2cf0983e890b60164e4877c
|
|
| BLAKE2b-256 |
79b1e3508e7e26abfdd5e73ad9b9e00cf94369752050858bd5a1567f43f3dbd9
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
84dbc05c0b2040a2059f501ada10131d46a8d9f2119c72241dd53db2e1520e7e - Sigstore transparency entry: 1225052956
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 24.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ 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 |
75ac1106fa5f9f26ce704cd3f132309b40288b5789db7cb43704a5b5cc31b876
|
|
| MD5 |
1b85d5baa19459f0108fa0ee492d3551
|
|
| BLAKE2b-256 |
6dfcd53855ebdd0938f0b29159ac7728fb6a4f931ad4f398ec274cb34f59c280
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
75ac1106fa5f9f26ce704cd3f132309b40288b5789db7cb43704a5b5cc31b876 - Sigstore transparency entry: 1225051635
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp313-cp313-macosx_15_0_arm64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp313-cp313-macosx_15_0_arm64.whl
- Upload date:
- Size: 20.3 kB
- Tags: CPython 3.13, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe836c75d225a571704d8ea97a32bf85da2784aa8f2049b2c896705cdb55862a
|
|
| MD5 |
0e6144c42acffdb262d588123187115d
|
|
| BLAKE2b-256 |
db8ac4426dc0a2d7858a726e842ec274435d18138d45fa06851ee5063be71111
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp313-cp313-macosx_15_0_arm64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp313-cp313-macosx_15_0_arm64.whl -
Subject digest:
fe836c75d225a571704d8ea97a32bf85da2784aa8f2049b2c896705cdb55862a - Sigstore transparency entry: 1225053125
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 34.6 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 |
946115d66968a42432b78edc67c7975f6c079073afb38582be5332f9739fb2d9
|
|
| MD5 |
79a6a22eb7b75e65b16ede9c991a2b79
|
|
| BLAKE2b-256 |
a34fbb243a14398a077aa21bb111e706345912548d19cfb55a31b03e81e22d1f
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp312-cp312-win_amd64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp312-cp312-win_amd64.whl -
Subject digest:
946115d66968a42432b78edc67c7975f6c079073afb38582be5332f9739fb2d9 - Sigstore transparency entry: 1225052295
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 24.8 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05f2e0c5c6cf9e4253969333f397de12dab05b691e67393474de94065a6b8d66
|
|
| MD5 |
fb24ff18fa9604435345f5ba0ecffdda
|
|
| BLAKE2b-256 |
62c6ba2959dd029beb03114eb71d14f0fbd792652ababfcc9b09fd74e62de2be
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
05f2e0c5c6cf9e4253969333f397de12dab05b691e67393474de94065a6b8d66 - Sigstore transparency entry: 1225052748
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 24.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ 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 |
a95a0612ede89566e52431622a139b1e4c884f60ea29bc1fc52da4eda52f324b
|
|
| MD5 |
96a6f7b5937a498eb18b76be6809dc09
|
|
| BLAKE2b-256 |
2d6d93437dda7558a8057e6e6abffd10c8d820416554e9e1b7f8326f396dca3c
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
a95a0612ede89566e52431622a139b1e4c884f60ea29bc1fc52da4eda52f324b - Sigstore transparency entry: 1225050555
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp312-cp312-macosx_15_0_arm64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp312-cp312-macosx_15_0_arm64.whl
- Upload date:
- Size: 20.3 kB
- Tags: CPython 3.12, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78464f6b5dc9c8a74557fd9f8017f0b21ddc9ff29ceed5cf499092f716db0842
|
|
| MD5 |
cab9c8d1d7e5395ed369b9121dca1f78
|
|
| BLAKE2b-256 |
a68ff0ac40641c1fda94975776259e7e133a24c3fd2137ecd3ed334ecda0cf5a
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp312-cp312-macosx_15_0_arm64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp312-cp312-macosx_15_0_arm64.whl -
Subject digest:
78464f6b5dc9c8a74557fd9f8017f0b21ddc9ff29ceed5cf499092f716db0842 - Sigstore transparency entry: 1225051991
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 34.4 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 |
73044985c0ce6eb694868147ca2b31de2649149853c5e870362eabfb6e847193
|
|
| MD5 |
330aff8ce6374dc9893da2c14d54a6c3
|
|
| BLAKE2b-256 |
512a5a31f72c10b5482641a0bf59e0ebabebe3225870d90cbc2a5621fc78f0a0
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp311-cp311-win_amd64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp311-cp311-win_amd64.whl -
Subject digest:
73044985c0ce6eb694868147ca2b31de2649149853c5e870362eabfb6e847193 - Sigstore transparency entry: 1225051144
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 24.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f82e3bb2e6815bcc7af4a503d00481b893ea4591a9ab67815415ab4b6da61ec2
|
|
| MD5 |
b49ba2a7f5516f0d3cb0dff7f8d4f081
|
|
| BLAKE2b-256 |
63ac05bd8ecccd715c966a6712f0c50755b2ad18472eedff1ac7a1b1a0bb7be0
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
f82e3bb2e6815bcc7af4a503d00481b893ea4591a9ab67815415ab4b6da61ec2 - Sigstore transparency entry: 1225052405
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 24.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ 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 |
26dd2462e93c5d9d4771baca70f5738de3c747ca71911b38e79d0136fea9db3b
|
|
| MD5 |
919b44a647c0574acf2de708c30792f1
|
|
| BLAKE2b-256 |
e8d109c21e3cac189edc241908c8884b0a7cd40a6138d354c5bb0fe939d0e6da
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
26dd2462e93c5d9d4771baca70f5738de3c747ca71911b38e79d0136fea9db3b - Sigstore transparency entry: 1225050950
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp311-cp311-macosx_15_0_arm64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp311-cp311-macosx_15_0_arm64.whl
- Upload date:
- Size: 20.1 kB
- Tags: CPython 3.11, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71f927967b9b8d012436b58ed2a02cb479d7a25f0c609d982db538195cd1fdf0
|
|
| MD5 |
38a0f5a4746370bbd064dc5bbca87e6c
|
|
| BLAKE2b-256 |
9b35320e119da7112b352f64e0c87840dbca08a0f797d2d7e24b10094ee4edcf
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp311-cp311-macosx_15_0_arm64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp311-cp311-macosx_15_0_arm64.whl -
Subject digest:
71f927967b9b8d012436b58ed2a02cb479d7a25f0c609d982db538195cd1fdf0 - Sigstore transparency entry: 1225051289
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 34.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 |
9608eaef5e2ac61b3e514a90550b61c43e441930d38d94576530972ed8e1b3c8
|
|
| MD5 |
1b74288d96afb5a5550b549ca29a7b3b
|
|
| BLAKE2b-256 |
4e35621b05df13913ab7c9ee85132d00d683fef5ff0adbd4d3ca4796a6c82156
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp310-cp310-win_amd64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp310-cp310-win_amd64.whl -
Subject digest:
9608eaef5e2ac61b3e514a90550b61c43e441930d38d94576530972ed8e1b3c8 - Sigstore transparency entry: 1225050612
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 24.5 kB
- 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 |
ca1d9ae0c4d17ee5e29e94fcff6dbbcb1cfaeedffd27331658228d5d87c3fb34
|
|
| MD5 |
741139c0ae6d6b300a65f629fed13c32
|
|
| BLAKE2b-256 |
d4a02629b7198bb1dc238241b6378767f0b180b1e255e11551e4fcffdac17758
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
ca1d9ae0c4d17ee5e29e94fcff6dbbcb1cfaeedffd27331658228d5d87c3fb34 - Sigstore transparency entry: 1225050829
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 24.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ 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 |
8e633b465e06f3d79f8c9c7bc99b934fed36e3207958eac6dd29ca473b3e41da
|
|
| MD5 |
6f65f8867f25dd299d73c7ae3ea306a9
|
|
| BLAKE2b-256 |
1b1e556364f233331c4c24239f18ce8297077224ae1db2567ab12d17d7a644b8
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
8e633b465e06f3d79f8c9c7bc99b934fed36e3207958eac6dd29ca473b3e41da - Sigstore transparency entry: 1225050753
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type:
File details
Details for the file kronrod-0.1.0-cp310-cp310-macosx_15_0_arm64.whl.
File metadata
- Download URL: kronrod-0.1.0-cp310-cp310-macosx_15_0_arm64.whl
- Upload date:
- Size: 20.1 kB
- Tags: CPython 3.10, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a174d3604a9175b87992567b1b617e6de5eacd8cbb2aed8c6362202952d6892e
|
|
| MD5 |
8bb47231ac14d839f9aac8df1e9a8dae
|
|
| BLAKE2b-256 |
e9bb4557a7577cfa486d7dda7590885e9cce5bfafb0d9272e706adb7daf67ee6
|
Provenance
The following attestation bundles were made for kronrod-0.1.0-cp310-cp310-macosx_15_0_arm64.whl:
Publisher:
release-pypi.yml on eggzec/kronrod
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kronrod-0.1.0-cp310-cp310-macosx_15_0_arm64.whl -
Subject digest:
a174d3604a9175b87992567b1b617e6de5eacd8cbb2aed8c6362202952d6892e - Sigstore transparency entry: 1225050408
- Sigstore integration time:
-
Permalink:
eggzec/kronrod@a0933d59961b79917ef3ff7783d7bea62871f9da -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/eggzec
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a0933d59961b79917ef3ff7783d7bea62871f9da -
Trigger Event:
release
-
Statement type: