Skip to main content

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

Publish Python Package Latest Version PyPI Downloads Socket Badge CodeFactor Python Versions Static Badge

🔷 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 .repy and .cdata files with easy include
  • 🔗 Function Chaining — Chain transformations with |> for expressive pipelines
  • 📄 Header Files — Define reusable APIs and utilities in clean .cdata blocks
  • 🛠️ Custom Compiler — Compile structured Python into native .py code
  • 🌐 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:

Docs Home Syntax Guide

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

restructuredpython-2.5.1.tar.gz (17.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

restructuredpython-2.5.1-pp311-pypy311_pp73-win_amd64.whl (28.2 kB view details)

Uploaded PyPyWindows x86-64

restructuredpython-2.5.1-pp310-pypy310_pp73-win_amd64.whl (28.2 kB view details)

Uploaded PyPyWindows x86-64

restructuredpython-2.5.1-cp314-cp314t-win_arm64.whl (27.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl (33.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl (34.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

restructuredpython-2.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (35.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

restructuredpython-2.5.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (34.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

restructuredpython-2.5.1-cp314-cp314t-macosx_11_0_arm64.whl (26.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

restructuredpython-2.5.1-cp314-cp314t-macosx_10_13_x86_64.whl (25.9 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

restructuredpython-2.5.1-cp314-cp314-win_arm64.whl (27.2 kB view details)

Uploaded CPython 3.14Windows ARM64

restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_x86_64.whl (33.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_aarch64.whl (34.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

restructuredpython-2.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (35.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

restructuredpython-2.5.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (33.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

restructuredpython-2.5.1-cp314-cp314-macosx_11_0_arm64.whl (26.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

restructuredpython-2.5.1-cp314-cp314-macosx_10_13_x86_64.whl (25.9 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

restructuredpython-2.5.1-cp313-cp313-win_arm64.whl (27.1 kB view details)

Uploaded CPython 3.13Windows ARM64

restructuredpython-2.5.1-cp313-cp313-win_amd64.whl (28.1 kB view details)

Uploaded CPython 3.13Windows x86-64

restructuredpython-2.5.1-cp313-cp313-win32.whl (27.7 kB view details)

Uploaded CPython 3.13Windows x86

restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_x86_64.whl (33.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_aarch64.whl (34.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

restructuredpython-2.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (35.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

restructuredpython-2.5.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (33.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

restructuredpython-2.5.1-cp313-cp313-macosx_11_0_arm64.whl (26.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

restructuredpython-2.5.1-cp313-cp313-macosx_10_13_x86_64.whl (25.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

restructuredpython-2.5.1-cp312-cp312-win_arm64.whl (27.1 kB view details)

Uploaded CPython 3.12Windows ARM64

restructuredpython-2.5.1-cp312-cp312-win_amd64.whl (28.1 kB view details)

Uploaded CPython 3.12Windows x86-64

restructuredpython-2.5.1-cp312-cp312-win32.whl (27.7 kB view details)

Uploaded CPython 3.12Windows x86

restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_x86_64.whl (33.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_aarch64.whl (34.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

restructuredpython-2.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (34.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

restructuredpython-2.5.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (33.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

restructuredpython-2.5.1-cp312-cp312-macosx_11_0_arm64.whl (26.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

restructuredpython-2.5.1-cp312-cp312-macosx_10_13_x86_64.whl (25.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

restructuredpython-2.5.1-cp311-cp311-win_arm64.whl (27.1 kB view details)

Uploaded CPython 3.11Windows ARM64

restructuredpython-2.5.1-cp311-cp311-win_amd64.whl (28.1 kB view details)

Uploaded CPython 3.11Windows x86-64

restructuredpython-2.5.1-cp311-cp311-win32.whl (27.7 kB view details)

Uploaded CPython 3.11Windows x86

restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_x86_64.whl (33.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_aarch64.whl (34.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

restructuredpython-2.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (35.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

restructuredpython-2.5.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (34.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

restructuredpython-2.5.1-cp311-cp311-macosx_11_0_arm64.whl (26.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

restructuredpython-2.5.1-cp311-cp311-macosx_10_9_x86_64.whl (25.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

restructuredpython-2.5.1-cp310-cp310-win_arm64.whl (27.1 kB view details)

Uploaded CPython 3.10Windows ARM64

restructuredpython-2.5.1-cp310-cp310-win_amd64.whl (28.2 kB view details)

Uploaded CPython 3.10Windows x86-64

restructuredpython-2.5.1-cp310-cp310-win32.whl (27.7 kB view details)

Uploaded CPython 3.10Windows x86

restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_x86_64.whl (33.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_aarch64.whl (34.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

restructuredpython-2.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (35.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

restructuredpython-2.5.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (34.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

restructuredpython-2.5.1-cp310-cp310-macosx_11_0_arm64.whl (26.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

restructuredpython-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl (25.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Hashes for restructuredpython-2.5.1.tar.gz
Algorithm Hash digest
SHA256 4785be1bc7551711f38500011e10341a5ca9030aa90ad567d93854702153a00f
MD5 62293c8bb96d30ff846a3a47119200ca
BLAKE2b-256 752f2a185c58c89924c44c1abf8eaadcded1d9a6ae658240f305088857095b3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.tar.gz:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d9640f6b20e301b1dcddc99aed7c8eeb8552b3d9e239e4508c10b320b0d48b35
MD5 1489cc0602ced32cf5a7c28ac21016ba
BLAKE2b-256 86fe77ea45ab8e249e696e7d568be18addeed85d7bb4200b1b3602345906581e

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-pp311-pypy311_pp73-win_amd64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3e5cade256d9c830b2d0c044dee5dc99724171aa1c41c7c0746f4f62567ebd8a
MD5 8ce96f0dc9c67a5ccf50b624e45dfb1c
BLAKE2b-256 db7be1d89b5052f184e1aabf64d3c94112f89657814fc7360268f7f2c334134c

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-pp310-pypy310_pp73-win_amd64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 ccb203e0c06444ff5a60c1c6330bc0100e6097670f482a510f5a81f68efab732
MD5 4a41ecba943e935d1b0d21201ca17f31
BLAKE2b-256 15f6dc496006d62e5c058424adaa053728f95e7616a6500656cc5b368cc4ef1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314t-win_arm64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0c0ddd169689a4d7b702619b850f38f4b9884bc9eb3d016a25c6dfc67a443ed
MD5 32512f143a56a8bdb202c9ea2c499e1a
BLAKE2b-256 80caf762f95502bd47aec8f179701346f181f3922ce9290b382f5c9e85898675

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bcabb93b64917f37b8ccf2055969e7e98f69d4f724d503590830b2dc85a6d5ad
MD5 87032faea526c5d3a6690defadf620d9
BLAKE2b-256 34327a4c4a2816f0a76314c1af6c83d1cf58ccbe89f7f22c1f70289dca2ab775

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d50f31844e982b58c299cbb12d2654197a113ed47f0746413a90a8a9788274cb
MD5 2b3eaafdb865dd7e3a6e0b1cc52e2e74
BLAKE2b-256 2ea6a430256a3c2612aef487b1f085a9abf4005a4613a40b077670b6d6269fca

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 adb00bdf4cbd06657c108a9abc63ac63d3fb47b9b48c7e52c44045147a982d07
MD5 4a57d9bb7a17e211766e7f9297d914e3
BLAKE2b-256 2c934176d06dffe5a001dd4c3b73cfe9bd83eff0f46b2b8e048057d90bb96dfa

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e84bc2f3c914ef374a1005a4c75319a72cdf6b0e5a98ff9a74f64d6b0e22a726
MD5 86cf29b87f5845ffff561d7da1dc1079
BLAKE2b-256 4a2d91cf6f82ac75a12d079807b6cc253394d154ed1aff14575f5a3c53283081

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d4efeb6840337c6761de458ea4d599aa440d586c6b03dfc0aa346efc20318c72
MD5 6aab3f64ef9d974c5606f23d9d3e51b2
BLAKE2b-256 7ee3a66e3f7433905026ff2460fe8441fa178f861cfe1b653c278a98b6a67220

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c86e00f5c4587d7263cf36bc09ade6cbf15c01228171f29835fa195fa6ea3aee
MD5 d71faa4cefa512a00255ffff6e173e6b
BLAKE2b-256 0427084a76347a48f9b58236d08e76990209f62cdc7b57a8c5a9955d7731a52b

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp314-cp314-win_arm64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e39894fbefc101f369caed7781c948d2578611f4c49ce6f234e78d5a6a02cf2
MD5 72d819caa7596a2fd375361a0beb7ac4
BLAKE2b-256 513ab298a577912c31dedb8994b8ffc7fdde61b4640d2e7cfe01006f781fe082

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbe96bd730aee6c2cb88282cd61d1dd6a573c51edcdfa4d4e19d620bf63a2e84
MD5 f72ae412aaeee6a8db87cf83811e2370
BLAKE2b-256 aca7351408dd8b0eaa3ca9ff4b389b56c9e29f16dd872141783bfeecdb84f663

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41e21bc553e70ecc5c34cbe111403299f19152997bd1eaafa1179a6dabf17b28
MD5 f1902b8525b8d7318becca972a1c602b
BLAKE2b-256 62f2e626e5ae28dbbabdeeeb804311d4c02e52fc0c0ab8b158aef965b794e6c5

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8c5f10f95d9505b3e7ffeaea63c7d115b09427a82e0e8965e19f85493bc72ab1
MD5 98cb3db5bc10e595483d70314ec1e71b
BLAKE2b-256 b74814a26675ee11ae19e4be9f4ab1a9e4ce2fe570400d8c0056b44f72d7fc02

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c16bb5f386d0cdbac9cbbed4664b3615218c6076e597a629e012ec986b0506e3
MD5 3eb83f2a61233ac5e907d743b540daf4
BLAKE2b-256 56d5e6047c66d0c3dccf5a2da8f59585cb1560eb0a15b68d02eeb7fdf1a871ba

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e5082351c03c189b0e08b972f788b45fa0c8e80d21ae21a69ac5249b4662df83
MD5 a0b6ac9bd30af3c83a3f3d1c603cc1fc
BLAKE2b-256 eb89c0599a29e0cdd45d796e47df6d46a77e473a5433a81a14e2e5fa550bda11

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a0bacf6175d97cada0ad99cef3cfe2b0a516a7b6629ce6a589fbf3c55ad2068f
MD5 fec86dacffcd21c432357a6aac1b36a2
BLAKE2b-256 003e2dc232b1396175080c30da744a67636aa537069960ef0fd8908d0a17eb01

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-win_arm64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a9374e5e51c57e8a8d96d9140b96a26f298ad6e50d129bcd55aafa414af1ddfc
MD5 662ef26ee74df1bc951eae9c534dd8fc
BLAKE2b-256 3630f1d022020e2e77491921339a5512b53632bf6f84efc64881c29c9ab4b5f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 969b5937ced009532a73708cbeb289c9d3e8dca8ef1cc1fd3b3dd20561c221aa
MD5 82c43f7c4b22e40a6270c58aa6b999ee
BLAKE2b-256 307e6d6dea36695b7292e756054a4fdc0b38050db9f5ac00eec1d782443edeee

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp313-cp313-win32.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d517125285a5d1c988d8631c9636d4a9acc80de50747b181b4db2c9baaacbccf
MD5 81ed791b5818dc683d9bcda09e497df6
BLAKE2b-256 6d5cd8d8685187684f5fd730fff9882e20381fe6451472138bed5024f5973246

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b8b1fe5962e5d591c16c3bc506f8795417b472cf99537ff3572233fe2990b3b
MD5 873d74cc6af592ebbe79e4f3a4871490
BLAKE2b-256 32c85020e2a4858820b5b187e33cd4dcfc31638511a127b47b87dfc2e141a0ff

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2eb08be3c866707f41a55b0403bf040ec889cccd583d899d6492a6ee0c29344
MD5 3e17ef5009ad866033b549a01338086f
BLAKE2b-256 3637bd8a2162083d4ed490e0798b581aab512686882f5187efd19547136f88aa

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b8f7ade9647bf32f9702ff759bb6f11972ae9ea3c6a5829e553654d17e37187f
MD5 3d03c52c9d4d7792264c99fb6b76af3b
BLAKE2b-256 8b3f40b2d46bb3257816334a525beb4fd6ea11901ae25b9b0185719bc5a823c9

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2751aea91e5048051c197573fff7bb1ba0e796c425aa0802fa482ea97727ace3
MD5 2e95430326bb0afd7bcea7f66ea739f6
BLAKE2b-256 c7b95fd531a714c118000b2bf87bcc30796833e949e235e8113425ed20f055a4

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 91220039cd8232b68a9f03a796bc9da2a018e012a7d07095fbe5a2d482bf98e3
MD5 1d568581747ba362eb25686c215c5e18
BLAKE2b-256 1dfafa2951102d6a771930250f9aac96ab18869b3ac564538346e6617d089115

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 124dc507b2bce970ec0cc619600597d95c83923ceb81df2f2b11b97656d1f28d
MD5 c486f8f31257141e6a6bb7f5bb402256
BLAKE2b-256 673b0485c7e3bf7a350e7ed0c299bb84fc6fc2acea71a2ed6daa6d518d6b9853

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-win_arm64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ef812a0cb0ab6cfb84a8eed18dc13acfa106fc56ff6a9b0a0b5cd9df8101f05a
MD5 f43ec97c971c2563fa57d7f9c2ac6f5a
BLAKE2b-256 ad3b1da1fd88c6ebfd88d6235692e7ab060980246ff6544dbe08658dc0c6de0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d33546752500ddb625b9947f540189591e4a6e4aa60e6c6347e2a9e0e45009f9
MD5 53e52643cf18b0389e89543e63b88861
BLAKE2b-256 e17f421e670af9ed7414ebc6b106d9e5980a912321875c5ffd9373839240e4d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp312-cp312-win32.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 181d4bdc833ab36a5023546bad094339c2ea3542326d10805e30ace2ce4f4e7a
MD5 0f5bd8dbf1ec2d78e3ad501f2bc4fa43
BLAKE2b-256 73e7df4c6c16609d86e9f51388c3ec8f6fa509126116380bda13d167eb14f109

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8459476cedc7e576ecdd1684a22ed03d252a17b3ed7dad29609daceb453c225
MD5 f4a487746806befb5fc9cbdd66b8a478
BLAKE2b-256 e8c5499e340f216f04215831f28e5531817c8b43e46f25fdb3f7daa9afc3b940

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 deabb765c6d08c29306e3ce370b3f624b89b077de00b8b4f61bc19106abd29f7
MD5 8d9e442d70a706a4cbd7c3957343856d
BLAKE2b-256 1dc0dc49b9d5123bf62e2fa97e47e64249ed0de9f720b71a2d850f4911722dc6

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 95c77adfb5728eaf9fa5e770ad0eca714181e52e4a28f462646c97721ada4f38
MD5 f4d6dc7bcccc331cd2a00490ca094801
BLAKE2b-256 3b38257278971c875cb2ae707ba905ba0812e801ba7b1101674b2c385fb88771

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6743c727d60c2941d611ffcff47129389a36899b90f8421df980c89aeb53a6fc
MD5 ea235350565358e254cb8ed4c7749b2e
BLAKE2b-256 77527cff62c829b662fbed00cffc54fc547743673e46951103944f2d5038dd6b

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a8b7b5e538157fdb8f375eccac5347d97d68a2bd07a144dd8c6115aac3fef9a3
MD5 247e3a1b0b46a50d1146224f076b054e
BLAKE2b-256 673dbe2b5af72250873449af27fdaf64b6c76ef67af9a51d2ef8cf0cd35477a5

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3d30ad16910c3848aa56229da22264345965c39093249692ddb00c6f61e4dff2
MD5 b9b97c66916ecc21b6289b713d5d7c64
BLAKE2b-256 64e9f2a298a28acc15e00353c8053c5b1572207d0b5cf79cfe94277ffdaa8da0

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-win_arm64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0d9fc079d15ed4477da12b956e8c9624478d4acbda56be1b1815e3cbb9e13433
MD5 389e3f63dea23e8f80bf252000810fb6
BLAKE2b-256 aaae5e0a8591bf7c017a863c9c5f044451174d9e9730cbe651f3d8302c749e63

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8e01df0803550bdce2c93d106841458b3cf953f089f74a1f237764a452038ba9
MD5 3b7df67d58eae96532ec9f3cc11b7c94
BLAKE2b-256 26961b5ce33545e8bb59e6b9776f9ecbcf2169582b7595a1809e5e383ff6572e

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp311-cp311-win32.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa91a1dc96c0566f32586042cf8ee01162fba737d991dbebcbbbc058afc91cbc
MD5 acb447060484d4a3bbf4672fff8cb8e9
BLAKE2b-256 b3fed5f93cc4b5722cce37c8fcd52d652a17c539df5a7f69a2ab77475c1105e2

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a98977883e5e7bfe5203b6c0744ab573e56c1462d5cee4f22338b7bde1cfb6d
MD5 2de89cc7cd4a7e90488a1e1e10469cca
BLAKE2b-256 9c5a15bdf8ed6f7012bd8e7b0fea383b5e642aaf75e6fb26de5882421208d7fb

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 427b4ba368e4ad0ad50f359c32dbd88d63ec83ad63c471b09ae7d1c2d833b60a
MD5 6eb72ed0d31a885ff442993c4270ebcd
BLAKE2b-256 55d8d2c0f102e8720656480ae2f43e00ccaa44c7adc530206fd6a416c9543207

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1940664211ebc1db2b2535a297b26d29c5c8b2bda714cc77cafc068001b79440
MD5 c0097efa224a21116bb7aaf2c1e3db10
BLAKE2b-256 1e15fc13331ddf14c632a04ecb30f68041554afd4f1833a83eee0f4a6e917b62

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1a91e5504b4d97107155fef3810744c355928c33aa467b5ee0fa596b212134b
MD5 bf04ab3cf434f4fd64daf7eaf5c21b81
BLAKE2b-256 d3f1f440cc018379f7e1db31ca930ed9220c1c49c76a6ebd4f96c7e456017302

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9bd7b85621803f3044304174499de2dba7612f7dada0a73b48edfefcb651b845
MD5 cf6ef493584ba93897605c2d8f9a9738
BLAKE2b-256 5fd714086fad3188968436b57296d212cf7f4139bb23a631af51fb2557158a1d

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 0af3d4c8bf1f2775e32dc879673170d1b07885d08a4f660f632db7a312b91d8d
MD5 53763b971c698c37af2ec8f3a6caf034
BLAKE2b-256 6e6928f4377947907670c887bfc9c4b0f68513da48bd16a2886b9346e617394f

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-win_arm64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 846ed769abdc7e2b9d38a193975d011a8367b1a35ed0e0e90ab8ac5397958415
MD5 e0ecd352b4434dd88b478bd7331f2c99
BLAKE2b-256 a5d771ca7fa1fbda7fe0b11c5093e908f35c6f251d61e198cf77d5818fca5e42

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cb0c36f67912e93ef80f76a172e07af37713997183db73b7aeca0c6560166a0c
MD5 8f77f46d5d6584cd56a8be286bdc5767
BLAKE2b-256 a0a411f51a2f4121fdd5dd23010231bbeb11e5fa1a1f5acf504128a8ef7ec2ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1-cp310-cp310-win32.whl:

Publisher: publish.yml on sharktide/restructuredpython

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3413161ac3aae888e1463ca34605f310d337a07037ea9141c34e85e9df6736e
MD5 016f36aef2338121d4ba13fc61649fa2
BLAKE2b-256 74d814d083cec4379518c7c6271d58d9b9902d05339d5c08e4f458feebc9ac07

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2b12433bf357beb4c7a98d422afa302e81679a8e92e8dcbbaf302ad2f83f2ea
MD5 9f3ec6a62b14192c20db288aa58f2e79
BLAKE2b-256 6e44efe391fe3b897caea835bb77fb4eca59f7a2ed4e610501a1937e17af27fc

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 804bf30e78a0f3cf7c213f560bcdd8ae2658fd8f748b486c6cf2d6a7d825e3c5
MD5 e87d4cc17f6a3a59ff6ac85cb9b11467
BLAKE2b-256 86dd6b6d6e3cce64c8a2114a732d39555b6d4fddfb17b9e1e13508ea9bb996e6

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

File hashes

Hashes for restructuredpython-2.5.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 feeef324b8f63e4446bb13e253e0d9cb96e519bf14b0f6bfffe3c9332945427b
MD5 1c0e411c287685a029b5e24024233dd8
BLAKE2b-256 91a0d534976ae58a9892c54afddcf2d2a109323d6a589381cd3a567d2e1f47b7

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16b875a1214c4f91cbe2a0708f64d3b69c0e9b1adf9b575097e6257404b33250
MD5 1c8f282e623dd7c477d427eff181bcbd
BLAKE2b-256 ccc6dd07a65feccdc45c538b2ff9eb40a95701269f0f713f3a1bfa58c7d4827d

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file restructuredpython-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7a1d197fe4171f0b61f7e19d71b0333c54090bf300b72da272b679516d68e0d
MD5 e03f6a0dac295539226389e5ec494b06
BLAKE2b-256 710576ebe99e7f814699157d8c2edaeacac7da6d737eb0893adb84279778d6d2

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page