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.6.0.tar.gz (18.4 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.6.0-pp311-pypy311_pp73-win_amd64.whl (29.1 kB view details)

Uploaded PyPyWindows x86-64

restructuredpython-2.6.0-pp310-pypy310_pp73-win_amd64.whl (29.1 kB view details)

Uploaded PyPyWindows x86-64

restructuredpython-2.6.0-cp314-cp314t-win_arm64.whl (28.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

restructuredpython-2.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl (34.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

restructuredpython-2.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl (35.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

restructuredpython-2.6.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (36.0 kB view details)

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

restructuredpython-2.6.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (34.9 kB view details)

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

restructuredpython-2.6.0-cp314-cp314t-macosx_11_0_arm64.whl (27.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

restructuredpython-2.6.0-cp314-cp314t-macosx_10_13_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

restructuredpython-2.6.0-cp314-cp314-win_arm64.whl (28.1 kB view details)

Uploaded CPython 3.14Windows ARM64

restructuredpython-2.6.0-cp314-cp314-musllinux_1_2_x86_64.whl (34.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

restructuredpython-2.6.0-cp314-cp314-musllinux_1_2_aarch64.whl (35.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

restructuredpython-2.6.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (35.9 kB view details)

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

restructuredpython-2.6.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (34.9 kB view details)

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

restructuredpython-2.6.0-cp314-cp314-macosx_11_0_arm64.whl (27.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

restructuredpython-2.6.0-cp314-cp314-macosx_10_13_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

restructuredpython-2.6.0-cp313-cp313-win_arm64.whl (28.0 kB view details)

Uploaded CPython 3.13Windows ARM64

restructuredpython-2.6.0-cp313-cp313-win_amd64.whl (29.1 kB view details)

Uploaded CPython 3.13Windows x86-64

restructuredpython-2.6.0-cp313-cp313-win32.whl (28.6 kB view details)

Uploaded CPython 3.13Windows x86

restructuredpython-2.6.0-cp313-cp313-musllinux_1_2_x86_64.whl (34.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

restructuredpython-2.6.0-cp313-cp313-musllinux_1_2_aarch64.whl (35.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

restructuredpython-2.6.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (35.9 kB view details)

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

restructuredpython-2.6.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (34.8 kB view details)

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

restructuredpython-2.6.0-cp313-cp313-macosx_11_0_arm64.whl (27.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

restructuredpython-2.6.0-cp313-cp313-macosx_10_13_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

restructuredpython-2.6.0-cp312-cp312-win_arm64.whl (28.0 kB view details)

Uploaded CPython 3.12Windows ARM64

restructuredpython-2.6.0-cp312-cp312-win_amd64.whl (29.1 kB view details)

Uploaded CPython 3.12Windows x86-64

restructuredpython-2.6.0-cp312-cp312-win32.whl (28.6 kB view details)

Uploaded CPython 3.12Windows x86

restructuredpython-2.6.0-cp312-cp312-musllinux_1_2_x86_64.whl (34.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

restructuredpython-2.6.0-cp312-cp312-musllinux_1_2_aarch64.whl (35.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

restructuredpython-2.6.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (35.8 kB view details)

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

restructuredpython-2.6.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (34.8 kB view details)

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

restructuredpython-2.6.0-cp312-cp312-macosx_11_0_arm64.whl (27.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

restructuredpython-2.6.0-cp312-cp312-macosx_10_13_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

restructuredpython-2.6.0-cp311-cp311-win_arm64.whl (28.0 kB view details)

Uploaded CPython 3.11Windows ARM64

restructuredpython-2.6.0-cp311-cp311-win_amd64.whl (29.1 kB view details)

Uploaded CPython 3.11Windows x86-64

restructuredpython-2.6.0-cp311-cp311-win32.whl (28.6 kB view details)

Uploaded CPython 3.11Windows x86

restructuredpython-2.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (34.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

restructuredpython-2.6.0-cp311-cp311-musllinux_1_2_aarch64.whl (35.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

restructuredpython-2.6.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (36.1 kB view details)

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

restructuredpython-2.6.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (35.0 kB view details)

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

restructuredpython-2.6.0-cp311-cp311-macosx_11_0_arm64.whl (27.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

restructuredpython-2.6.0-cp311-cp311-macosx_10_9_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

restructuredpython-2.6.0-cp310-cp310-win_arm64.whl (28.0 kB view details)

Uploaded CPython 3.10Windows ARM64

restructuredpython-2.6.0-cp310-cp310-win_amd64.whl (29.1 kB view details)

Uploaded CPython 3.10Windows x86-64

restructuredpython-2.6.0-cp310-cp310-win32.whl (28.6 kB view details)

Uploaded CPython 3.10Windows x86

restructuredpython-2.6.0-cp310-cp310-musllinux_1_2_x86_64.whl (34.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

restructuredpython-2.6.0-cp310-cp310-musllinux_1_2_aarch64.whl (35.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

restructuredpython-2.6.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (36.0 kB view details)

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

restructuredpython-2.6.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (35.0 kB view details)

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

restructuredpython-2.6.0-cp310-cp310-macosx_11_0_arm64.whl (27.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

restructuredpython-2.6.0-cp310-cp310-macosx_10_9_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file restructuredpython-2.6.0.tar.gz.

File metadata

  • Download URL: restructuredpython-2.6.0.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for restructuredpython-2.6.0.tar.gz
Algorithm Hash digest
SHA256 da448847967658d0c7b28891b3123ba5d27bd4788c045619516fd0117e489c5d
MD5 0c4227d0aa5ff2745bf3e4147e4fd0de
BLAKE2b-256 61754bc68fd63ea8a14e916a3ae3641142c0aae123c53cb734a446b01b4bdd8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d2fe7c95dc02fe907df8acaea52d2420cbd4dec765df8252943aace4509da74f
MD5 751f78d13cdd4e22db66dffd8d8bf4f1
BLAKE2b-256 4fb043eac726dbefde843340f67d2f66bb9c36dc3c6e962f471d933448e9b6a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 42a5659a7a985fd549ff50f01d3943d73dda7ac1d1e219a91da6d5f05b8c8380
MD5 7e953c07f1656396b3b4988b26e47463
BLAKE2b-256 f87a782f1a7c29724d98bb18708286f023523c672eef8b4d059815b6da113a2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 150dc8f850dfac1befa7c22f6528d7ae7574d61e73a1bf0c221524e2728b3173
MD5 337863ca614a2196b041c6ad477faa74
BLAKE2b-256 2c545c9cb7332134c7b02885956efe421158ba8a47aad1a57f8e38c2393e31a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 674be01b70c092b01765f35def9f1e2858a9867a2494a3e18823847560ba8aac
MD5 07338e2adf8da68cbee21c5eae77d37a
BLAKE2b-256 cf65ccdab8a5e0418f895c2681253feb7cda722423c2fd05fef26d40c0cf7204

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 04c39d0d8f11c37d4853490b0d553099579cd2b76fd75f584e420224f1ce5f15
MD5 992645f4456b62030fd335d94cc3066a
BLAKE2b-256 55505b22216b05ee3e046dc5b625dce39751319a4caa2165e78ce10979dc2cca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c6aa12fed70be6ba710270a59247ddfdec99d1b7341840361d01c53f8167765
MD5 017b94267f3f1905ac9087f94ffb2570
BLAKE2b-256 00f1136e4dda04123c29a54bb095aa8f62478d477e18ab0633ef70111eb2c3b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.6.0-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.6.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e04d2c9c47dea033efe5b375c7b1e19ddac591b9b200e6a9bdd890ec932a09d6
MD5 e65c5681ee8c867ccfc7314c5ab66717
BLAKE2b-256 5f7c35445f4d2f350c1108be8f246843d66a86328c3f2aec1d16c498f5fd31b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d4fe525645ac4bc500e918d49ebe8cc1962959b4cd9bd840e309ebef32853b1
MD5 b99cdf0986f52768868962be66be52a9
BLAKE2b-256 0b5fceb1fbe3c7f36f5269d2691143bd52a0973a08e5dd2648a3693e87f510cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b48cc96ed3b7280e104d853f38511d0d8fa9128cccf954b5a48dffdfdadb5146
MD5 9b5847425432294ee8ebf316f6701a87
BLAKE2b-256 e55751f06bcb94d9db651aafda0c5216c333db3560a3ae7bdbab68fe977b1c9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 da047cae63526c7304123d5f295a3ee1d980601cf4dc7c31b9b0a1ddd37e9174
MD5 ebc4b8f72bf9df8b29693972731adeca
BLAKE2b-256 d07ba716cc88fd278e9325117d6f86e0ff0fbe1bf7eb69b02a0cd2803256252f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c09658e0eea2eb6c809f899815c454e40442ee275a89a54beb07be0c43dc46c
MD5 6ad342dfe773427ece20d1e20a378a2a
BLAKE2b-256 b9eca72905473d398ce7b8def83c1e358d15c631f099b773ba44b7a06b9b8f0d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b13ac9af476d3a85b117435ac1e8678f3c28d405c11fc38bff05e01af42fdfb6
MD5 0f207d18784bd1fbf10c64de92d44e2f
BLAKE2b-256 42f903cf19752f02c95f67c48c34c695a97df2b26d8baa952c9f743e6bc48f92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fb5756544e607aaaf661a197c090db23d9460110ce463185abe950318733339
MD5 d7d1cb4270d24a6c198ca253914a9b8e
BLAKE2b-256 b23af0071838ae96eead63ea9b2926e08d1ef8fa9664571697e165f3e0d2cf0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.6.0-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.6.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 46721730f056456b55980ea9c9d8d1427dfbb1915c7b4a054df0b53f59f080e0
MD5 64635fc79b4a79ff73b8109b852e75f2
BLAKE2b-256 5f715fdb96e6c409dff1af09b4c15d389500ec6f8209a64d420f5b45236b3a5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fe970daa6b30153c0b8d7e41aa0c92d8555f1c64b694dcd662d06b8e43755a7
MD5 842e97e8f31fbafaad4c031bed36779c
BLAKE2b-256 bf9394adf18df5d3890ef52197904d7966039eab16db4cd3784c8fb1f68ab629

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f67dc56adff201a5f63f779d08dfbe7da62ac4ae4219485d3cb12589a64f8343
MD5 d04e7f54e9dcde881911ac4a7a1d342d
BLAKE2b-256 d1a47e23608d231fbc51d56723c66136c1672f372ab982034719a91ae9680130

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 dafef02a58ee3e0b9cd16dbded2786bec2cc57dded5d1c23957eb9eb58b3036b
MD5 c14534e14ca6c61f8146aa367089028c
BLAKE2b-256 ea6ab072a8d46c7c4f6ad9e9c11c2d4636499010225cf631519aa3b344026934

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1448b67c69e461d774889aeb4cb509aa32cad4d12839e8aa4dbd23974f7ee043
MD5 79182f015e942fa22b3ec7cbd9a39d91
BLAKE2b-256 9c7a269f193e87e3350efef3136b01c648b7d4fbbb55d0dd2bfd67865eec4ae2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 839fe4af043b4d1ae6789b25272d8d18ab00b3071523895b99d95f2875374796
MD5 9ad806483c6123ca9397bd9645dcb6a8
BLAKE2b-256 82a2a331063fd63548086cd5750221f3a4ffffdeaf27d084ba386a6bfa849a68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 096a1d63bee77b166aeaee4be56640b36bc3cc8294e4fc78c9c55f36275ed8bc
MD5 35826cf8c6e3be496ef1dadb933c0936
BLAKE2b-256 9f2ee2c06e765f2550a1fb59cd2c51dfbc0241752c65128b2916bcc235d39df8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c04cc19029993f2871ec9073742f4461190d7417c1c13c7a902fda0fa8b9a50
MD5 625678cf52d026a14f360025736927bf
BLAKE2b-256 17936f18eee601a090f3d8e91497d17a2f4cdecb39a7963089f9868af985d97a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 704863fbc00d7b25a0ca81bf5d71c57fa18df780a6ea3b953622b3a26e0b2a29
MD5 9554d57fce5cd849b536b53cf4c94378
BLAKE2b-256 0308f247ec6434d129061ba546fd68ed36a11776ae9d6c878867935b5cfa869f

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.6.0-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.6.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6b3249721099fcf2fa74316602556c2dbd6fd0978346d601b6f239319c62fd0e
MD5 652941d53efac8ec9b9b1a8df759222a
BLAKE2b-256 b33984366288d7628b20f07f08adae7cc5ca49b84084e935415ea9cbd7ed86b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52467936a41dacaa9037470b3cbbec1b579cc2820357b84c7dcd700eaa9f93d2
MD5 27944ec7363a420c444777350ee0c071
BLAKE2b-256 93f56fc990cacfbdf0a4c604db30555ca73bcc80ee7796add48ba5d84b72b829

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cdfa0e171891b3415ee114590d217eefb8fcf8c9f0331af10f0244185ff3926c
MD5 266de95c469e701fa643cdbd48388f5d
BLAKE2b-256 9020d13108ce44b70346721679aee0cf005bcfef63e61e5fa3d246891e0dca8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 660cfba20c963d9e6b2b866e08f70ebe880c7fd8a49dc93d65faf58262b07593
MD5 d1e870837cf2c7629e07d26e19284a64
BLAKE2b-256 7cee763444ddbc53b85ad07f14017d96e72c8c060628d5da9a3cb1c678f8dd89

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 32924a1f4e959c6bed9bd00f5f2193947b1662886315c4de7a8b8a77c3b92bf5
MD5 1d038a764cd913e2c992d0ab36f5a5b2
BLAKE2b-256 9240280a755ad31386d9d35ef0489e145c5cb6e31d32b7a0f37003970896263b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 26d5e976c427c54bed9359de752a7863955c40d72fd8cd01116aea80f329154b
MD5 8b2b6eb1ec3671bce20abf2989eeb589
BLAKE2b-256 020695c6e2b78336bcdc9c90bec97f62c7a2288848ee67fc081df136e2e6f7e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d098929000b14e7e4ec2d46aea82aad1b84401b04ddb9a654c7be1172e729e7
MD5 f9d88b586b5519dacbb1592eace67275
BLAKE2b-256 b1540a7ae5c6c7f72ed6185f78ab5b22ee9f2ebd31529a6135affe595bb37448

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd0f6080e2fd7baee991c05a9a8b78729e17792790a06e53efd643bd7521b4c7
MD5 9ed2b858966c7ae74bc2fd96a6e824e1
BLAKE2b-256 bf07ac1ece4efa104c61d411d0b434468f1de49faf5a6242dc2dee91cd78a5f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aff0c6c12cd0b1383b5fead2d7a52460f71fbc0b6a12b8a2b9b5c1203347995e
MD5 cfa546238c54b6cf738fbd0b0814fc88
BLAKE2b-256 16552fe2ef2ea08792544f754304593d447dd2c8d52e6c9b4499eac78c15939b

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.6.0-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.6.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 440f7a831bbbb5244db1a4f6040f6e18530c7b921fe36bf1378fb5f1e0619680
MD5 658c2335b2e0edb951e055a027600e0a
BLAKE2b-256 588227d27c810828628e518eb76e3fe31ef8201a9070b7b88358f15aefd7f56a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c170995149dd268435ce14a68725c6c8220ae4293b9d3eeaf5ad69dcd84de82d
MD5 74d3a92e5e2befee3a22d8eef43382ac
BLAKE2b-256 76039f6edfab107816e32d449502f0176f9928855c7a8f4c84d92233b335bf52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 74499df60e3cfea0d21d6bdc5962e7c7c0428a43e8b64a0b196e20a8f20a8b96
MD5 8737cc5b96ca4ad7865c67967e8185f4
BLAKE2b-256 58a10d693047a4eb7fdd9d414048750a8eca6eb3091689cfad63ebf8da25ec94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 77d076e1145e3cd9cb21ae566fdf19ef4016c835eb19f116845a7e461d558b4a
MD5 b42f0e762a82a6420cb7c55a658cb55f
BLAKE2b-256 de2143eff02c4aa59450e053061a76207b326d337378b405d8239f3144e5d4a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 851c5d403df0070142697161a5c27a7fa083f4c1f9a1f42f7b4b9f2b897a9b6c
MD5 68e288a5d3b05e4d909cce6826701b92
BLAKE2b-256 e99dcff5530aaceacbef67b57e02ca758c5d4ec885b9b0423c33acc7d825c718

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7f29a3268240c2ce056edbdbfacfc85554e4c5680d43aa6622737c647e96a180
MD5 3b2cb5ea84aab65cf512abce0f07a87c
BLAKE2b-256 e4b05822f53f7af6562b8122ae5f0888369c909cf61693dd2ec9942f56730a31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebaaffa2df1a1bd99337c2f4352402476752101c643b6a54af20021d07a7bc13
MD5 1cdfaf42c9ea57aac004ce0e13497f5f
BLAKE2b-256 9cfd81795d5e5d7dda48aa0ac6675c6e0cabe79fe25c298ed315eadaf91d0b34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbc4db5899e63537c6da304ce89fe4f98323604b6842d183642424d133a379c6
MD5 a2ca8e49a9fba0429ff81e780e87e12e
BLAKE2b-256 f669adaabf2edc8352aa81ee98fc1de0d971f271a835586e8f66261888f41181

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60d63391a3a9a7da090028fe365e922ed9188ec79092af81f1c40b41c3b60442
MD5 16aaca868d722345a8f5e4df4a9f7814
BLAKE2b-256 baf09e1ccde1ab785251af223879583030875ce69f7db2b29a7f41cb3679892c

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.6.0-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.6.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 15d677d85abb226a3c99621d2c3b6f7b14d05affb31af20cb0dfaf48c76627db
MD5 cb1821766bca94d3f37a9662be24fff8
BLAKE2b-256 d66ae64b7fbe59006ac3577d56091cd714f40e8c48d9cc2c3599d3d0111bbc33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2743491b553f02db856a2397b949f4a4fb04c090067096a194b93642203ec813
MD5 426a35bc162cf82269c082f705962e90
BLAKE2b-256 27ed1af7e88390a1fecd5607667aebcb18ccad45d83b7691c7c61fc1087f9dfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0127a884bcdb341e1a7361cda3b706852caefacf0127562e6939760aeffd641
MD5 336b6b0cdda0988ed0459545259bd4a1
BLAKE2b-256 e5ea3fb40babd4f8b38b813ad84c16d9519ff8f07ac22c3575c312858640efc5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4d6191de8b7c50aa0a5186ae689667d26761b8245b47319d4fb43819a8beb4f2
MD5 1b447007e650aae0ae00046750f14e64
BLAKE2b-256 95ad471c53e92690bddc15d893bedc2679c22a3dfbbb9b7329c1b1ac4635e6b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7365e88f29205d2727726447b1a062de990c831c36a3ac4f87b23f666206e628
MD5 781fc2c423b093f1c661c50647be61ff
BLAKE2b-256 cfff6b727e17b8ce89c50868967e0675cd2130a640140dd0b72df106599bd7c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fd9416b05db353d1be5315626a1186f74c6427dfa852f9c10aaef0e4334144f7
MD5 a46c17ebefe23cec22e02c6eb909ef12
BLAKE2b-256 bedc736b508a7c08db2c61aaa41100fb9902b8ebfdb6e0e5aec4e2f879dee1c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c54cd1aa5068be75c663dfd13b2ede9ab0875925431d8178c6d15931f1894957
MD5 bb343e6e327c8b73f4cc498bb2d6eafb
BLAKE2b-256 2ffd0538ebbc2d0ceda2f5d3d336985a421af95b885454781b587ca977983116

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b04dcbe0c041c89d1b4715c4b090fd67a67424050808f509d721aebea9c5ce10
MD5 6172a0d3d7be92d0cd90c1789795348f
BLAKE2b-256 cd7aa3865f7b1caf36135580e0a455bcda1a6fb935f42a7aba2da6987a48032a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f6aa21bd20a450f7695b6e0022641c9a8d4f5f4324c2f641201f120ba31084ac
MD5 a4789bca24601b5254fd43f97d379061
BLAKE2b-256 bd38e56c5a526d492f5ec0440927e6b98bd066abfd6bfb02822d4e672c3eb964

See more details on using hashes here.

Provenance

The following attestation bundles were made for restructuredpython-2.6.0-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.6.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6b5d0841c8f4f96044f3a5169b1922c8798fbd26c30b8e103eebb7edab559944
MD5 173db1240e27ebb8e282139d5f75b820
BLAKE2b-256 fb569ce6fb91f596347779b0cee2f23edea2d5d67ac8dcff5c6e969a7a2b6ecc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26e35e1ed3e19a30247058a83699be9d00af196a21dfc33ffa60cc1e002101c1
MD5 511eb70439ebbf41da9c9fa36a20b083
BLAKE2b-256 4fb6d9d1f95fea88b071a9d5f80e5dfda8434b29bdf583f2de32369c7ce6bc00

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for restructuredpython-2.6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1795dda9a90a7a366d886235b8f3b42e5d8b9a1fe5e56199d1b54565aeee8214
MD5 fee6d482d5a4564b730d2f6bd718495d
BLAKE2b-256 8a5b8a52a1cc3ca33e3fee1b8c54bf067f362bc53cc7cef5071fed7b93689676

See more details on using hashes here.

Provenance

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