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.post0.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.post0-pp311-pypy311_pp73-win_amd64.whl (28.3 kB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPyWindows x86-64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.13+ x86-64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.13+ x86-64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file restructuredpython-2.5.1.post0.tar.gz.

File metadata

  • Download URL: restructuredpython-2.5.1.post0.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.post0.tar.gz
Algorithm Hash digest
SHA256 cdaf21cca6ef319c035640347ce06a8954271e176f099a7ae9e59efc4ab138e7
MD5 a88471d535cae51a310198c3684a6cf8
BLAKE2b-256 a0e06b1a97a86eea1998031dc17c930b31ac964c2898d6af8dc419a85d6d92f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0.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.post0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 57069eac2520aa1557d358de70e9bb422ad76407c2620aceede4d91c836b3efa
MD5 cbf4275b553fe0a43b46e2fc93ae4287
BLAKE2b-256 ecd6fd5b2bd759190f1d0a8fcd18d3430214a6f7c8ea3b8f2c94f07399199d40

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a784eee342cc0eb7f4d39ced1c328ec17bfcdb1081538814f4b11f771a3af7c9
MD5 220f81becf0b41b51518f98215fc06e1
BLAKE2b-256 3d230444c421af8d415c9428612395f0510095fad1a6e55cd56290ec34b45829

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 53fdf218869a91ac12c77ce36fdb791507e0de7a373e8c382cc7d595b8d594c0
MD5 80d51b7d4f69393deb08e45e5cbca79d
BLAKE2b-256 88928eddf388553f7c32fb070b350b8ce917f74899fa922452a801033cb4434c

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5396504f9bdf39873647930b681927be933f17f11ffb4d3c3dd793db4af2ef1d
MD5 2522bbbd1f023dc6c6f29140b53aedec
BLAKE2b-256 8fbfbe4ac1d3f3d195ffbf97c2a34ad85576779439d4d0828a2175c634f6ded1

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 360f7c2af727a6c72492a79eca944a59163ff2e24d95ae557bbee4a197255e3e
MD5 c4852842bfe3263e62f7a03dd18a2d39
BLAKE2b-256 1be5cef0872567d947e16877bdcaeb15356aa044aedd1bd832c2b164c3a1892f

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f3826d6dc4d002131787ffb0dedddabe66186f82841914f5d1a5968e28ade3f
MD5 120fce4e16bc2c7076e1c5ceaab1ffca
BLAKE2b-256 a7443f214c344314bcc0ea58738e7859c3028f9f8bad8aa98fd17e9baafee75a

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-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.post0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 79eddbc77b082c0321d15bc70704fc9c7e2a49242bed03612172a2052a625ff1
MD5 25dc453a1cbba5aafa1b9369239802f7
BLAKE2b-256 0934afc8ddbc69671bab3c1e526711abe92bd820b477c8461309ed80c5c9a623

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b28f2d6cb2441227b3d27f88a34fc713a0f591cf87cd321af55a1efda6110bdb
MD5 a84480485c36cecd97f1a3e604ade87e
BLAKE2b-256 6444340fde67ad4f0fbf6554c2d1d304ea2ffab33f966dd558694f42eda521ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8b14355b826e7b9fe73f12ba84337772b60f4cf89ffdeba94a9649adb72d0c69
MD5 e8537d06ecb115e15aaf513e0a726a88
BLAKE2b-256 cc50db7a683218bdc7e84a073190863f2735c815c5cbb4c4a5e6d7fde87e6029

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 550f93126125c31ba192575b20b8cf5ac33f536af4d9eddd77707d0bec093d4b
MD5 5ed900aee616b8505beaa98df5c65f60
BLAKE2b-256 182435d9a1c8a9f704c4e68ec8ccc4c8459005be3ea0a8850733c53e9b26541f

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72916571f574ca74317c0085136ab1ee8faeef4aa09787868877041ea73f46b3
MD5 fb442427a3797ef8529b31cdcc00cb0a
BLAKE2b-256 af36de572998be5805eaf2ea1bdb2748cc3ee578b8c6a378549891b50b41f657

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 220185133ddd240161e41e9453b65b333f63e8a5062dfe846b349eef31c7927d
MD5 e32c193e74192f39632144337267b464
BLAKE2b-256 f41038a68bb0cd4415b77fc1f3379645d9dba7815326b1a42d9444dbc76885f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34c2b0114468637c015b446318ce170c452dee5a0156c92043351e92ae9253d2
MD5 25af417e93874ef0f583308fda2fddec
BLAKE2b-256 ec79c83a47937d28e8f172d53fd487786341ab4041e65ef2db0267d623ca6fa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-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.post0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 94cc1c71a18f162529c720a6c789d259c58932806d9bd01729bede7aee582495
MD5 1353255d156f944a7a42922de46cdf74
BLAKE2b-256 608825207020a6d980125996c8e9ab8f51db7aa10fcdb96ad0daaeb9cef098f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da7dcaa659c54a3ab5987dc1ec2fbe88d2f1c3a5d4143001062a35a3de5575b0
MD5 66d378e8fda26ab9213c17f1dd286650
BLAKE2b-256 cd7b69021b53b61f61714ba2c2a7a47d456383564bfb48cf913c6b411a32a67a

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8db6d55926d6ba74857300270035dd2dc1d7da2de77a5f3e2c8289e2c53613ec
MD5 5d2e44ec1aad59f3780b70689cf08be1
BLAKE2b-256 552f80ba65012a8dfb78c0e712d6d5b32e3066198d10c7af81ebb8b3677bb588

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 c6d634f05fa181faddef67979f2085a851188ad4155b2e44e5ef618e8b16b1fe
MD5 125b653272fe041ac03bdc8e6de864a7
BLAKE2b-256 642a73d04ebfa1f64b0e0102745de2bf337ae70a590900d9fabd91c96b91fc48

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 856b464c631fad0bda5f65ccdc06a9225351e01cb7bb43e250a8b9af82c4d824
MD5 2f975ab9d34191eba6d8c00718872b93
BLAKE2b-256 783415cf741ff65a000226bc7efdf835bd63fed7f6cc503e326c403d082ea222

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 232f6e2582ec2cca53f019f10ecfa915f718325ea9158b2b5a8569a36786a119
MD5 5a7e7867c3e0f89b4b012fba7c462260
BLAKE2b-256 37fd8d379860796776513bb628e426b5dfb9f2ee27ac5398b40aacac9ef35484

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebfbee4335321a05dd1d028c11e4310b2f447533845d770c3568461f523f5a1a
MD5 00a56462cc5883ba9a8553bb248b4316
BLAKE2b-256 d5c9f5e26291c4cfd485f27f9326b5991bd8058abe17dc1226fd630cfccff041

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51999907ee6acadff8eb0b908e60e817de0d23c7b42bcf67bede1d4b042aef6a
MD5 b6c09714a069c14f9566eebf9a6ea6c8
BLAKE2b-256 2c0ed77f1ccf268203d6630dfaedfaf10048fbe89d6dd9976b18d32b435ae51b

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ccbb33ef18ca42f972f718ef48303366c424d187d2dfa2e4c90ffdbe9dbb9b5
MD5 16c824a83a43c61d56a7d284e2f18cbe
BLAKE2b-256 6896834f91360408f28f7b057ff0753bc4b56f2e6caf8dcdd533e07504a35f33

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-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.post0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3ecc6ffe195669354a267b4923deb01fae4397c327d1a31a88d02c0f2f218a94
MD5 22a74ac3f60a674d70a2e702fa1353d4
BLAKE2b-256 c66b8c3f932e5eef65bfb0e8f29f20de96f090cabef6a56e84693bbbad355d91

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d5582144b3fb95069b8554c05965a4ed982627d51dc49ee41a5ce196b8c5eaa
MD5 d6529080bf0fae1d6d9fe4dd8309e3e4
BLAKE2b-256 b1ed5801ad372085322da8f83ac1d725efb85e8e209745ebb78a8f6f2a871907

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7f2a898771a0f065580b244f8aae759aea12b9b3cd2aeeba6dd4f16c9319d7ab
MD5 937a4a5b7f9334f30a4ce0e8508f461f
BLAKE2b-256 ca123da112ba71b9eb9c1669c8e8c9f90d6419e528c5e68cf83e375e1a3ef648

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 7295f1550865a806b4376d234d692985b87c358d7e6208cd87feec3b47588d6b
MD5 5f74d8a37723bc2835400cf3b5851dd4
BLAKE2b-256 fdbfeb44a991c9b10f9f9876a4b798ae7ee72e9c96008d9de5e77e8ae3c0e5a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ff57fb969f1d6652b13a0c75bf59a5292f77bb841909984d36275993d862360b
MD5 3c1d58e4cc08f25dca99e16758c120cf
BLAKE2b-256 44cc87911ecafc74c7777682a64d22aaf60a0d50b6ada7aac4c7b30cace63a98

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 39d5317a267a6b8b507440f0745232fe62ab03082f595299f986f181fa0c541c
MD5 b0171bd8891a3ac032a94b9882b0f4aa
BLAKE2b-256 c67e5c201dc1b54629dd8eaa55c41fcbe45c5b9520f19db388e80691535d1bbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 459c47f5410e34e70bd3365c7dd1798f50db571bf0ed9a9c0d6da31f677b7d41
MD5 0a3c5e5ef48a2a8ad924a1fbd5309b53
BLAKE2b-256 f8cd3b7120cce80e334801647ba57d66438a911b2e2b9bd9bd47a770496db744

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00cbdedf21b40556f377091c084d91c35a59c0b0d3229f6de25a04e88961d1f9
MD5 f4f7b99acec7becb27f6ddbd50638634
BLAKE2b-256 ee0d62d02cb0ceb4558a5ac8d2185dcfd0ffe01e47445abec9e81723212d6999

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d1912503dafe4da3a8fa6db360721bae638e86ebb5515cdcc4a68d46a2ae0d5f
MD5 75b52dd8d44442b7e4dd81310c19a2a1
BLAKE2b-256 8b124d11586113d7eac32d5a28b03f2eef9ae4a1fddae7e0e630a5677fbd3627

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-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.post0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 488bd3f97a494f67c179bd9223daad10c12d9a245ba4a6a3d01713e7997ae4c8
MD5 990d6a52b6c51b656d93e9ea617b454f
BLAKE2b-256 655da00498c99e82759b1e0e529517dd3653d8253d21fc0d2eccae72ed1b429d

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c8c4c44d7da3b3c3eef234f621b289c995c679bc426f45b7785ac6ef89ad8cf
MD5 0b7c34ad82846d3af6ff3d8be9bd3256
BLAKE2b-256 ac6d6ba368f3e42a086a30b88b230c6fd08ebebcf8d1e916fe38013e63754afe

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 25e29e7a012ddf6d48056c8625bb7ded7e7db9d1d1b8ad36fca5b76a906a40d3
MD5 50612a138cd9e878f41d932df765b47c
BLAKE2b-256 61f55c39e964368581dd501cafdc7ea48e63043ab54f46c844afe4c6fa1a8739

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 95e57718a1fa4c5326584a7d33e69013644761b1ace1eb41c23a0b49196772e7
MD5 9943a43d8bce8451eeef160647d81f8d
BLAKE2b-256 a99adcb772ceab82ed14f66e7848ffaadf077fdd9d75fea02a5d760b059e8ac5

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f5806286bd5d2d1c872a73e0e135bd3770ceb650f53ab5eaaef08d21c76bf128
MD5 23c05f2a7cc8cdb9b22c63177ddee107
BLAKE2b-256 b00500c15ab9664fe2b5963307205384a6120fa910de266603264d597bfaf89a

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 36749c5c4e0a362f7b2ffc1ad55c6fe81f4975b504d87d62bf61b03d829230aa
MD5 22454da66275a569fb422915f5a55780
BLAKE2b-256 a16864d4f2bcf9f5189d887dadf33c98e990bcfa9a8b506c62bf9f91c4da51ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0e6b24ceb171e1f547ad7b84431f40854679750f878ed55f98e4ce14a8f033b
MD5 7ae69b77652a6016d6a2ed72a8094ba2
BLAKE2b-256 c1002d6d141289491643704ca94de7c381c770d69eec96a9ad9ed4268e8b3786

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b943ff1519ed9ffa112ddd7cbc1e50689b3ba4a6b7d2e393c30b73c3b91cfed2
MD5 242682c7d02862a34229594da2c470f3
BLAKE2b-256 c40e33cfb0080bb04598f5ca9b23babae24ae6e252d83441aa209f53389f1abf

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 590968e7e28c472377b2f33457e497c9e3f305aec44d057456ccf0f9dc66d369
MD5 1ad0c5dcd2e729ec24a5e620641c03f8
BLAKE2b-256 2ebb2a8b01ae75cf73508311b4bda4f31fc705200c67d797f4557cd6415a8faf

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-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.post0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4c2c7664b211bcf110548640f40b8201f68750ff00291252459b084216f1a40b
MD5 68085e03429353e161b8be56e9987ac6
BLAKE2b-256 444f296c4b4b403a7cd12d0971848d2fdd36dd39d3c98fed215a46f5df74f194

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d21bfae3f8249f3e122985f72edf416d45d9874c3c95ee5e86dce900b781cca
MD5 4980253c33da236288eb344317162c9d
BLAKE2b-256 98d0c420fa79f0bd414017dc939f9273be7941a3431389f98d4bd929c1c94f8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b59caf3245a985f377246df3d348ca7d75cfce316323601fa882ef44d64704c
MD5 1a62b35c219ca39fb894ebc5c0c244c6
BLAKE2b-256 8c243fb92bdec52a8147a4607e5eae6b7a1bbd83d08f333d3b1efebbea859d82

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 29def56d6333da0d33909b0cfad98e1b74f744ad4b944692c51c270575ff0358
MD5 f67c760f0ad33486bd318db9fae11e44
BLAKE2b-256 28572fb35b45ee9807bbb796cdf0db046bc8ce78b9acb688f4ea90c8a503d58a

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d57b8c3f3430ac3f124780119bf756bd7a25566ecf58d81fa720ed7ff78bc0ac
MD5 656cb8d8ca8d6de39a1c02288cd04206
BLAKE2b-256 bb32746b127b7b898489de757e68f66c2744f79e2f4a3ecb8bd2791ac989c34e

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e6c233bd3cab0f37de8882f36b57b5f79d6e9b6bc1f7f8fe718db713519b5c81
MD5 86ef8baa46faaef14e32f08a8e047cfb
BLAKE2b-256 8a1567d21b00dc58ab8d62de12e9fc4363f4a496a10d45914e19fe02a33e8c98

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a43e8cdebc2336bc8beb5cc078cb6a386f65077e248b4e8e85f8b5e91b777ff7
MD5 d685cdba4c9b23dee662d9d11a016e37
BLAKE2b-256 730587fe79bf0ba1ce741cd64de8e028a876f10ba546bbee642862b634cb0a98

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13b9009852136b22bf308ce469d4b3883df5b2a8151c3901faf8ea2b7a02c499
MD5 b8c25f53ed5c9152627079b9af28afd0
BLAKE2b-256 164523513be4e1567b4d9e60d50a3c9eed7c64f9be7e1633ee039b032fcf272d

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca019d3923fb242c0355dc57155a29291ae63659c8f070f8e1ca615536cc27dd
MD5 b8ba1e93df3f9e16458f6ee767daaf6a
BLAKE2b-256 bc6b0e727ba823d31f0aa80f64cd43931706077a0ad8cf0639695e7ca06a7df8

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-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.post0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9f1889b570737feca0b9566559e5b4a1baa4b84ca38936fb51d401c9ff3db7ad
MD5 74cbd9160b1218c3cfcd597fbd563bb3
BLAKE2b-256 7847e2141ac2bdd757a8d2af68d596e9f4896a30b0f6517f62fd3252338dc2ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fab7a2bf68c859e13cfefd2396bb9efc242f9991652860b30ff8c5d58b8d5c4f
MD5 d82b835d44dad3b5014529d8e105d947
BLAKE2b-256 3cdd53837a1879a3689e1e2d0c5cc8bfd38b08b69827908cb3e7fe2c504841cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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.post0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.5.1.post0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 96aafa61e642a34c36e0769a8b30cc7858d65bf15921e1dc6d9cb3e721e11dbc
MD5 cae002440694bf0dcc935b40876304ad
BLAKE2b-256 bd04cf059aea954b9775d6c0d7e90cbe399f34d825bf1ac338cff5de787033b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.5.1.post0-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