A superset of Python with many new features, including full JS integration, multiline comments, header files, and optional curly brackets around control statements
Project description
This is reStructuredPython 2
🔷 reStructuredPython — Python, Reimagined
reStructuredPython is a superset of Python designed to bring clarity, structure, and modularity to your codebase. It builds on Python’s strengths while introducing powerful features like header files, function chaining, and curly-brace blocks—all without sacrificing readability.
🚀 Why Choose reStructuredPython?
- ✅ Readable, Structured Syntax — Use
{}braces for control flow, no ambiguous indentation - 📦 Modular Programming — Split logic into
.repyand.cdatafiles with easyinclude - 🔗 Function Chaining — Chain transformations with
|>for expressive pipelines - 📄 Header Files — Define reusable APIs and utilities in clean
.cdatablocks - 🛠️ Custom Compiler — Compile structured Python into native
.pycode - 🌐 Cross-Platform — Works anywhere Python runs
Example
mathutils.cdata
def square(x) {
return x * x
}
def cube(x) {
return x * x * x
}
main.repy
include 'mathutils.cdata'
def greet(name) {
return "Hello, " + name
}
if __name__ == '__main__' {
name = "Rihaan"
print(greet(name))
x = 5
result = x |> square |> cube
print("Result:", result)
}
To download the reStructuredPython compiler using the python package index:
pip install --upgrade restructuredpython
Download our vscode extension with intellisense support from the visual studio marketplace
To use the reStructuredPython compiler:
repy path/to/your/file.repy
📚 Documentation
Explore the syntax guide, chaining rules, and .cdata structure:
Contributing
Please contribute and raise issues! We just started and this is a pioneering project. Fork the repository, make your changes, update the documentation in the docs/* folder, add examples (if applicable) in the tests/.repy and their compiled versions in tests/.py directory as well as in docs/source/tutorials/programs and in docs/source/tutorials/compiled_programs. Once you have ensured all features work of the compiler by test-compiling the other files in tests/.repy/*, make a pull request with the github issue number is applicable, short concise title and description of your changes. Warining: The first paragraph of the pull request description will go to be part of the changelong, so keep it short and clear. PLEASE DO NOT label your changes as a new version. That will be done manually or by a bot.
Changelog
View the changelog at https://restructuredpython.readthedocs.io/en/latest/changelog.html
Common mistakes
These mistakes will reslut in a syntax error thrown by the REPY compiler or invalid python. View the error index at https://restructuredpython.readthedocs.io/en/latest/compiler/error_index/
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 restructuredpython-2.5.1.tar.gz.
File metadata
- Download URL: restructuredpython-2.5.1.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4785be1bc7551711f38500011e10341a5ca9030aa90ad567d93854702153a00f
|
|
| MD5 |
62293c8bb96d30ff846a3a47119200ca
|
|
| BLAKE2b-256 |
752f2a185c58c89924c44c1abf8eaadcded1d9a6ae658240f305088857095b3c
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1.tar.gz:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1.tar.gz -
Subject digest:
4785be1bc7551711f38500011e10341a5ca9030aa90ad567d93854702153a00f - Sigstore transparency entry: 354128417
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 28.2 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9640f6b20e301b1dcddc99aed7c8eeb8552b3d9e239e4508c10b320b0d48b35
|
|
| MD5 |
1489cc0602ced32cf5a7c28ac21016ba
|
|
| BLAKE2b-256 |
86fe77ea45ab8e249e696e7d568be18addeed85d7bb4200b1b3602345906581e
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-pp311-pypy311_pp73-win_amd64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-pp311-pypy311_pp73-win_amd64.whl -
Subject digest:
d9640f6b20e301b1dcddc99aed7c8eeb8552b3d9e239e4508c10b320b0d48b35 - Sigstore transparency entry: 354129957
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-pp310-pypy310_pp73-win_amd64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 28.2 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e5cade256d9c830b2d0c044dee5dc99724171aa1c41c7c0746f4f62567ebd8a
|
|
| MD5 |
8ce96f0dc9c67a5ccf50b624e45dfb1c
|
|
| BLAKE2b-256 |
db7be1d89b5052f184e1aabf64d3c94112f89657814fc7360268f7f2c334134c
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-pp310-pypy310_pp73-win_amd64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-pp310-pypy310_pp73-win_amd64.whl -
Subject digest:
3e5cade256d9c830b2d0c044dee5dc99724171aa1c41c7c0746f4f62567ebd8a - Sigstore transparency entry: 354129503
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314t-win_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314t-win_arm64.whl
- Upload date:
- Size: 27.2 kB
- Tags: CPython 3.14t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccb203e0c06444ff5a60c1c6330bc0100e6097670f482a510f5a81f68efab732
|
|
| MD5 |
4a41ecba943e935d1b0d21201ca17f31
|
|
| BLAKE2b-256 |
15f6dc496006d62e5c058424adaa053728f95e7616a6500656cc5b368cc4ef1d
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314t-win_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314t-win_arm64.whl -
Subject digest:
ccb203e0c06444ff5a60c1c6330bc0100e6097670f482a510f5a81f68efab732 - Sigstore transparency entry: 354128557
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 33.6 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0c0ddd169689a4d7b702619b850f38f4b9884bc9eb3d016a25c6dfc67a443ed
|
|
| MD5 |
32512f143a56a8bdb202c9ea2c499e1a
|
|
| BLAKE2b-256 |
80caf762f95502bd47aec8f179701346f181f3922ce9290b382f5c9e85898675
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
b0c0ddd169689a4d7b702619b850f38f4b9884bc9eb3d016a25c6dfc67a443ed - Sigstore transparency entry: 354129022
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 34.2 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcabb93b64917f37b8ccf2055969e7e98f69d4f724d503590830b2dc85a6d5ad
|
|
| MD5 |
87032faea526c5d3a6690defadf620d9
|
|
| BLAKE2b-256 |
34327a4c4a2816f0a76314c1af6c83d1cf58ccbe89f7f22c1f70289dca2ab775
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl -
Subject digest:
bcabb93b64917f37b8ccf2055969e7e98f69d4f724d503590830b2dc85a6d5ad - Sigstore transparency entry: 354128826
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 35.1 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d50f31844e982b58c299cbb12d2654197a113ed47f0746413a90a8a9788274cb
|
|
| MD5 |
2b3eaafdb865dd7e3a6e0b1cc52e2e74
|
|
| BLAKE2b-256 |
2ea6a430256a3c2612aef487b1f085a9abf4005a4613a40b077670b6d6269fca
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
d50f31844e982b58c299cbb12d2654197a113ed47f0746413a90a8a9788274cb - Sigstore transparency entry: 354128766
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 34.0 kB
- Tags: CPython 3.14t, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adb00bdf4cbd06657c108a9abc63ac63d3fb47b9b48c7e52c44045147a982d07
|
|
| MD5 |
4a57d9bb7a17e211766e7f9297d914e3
|
|
| BLAKE2b-256 |
2c934176d06dffe5a001dd4c3b73cfe9bd83eff0f46b2b8e048057d90bb96dfa
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
adb00bdf4cbd06657c108a9abc63ac63d3fb47b9b48c7e52c44045147a982d07 - Sigstore transparency entry: 354129062
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 26.2 kB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e84bc2f3c914ef374a1005a4c75319a72cdf6b0e5a98ff9a74f64d6b0e22a726
|
|
| MD5 |
86cf29b87f5845ffff561d7da1dc1079
|
|
| BLAKE2b-256 |
4a2d91cf6f82ac75a12d079807b6cc253394d154ed1aff14575f5a3c53283081
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314t-macosx_11_0_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314t-macosx_11_0_arm64.whl -
Subject digest:
e84bc2f3c914ef374a1005a4c75319a72cdf6b0e5a98ff9a74f64d6b0e22a726 - Sigstore transparency entry: 354129383
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314t-macosx_10_13_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314t-macosx_10_13_x86_64.whl
- Upload date:
- Size: 25.9 kB
- Tags: CPython 3.14t, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4efeb6840337c6761de458ea4d599aa440d586c6b03dfc0aa346efc20318c72
|
|
| MD5 |
6aab3f64ef9d974c5606f23d9d3e51b2
|
|
| BLAKE2b-256 |
7ee3a66e3f7433905026ff2460fe8441fa178f861cfe1b653c278a98b6a67220
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314t-macosx_10_13_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314t-macosx_10_13_x86_64.whl -
Subject digest:
d4efeb6840337c6761de458ea4d599aa440d586c6b03dfc0aa346efc20318c72 - Sigstore transparency entry: 354128725
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 27.2 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c86e00f5c4587d7263cf36bc09ade6cbf15c01228171f29835fa195fa6ea3aee
|
|
| MD5 |
d71faa4cefa512a00255ffff6e173e6b
|
|
| BLAKE2b-256 |
0427084a76347a48f9b58236d08e76990209f62cdc7b57a8c5a9955d7731a52b
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314-win_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314-win_arm64.whl -
Subject digest:
c86e00f5c4587d7263cf36bc09ade6cbf15c01228171f29835fa195fa6ea3aee - Sigstore transparency entry: 354129092
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 33.5 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e39894fbefc101f369caed7781c948d2578611f4c49ce6f234e78d5a6a02cf2
|
|
| MD5 |
72d819caa7596a2fd375361a0beb7ac4
|
|
| BLAKE2b-256 |
513ab298a577912c31dedb8994b8ffc7fdde61b4640d2e7cfe01006f781fe082
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
7e39894fbefc101f369caed7781c948d2578611f4c49ce6f234e78d5a6a02cf2 - Sigstore transparency entry: 354129188
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 34.1 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbe96bd730aee6c2cb88282cd61d1dd6a573c51edcdfa4d4e19d620bf63a2e84
|
|
| MD5 |
f72ae412aaeee6a8db87cf83811e2370
|
|
| BLAKE2b-256 |
aca7351408dd8b0eaa3ca9ff4b389b56c9e29f16dd872141783bfeecdb84f663
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
fbe96bd730aee6c2cb88282cd61d1dd6a573c51edcdfa4d4e19d620bf63a2e84 - Sigstore transparency entry: 354128646
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 35.0 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41e21bc553e70ecc5c34cbe111403299f19152997bd1eaafa1179a6dabf17b28
|
|
| MD5 |
f1902b8525b8d7318becca972a1c602b
|
|
| BLAKE2b-256 |
62f2e626e5ae28dbbabdeeeb804311d4c02e52fc0c0ab8b158aef965b794e6c5
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
41e21bc553e70ecc5c34cbe111403299f19152997bd1eaafa1179a6dabf17b28 - Sigstore transparency entry: 354128972
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 33.9 kB
- Tags: CPython 3.14, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c5f10f95d9505b3e7ffeaea63c7d115b09427a82e0e8965e19f85493bc72ab1
|
|
| MD5 |
98cb3db5bc10e595483d70314ec1e71b
|
|
| BLAKE2b-256 |
b74814a26675ee11ae19e4be9f4ab1a9e4ce2fe570400d8c0056b44f72d7fc02
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
8c5f10f95d9505b3e7ffeaea63c7d115b09427a82e0e8965e19f85493bc72ab1 - Sigstore transparency entry: 354129145
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 26.2 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c16bb5f386d0cdbac9cbbed4664b3615218c6076e597a629e012ec986b0506e3
|
|
| MD5 |
3eb83f2a61233ac5e907d743b540daf4
|
|
| BLAKE2b-256 |
56d5e6047c66d0c3dccf5a2da8f59585cb1560eb0a15b68d02eeb7fdf1a871ba
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
c16bb5f386d0cdbac9cbbed4664b3615218c6076e597a629e012ec986b0506e3 - Sigstore transparency entry: 354129876
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp314-cp314-macosx_10_13_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp314-cp314-macosx_10_13_x86_64.whl
- Upload date:
- Size: 25.9 kB
- Tags: CPython 3.14, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5082351c03c189b0e08b972f788b45fa0c8e80d21ae21a69ac5249b4662df83
|
|
| MD5 |
a0b6ac9bd30af3c83a3f3d1c603cc1fc
|
|
| BLAKE2b-256 |
eb89c0599a29e0cdd45d796e47df6d46a77e473a5433a81a14e2e5fa550bda11
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314-macosx_10_13_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp314-cp314-macosx_10_13_x86_64.whl -
Subject digest:
e5082351c03c189b0e08b972f788b45fa0c8e80d21ae21a69ac5249b4662df83 - Sigstore transparency entry: 354128992
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 27.1 kB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0bacf6175d97cada0ad99cef3cfe2b0a516a7b6629ce6a589fbf3c55ad2068f
|
|
| MD5 |
fec86dacffcd21c432357a6aac1b36a2
|
|
| BLAKE2b-256 |
003e2dc232b1396175080c30da744a67636aa537069960ef0fd8908d0a17eb01
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-win_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp313-cp313-win_arm64.whl -
Subject digest:
a0bacf6175d97cada0ad99cef3cfe2b0a516a7b6629ce6a589fbf3c55ad2068f - Sigstore transparency entry: 354129268
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 28.1 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9374e5e51c57e8a8d96d9140b96a26f298ad6e50d129bcd55aafa414af1ddfc
|
|
| MD5 |
662ef26ee74df1bc951eae9c534dd8fc
|
|
| BLAKE2b-256 |
3630f1d022020e2e77491921339a5512b53632bf6f84efc64881c29c9ab4b5f3
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-win_amd64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp313-cp313-win_amd64.whl -
Subject digest:
a9374e5e51c57e8a8d96d9140b96a26f298ad6e50d129bcd55aafa414af1ddfc - Sigstore transparency entry: 354128501
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp313-cp313-win32.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp313-cp313-win32.whl
- Upload date:
- Size: 27.7 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
969b5937ced009532a73708cbeb289c9d3e8dca8ef1cc1fd3b3dd20561c221aa
|
|
| MD5 |
82c43f7c4b22e40a6270c58aa6b999ee
|
|
| BLAKE2b-256 |
307e6d6dea36695b7292e756054a4fdc0b38050db9f5ac00eec1d782443edeee
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-win32.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp313-cp313-win32.whl -
Subject digest:
969b5937ced009532a73708cbeb289c9d3e8dca8ef1cc1fd3b3dd20561c221aa - Sigstore transparency entry: 354130071
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 33.5 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d517125285a5d1c988d8631c9636d4a9acc80de50747b181b4db2c9baaacbccf
|
|
| MD5 |
81ed791b5818dc683d9bcda09e497df6
|
|
| BLAKE2b-256 |
6d5cd8d8685187684f5fd730fff9882e20381fe6451472138bed5024f5973246
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
d517125285a5d1c988d8631c9636d4a9acc80de50747b181b4db2c9baaacbccf - Sigstore transparency entry: 354129472
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 34.1 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b8b1fe5962e5d591c16c3bc506f8795417b472cf99537ff3572233fe2990b3b
|
|
| MD5 |
873d74cc6af592ebbe79e4f3a4871490
|
|
| BLAKE2b-256 |
32c85020e2a4858820b5b187e33cd4dcfc31638511a127b47b87dfc2e141a0ff
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
4b8b1fe5962e5d591c16c3bc506f8795417b472cf99537ff3572233fe2990b3b - Sigstore transparency entry: 354128854
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 35.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2eb08be3c866707f41a55b0403bf040ec889cccd583d899d6492a6ee0c29344
|
|
| MD5 |
3e17ef5009ad866033b549a01338086f
|
|
| BLAKE2b-256 |
3637bd8a2162083d4ed490e0798b581aab512686882f5187efd19547136f88aa
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
c2eb08be3c866707f41a55b0403bf040ec889cccd583d899d6492a6ee0c29344 - Sigstore transparency entry: 354128610
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 33.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8f7ade9647bf32f9702ff759bb6f11972ae9ea3c6a5829e553654d17e37187f
|
|
| MD5 |
3d03c52c9d4d7792264c99fb6b76af3b
|
|
| BLAKE2b-256 |
8b3f40b2d46bb3257816334a525beb4fd6ea11901ae25b9b0185719bc5a823c9
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
b8f7ade9647bf32f9702ff759bb6f11972ae9ea3c6a5829e553654d17e37187f - Sigstore transparency entry: 354129233
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 26.2 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2751aea91e5048051c197573fff7bb1ba0e796c425aa0802fa482ea97727ace3
|
|
| MD5 |
2e95430326bb0afd7bcea7f66ea739f6
|
|
| BLAKE2b-256 |
c7b95fd531a714c118000b2bf87bcc30796833e949e235e8113425ed20f055a4
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
2751aea91e5048051c197573fff7bb1ba0e796c425aa0802fa482ea97727ace3 - Sigstore transparency entry: 354129730
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 25.9 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91220039cd8232b68a9f03a796bc9da2a018e012a7d07095fbe5a2d482bf98e3
|
|
| MD5 |
1d568581747ba362eb25686c215c5e18
|
|
| BLAKE2b-256 |
1dfafa2951102d6a771930250f9aac96ab18869b3ac564538346e6617d089115
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
91220039cd8232b68a9f03a796bc9da2a018e012a7d07095fbe5a2d482bf98e3 - Sigstore transparency entry: 354129586
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 27.1 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
124dc507b2bce970ec0cc619600597d95c83923ceb81df2f2b11b97656d1f28d
|
|
| MD5 |
c486f8f31257141e6a6bb7f5bb402256
|
|
| BLAKE2b-256 |
673b0485c7e3bf7a350e7ed0c299bb84fc6fc2acea71a2ed6daa6d518d6b9853
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-win_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp312-cp312-win_arm64.whl -
Subject digest:
124dc507b2bce970ec0cc619600597d95c83923ceb81df2f2b11b97656d1f28d - Sigstore transparency entry: 354129943
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 28.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef812a0cb0ab6cfb84a8eed18dc13acfa106fc56ff6a9b0a0b5cd9df8101f05a
|
|
| MD5 |
f43ec97c971c2563fa57d7f9c2ac6f5a
|
|
| BLAKE2b-256 |
ad3b1da1fd88c6ebfd88d6235692e7ab060980246ff6544dbe08658dc0c6de0a
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-win_amd64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp312-cp312-win_amd64.whl -
Subject digest:
ef812a0cb0ab6cfb84a8eed18dc13acfa106fc56ff6a9b0a0b5cd9df8101f05a - Sigstore transparency entry: 354130028
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp312-cp312-win32.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp312-cp312-win32.whl
- Upload date:
- Size: 27.7 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d33546752500ddb625b9947f540189591e4a6e4aa60e6c6347e2a9e0e45009f9
|
|
| MD5 |
53e52643cf18b0389e89543e63b88861
|
|
| BLAKE2b-256 |
e17f421e670af9ed7414ebc6b106d9e5980a912321875c5ffd9373839240e4d7
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-win32.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp312-cp312-win32.whl -
Subject digest:
d33546752500ddb625b9947f540189591e4a6e4aa60e6c6347e2a9e0e45009f9 - Sigstore transparency entry: 354129676
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 33.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
181d4bdc833ab36a5023546bad094339c2ea3542326d10805e30ace2ce4f4e7a
|
|
| MD5 |
0f5bd8dbf1ec2d78e3ad501f2bc4fa43
|
|
| BLAKE2b-256 |
73e7df4c6c16609d86e9f51388c3ec8f6fa509126116380bda13d167eb14f109
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
181d4bdc833ab36a5023546bad094339c2ea3542326d10805e30ace2ce4f4e7a - Sigstore transparency entry: 354128584
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 34.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8459476cedc7e576ecdd1684a22ed03d252a17b3ed7dad29609daceb453c225
|
|
| MD5 |
f4a487746806befb5fc9cbdd66b8a478
|
|
| BLAKE2b-256 |
e8c5499e340f216f04215831f28e5531817c8b43e46f25fdb3f7daa9afc3b940
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
e8459476cedc7e576ecdd1684a22ed03d252a17b3ed7dad29609daceb453c225 - Sigstore transparency entry: 354129618
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 34.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
deabb765c6d08c29306e3ce370b3f624b89b077de00b8b4f61bc19106abd29f7
|
|
| MD5 |
8d9e442d70a706a4cbd7c3957343856d
|
|
| BLAKE2b-256 |
1dc0dc49b9d5123bf62e2fa97e47e64249ed0de9f720b71a2d850f4911722dc6
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
deabb765c6d08c29306e3ce370b3f624b89b077de00b8b4f61bc19106abd29f7 - Sigstore transparency entry: 354129438
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 33.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95c77adfb5728eaf9fa5e770ad0eca714181e52e4a28f462646c97721ada4f38
|
|
| MD5 |
f4d6dc7bcccc331cd2a00490ca094801
|
|
| BLAKE2b-256 |
3b38257278971c875cb2ae707ba905ba0812e801ba7b1101674b2c385fb88771
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
95c77adfb5728eaf9fa5e770ad0eca714181e52e4a28f462646c97721ada4f38 - Sigstore transparency entry: 354128880
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 26.2 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6743c727d60c2941d611ffcff47129389a36899b90f8421df980c89aeb53a6fc
|
|
| MD5 |
ea235350565358e254cb8ed4c7749b2e
|
|
| BLAKE2b-256 |
77527cff62c829b662fbed00cffc54fc547743673e46951103944f2d5038dd6b
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
6743c727d60c2941d611ffcff47129389a36899b90f8421df980c89aeb53a6fc - Sigstore transparency entry: 354128794
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 25.9 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8b7b5e538157fdb8f375eccac5347d97d68a2bd07a144dd8c6115aac3fef9a3
|
|
| MD5 |
247e3a1b0b46a50d1146224f076b054e
|
|
| BLAKE2b-256 |
673dbe2b5af72250873449af27fdaf64b6c76ef67af9a51d2ef8cf0cd35477a5
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
a8b7b5e538157fdb8f375eccac5347d97d68a2bd07a144dd8c6115aac3fef9a3 - Sigstore transparency entry: 354128699
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 27.1 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d30ad16910c3848aa56229da22264345965c39093249692ddb00c6f61e4dff2
|
|
| MD5 |
b9b97c66916ecc21b6289b713d5d7c64
|
|
| BLAKE2b-256 |
64e9f2a298a28acc15e00353c8053c5b1572207d0b5cf79cfe94277ffdaa8da0
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-win_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp311-cp311-win_arm64.whl -
Subject digest:
3d30ad16910c3848aa56229da22264345965c39093249692ddb00c6f61e4dff2 - Sigstore transparency entry: 354129794
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 28.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d9fc079d15ed4477da12b956e8c9624478d4acbda56be1b1815e3cbb9e13433
|
|
| MD5 |
389e3f63dea23e8f80bf252000810fb6
|
|
| BLAKE2b-256 |
aaae5e0a8591bf7c017a863c9c5f044451174d9e9730cbe651f3d8302c749e63
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-win_amd64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp311-cp311-win_amd64.whl -
Subject digest:
0d9fc079d15ed4477da12b956e8c9624478d4acbda56be1b1815e3cbb9e13433 - Sigstore transparency entry: 354129984
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp311-cp311-win32.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp311-cp311-win32.whl
- Upload date:
- Size: 27.7 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e01df0803550bdce2c93d106841458b3cf953f089f74a1f237764a452038ba9
|
|
| MD5 |
3b7df67d58eae96532ec9f3cc11b7c94
|
|
| BLAKE2b-256 |
26961b5ce33545e8bb59e6b9776f9ecbcf2169582b7595a1809e5e383ff6572e
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-win32.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp311-cp311-win32.whl -
Subject digest:
8e01df0803550bdce2c93d106841458b3cf953f089f74a1f237764a452038ba9 - Sigstore transparency entry: 354128918
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 33.7 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa91a1dc96c0566f32586042cf8ee01162fba737d991dbebcbbbc058afc91cbc
|
|
| MD5 |
acb447060484d4a3bbf4672fff8cb8e9
|
|
| BLAKE2b-256 |
b3fed5f93cc4b5722cce37c8fcd52d652a17c539df5a7f69a2ab77475c1105e2
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
aa91a1dc96c0566f32586042cf8ee01162fba737d991dbebcbbbc058afc91cbc - Sigstore transparency entry: 354129558
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 34.3 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a98977883e5e7bfe5203b6c0744ab573e56c1462d5cee4f22338b7bde1cfb6d
|
|
| MD5 |
2de89cc7cd4a7e90488a1e1e10469cca
|
|
| BLAKE2b-256 |
9c5a15bdf8ed6f7012bd8e7b0fea383b5e642aaf75e6fb26de5882421208d7fb
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
6a98977883e5e7bfe5203b6c0744ab573e56c1462d5cee4f22338b7bde1cfb6d - Sigstore transparency entry: 354129840
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 35.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
427b4ba368e4ad0ad50f359c32dbd88d63ec83ad63c471b09ae7d1c2d833b60a
|
|
| MD5 |
6eb72ed0d31a885ff442993c4270ebcd
|
|
| BLAKE2b-256 |
55d8d2c0f102e8720656480ae2f43e00ccaa44c7adc530206fd6a416c9543207
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
427b4ba368e4ad0ad50f359c32dbd88d63ec83ad63c471b09ae7d1c2d833b60a - Sigstore transparency entry: 354129319
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 34.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1940664211ebc1db2b2535a297b26d29c5c8b2bda714cc77cafc068001b79440
|
|
| MD5 |
c0097efa224a21116bb7aaf2c1e3db10
|
|
| BLAKE2b-256 |
1e15fc13331ddf14c632a04ecb30f68041554afd4f1833a83eee0f4a6e917b62
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
1940664211ebc1db2b2535a297b26d29c5c8b2bda714cc77cafc068001b79440 - Sigstore transparency entry: 354130003
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 26.2 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1a91e5504b4d97107155fef3810744c355928c33aa467b5ee0fa596b212134b
|
|
| MD5 |
bf04ab3cf434f4fd64daf7eaf5c21b81
|
|
| BLAKE2b-256 |
d3f1f440cc018379f7e1db31ca930ed9220c1c49c76a6ebd4f96c7e456017302
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
d1a91e5504b4d97107155fef3810744c355928c33aa467b5ee0fa596b212134b - Sigstore transparency entry: 354129919
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 25.9 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bd7b85621803f3044304174499de2dba7612f7dada0a73b48edfefcb651b845
|
|
| MD5 |
cf6ef493584ba93897605c2d8f9a9738
|
|
| BLAKE2b-256 |
5fd714086fad3188968436b57296d212cf7f4139bb23a631af51fb2557158a1d
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
9bd7b85621803f3044304174499de2dba7612f7dada0a73b48edfefcb651b845 - Sigstore transparency entry: 354129404
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp310-cp310-win_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp310-cp310-win_arm64.whl
- Upload date:
- Size: 27.1 kB
- Tags: CPython 3.10, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0af3d4c8bf1f2775e32dc879673170d1b07885d08a4f660f632db7a312b91d8d
|
|
| MD5 |
53763b971c698c37af2ec8f3a6caf034
|
|
| BLAKE2b-256 |
6e6928f4377947907670c887bfc9c4b0f68513da48bd16a2886b9346e617394f
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-win_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp310-cp310-win_arm64.whl -
Subject digest:
0af3d4c8bf1f2775e32dc879673170d1b07885d08a4f660f632db7a312b91d8d - Sigstore transparency entry: 354128946
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 28.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
846ed769abdc7e2b9d38a193975d011a8367b1a35ed0e0e90ab8ac5397958415
|
|
| MD5 |
e0ecd352b4434dd88b478bd7331f2c99
|
|
| BLAKE2b-256 |
a5d771ca7fa1fbda7fe0b11c5093e908f35c6f251d61e198cf77d5818fca5e42
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-win_amd64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp310-cp310-win_amd64.whl -
Subject digest:
846ed769abdc7e2b9d38a193975d011a8367b1a35ed0e0e90ab8ac5397958415 - Sigstore transparency entry: 354129653
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp310-cp310-win32.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp310-cp310-win32.whl
- Upload date:
- Size: 27.7 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb0c36f67912e93ef80f76a172e07af37713997183db73b7aeca0c6560166a0c
|
|
| MD5 |
8f77f46d5d6584cd56a8be286bdc5767
|
|
| BLAKE2b-256 |
a0a411f51a2f4121fdd5dd23010231bbeb11e5fa1a1f5acf504128a8ef7ec2ae
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-win32.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp310-cp310-win32.whl -
Subject digest:
cb0c36f67912e93ef80f76a172e07af37713997183db73b7aeca0c6560166a0c - Sigstore transparency entry: 354129350
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 33.7 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3413161ac3aae888e1463ca34605f310d337a07037ea9141c34e85e9df6736e
|
|
| MD5 |
016f36aef2338121d4ba13fc61649fa2
|
|
| BLAKE2b-256 |
74d814d083cec4379518c7c6271d58d9b9902d05339d5c08e4f458feebc9ac07
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
e3413161ac3aae888e1463ca34605f310d337a07037ea9141c34e85e9df6736e - Sigstore transparency entry: 354129708
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 34.3 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2b12433bf357beb4c7a98d422afa302e81679a8e92e8dcbbaf302ad2f83f2ea
|
|
| MD5 |
9f3ec6a62b14192c20db288aa58f2e79
|
|
| BLAKE2b-256 |
6e44efe391fe3b897caea835bb77fb4eca59f7a2ed4e610501a1937e17af27fc
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
f2b12433bf357beb4c7a98d422afa302e81679a8e92e8dcbbaf302ad2f83f2ea - Sigstore transparency entry: 354128459
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 35.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
804bf30e78a0f3cf7c213f560bcdd8ae2658fd8f748b486c6cf2d6a7d825e3c5
|
|
| MD5 |
e87d4cc17f6a3a59ff6ac85cb9b11467
|
|
| BLAKE2b-256 |
86dd6b6d6e3cce64c8a2114a732d39555b6d4fddfb17b9e1e13508ea9bb996e6
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
804bf30e78a0f3cf7c213f560bcdd8ae2658fd8f748b486c6cf2d6a7d825e3c5 - Sigstore transparency entry: 354129522
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 34.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.28+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
feeef324b8f63e4446bb13e253e0d9cb96e519bf14b0f6bfffe3c9332945427b
|
|
| MD5 |
1c0e411c287685a029b5e24024233dd8
|
|
| BLAKE2b-256 |
91a0d534976ae58a9892c54afddcf2d2a109323d6a589381cd3a567d2e1f47b7
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
feeef324b8f63e4446bb13e253e0d9cb96e519bf14b0f6bfffe3c9332945427b - Sigstore transparency entry: 354129761
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 26.2 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16b875a1214c4f91cbe2a0708f64d3b69c0e9b1adf9b575097e6257404b33250
|
|
| MD5 |
1c8f282e623dd7c477d427eff181bcbd
|
|
| BLAKE2b-256 |
ccc6dd07a65feccdc45c538b2ff9eb40a95701269f0f713f3a1bfa58c7d4827d
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
16b875a1214c4f91cbe2a0708f64d3b69c0e9b1adf9b575097e6257404b33250 - Sigstore transparency entry: 354128673
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type:
File details
Details for the file restructuredpython-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: restructuredpython-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 25.9 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7a1d197fe4171f0b61f7e19d71b0333c54090bf300b72da272b679516d68e0d
|
|
| MD5 |
e03f6a0dac295539226389e5ec494b06
|
|
| BLAKE2b-256 |
710576ebe99e7f814699157d8c2edaeacac7da6d737eb0893adb84279778d6d2
|
Provenance
The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
publish.yml on sharktide/restructuredpython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
restructuredpython-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
d7a1d197fe4171f0b61f7e19d71b0333c54090bf300b72da272b679516d68e0d - Sigstore transparency entry: 354130055
- Sigstore integration time:
-
Permalink:
sharktide/restructuredpython@f875134b54f6842e31ab6d74af68049741a8c570 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sharktide
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f875134b54f6842e31ab6d74af68049741a8c570 -
Trigger Event:
push
-
Statement type: