Skip to main content

The Platform-Agnostic Reader Interface for Speech and Messages

Project description

PRISM

Prism is the Platform-agnostic Reader Interface for Speech and Messages. Since that's a hell of a mouthful, we just call it Prism for short. The name comes from prisms in optics, which are transparent optical components with flat surfaces that refract light into many beams. Thus, the metaphor: refract your TTS strings to send them to many different backends, potentially simultaneously.

Prism aims to unify the various screen reader abstraction libraries like SpeechCore, UniversalSpeech, SRAL, Tolk, etc., into a single unified system with a single unified API. Of course, we also support traditional TTS engines. I have tried to develop Prism in such a way that compilation is trivial and requires no external dependencies. To that end, the CMake builder will download all needed dependencies. However, since it uses cpm.cmake, vendoring of dependencies is very possible.

Building

To build Prism, all you need do is create a build directory and run cmake as you ordinarily would. The following build options are available:

Option Description
PRISM_ENABLE_TESTS Build the test suite (currently reserved).
PRISM_ENABLE_DEMOS Enable building of demo apps to demonstrate Prism either generally or being used in a specific language.
PRISM_ENABLE_LINTING Enable linting of source code with clang-tidy and other static analysis tools.
PRISM_ENABLE_VCPKG_SPECIFIC_OPTIONS DO NOT USE. Enables options primarily used by the vcpkg package manager.
PRISM_ENABLE_GDEXTENSION Build the GDExtension and Prism together (on by default).

Prism is also in vcpkg. To install it:

vcpkg install ethindp-prism

The following features are available:

Feature Description
speech-dispatcher Enables linking to speech dispatcher and, by extension, enables the respective back-end module. If not defined, speech dispatcher will NOT be a supported backend.
orca Enables use of glib and gdbus to communicate directly with the Orca screen reader. If not defined, Orca will NOT be available as a supported backend.

Documentation

Documentation uses mdbook. To view it offline, install mdbook and then run mdbook serve from the doc directory.

API

The API is fully documented in the documentation above. If the documentation and header do not align in guarantees or expectations, this is a bug and should be reported.

Bindings

Currently bindings are an in-progress effort. The following Bindings exist:

Language Package/add-on/etc.
.NET prismatoid
Python Prismatoid
Godot Prismatoid (in-tree)

We welcome future bindings. If you write bindings and want them added here, please submit a PR!

We also encourage bindings to either follow the Prism API or the Python bindings, with appropriate modifications to the aforementioned for language conventions. Bindings are of course free to add on extra functions, such as the Godot one adding speak_to_stream. However, the objective should be to make transitioning between languages as painless as possible, plus take advantage of binding-specific enhancements. This paragraph however is not a requirement and bindings will be accepted either way.

License

This project is licensed under the Mozilla Public License version 2.0. Full details are available in the LICENSE file.

This project uses code from other projects. Specifically:

  • The simdutf library is licensed under the Apache-2.0 license, and is used for Unicode validation and conversion.
  • On Windows, Prism includes NVDA controller client RPC definitions originally under LGPL-2.1 (and generated RPC stubs from those inputs). The Prism project has received permission to license the IDL files (and there generated outputs) under the MPL-2.0 regardless of the original license. Thus, you may assume that they are licensed under the MPL-2.0. The LGPL headers and license file in the LICENSES directory remain for providing attribution.

Contributing

Contributions are welcome. This includes, but is not limited to, documentation enhancements, new backends, bindings, build system improvements, etc. The project uses C++23 so please ensure that your compiler supports that standard.

When requesting features or enhancements, or submitting issues, please adhere to the following rules:

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

prismatoid-0.14.3.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

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

prismatoid-0.14.3-cp314-cp314t-win_arm64.whl (463.5 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.14.3-cp314-cp314t-win_amd64.whl (463.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.14.3-cp314-cp314t-win32.whl (463.5 kB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.14.3-cp314-cp314t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

prismatoid-0.14.3-cp314-cp314t-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.14.3-cp314-cp314t-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.14.3-cp314-cp314t-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.14.3-cp314-cp314t-macosx_15_0_x86_64.whl (221.4 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.14.3-cp314-cp314t-macosx_15_0_arm64.whl (121.0 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.14.3-cp314-cp314-win_arm64.whl (463.5 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.14.3-cp314-cp314-win_amd64.whl (463.5 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.14.3-cp314-cp314-win32.whl (463.5 kB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.14.3-cp314-cp314-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

prismatoid-0.14.3-cp314-cp314-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.14.3-cp314-cp314-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.14.3-cp314-cp314-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.14.3-cp314-cp314-macosx_15_0_x86_64.whl (221.4 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.14.3-cp314-cp314-macosx_15_0_arm64.whl (121.0 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.14.3-cp314-cp314-android_30_x86_64.whl (819.6 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.14.3-cp314-cp314-android_30_arm64_v8a.whl (734.6 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.14.3-cp313-cp313t-win_arm64.whl (450.6 kB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.14.3-cp313-cp313t-win_amd64.whl (450.6 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.14.3-cp313-cp313t-win32.whl (450.6 kB view details)

Uploaded CPython 3.13tWindows x86

prismatoid-0.14.3-cp313-cp313t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

prismatoid-0.14.3-cp313-cp313t-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.14.3-cp313-cp313t-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.14.3-cp313-cp313t-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.14.3-cp313-cp313t-macosx_15_0_x86_64.whl (221.4 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.14.3-cp313-cp313t-macosx_15_0_arm64.whl (121.0 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.14.3-cp313-cp313-win_arm64.whl (450.6 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.14.3-cp313-cp313-win_amd64.whl (450.6 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.14.3-cp313-cp313-win32.whl (450.6 kB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.14.3-cp313-cp313-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

prismatoid-0.14.3-cp313-cp313-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.14.3-cp313-cp313-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.14.3-cp313-cp313-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.14.3-cp313-cp313-macosx_15_0_x86_64.whl (221.4 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.14.3-cp313-cp313-macosx_15_0_arm64.whl (121.0 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.14.3-cp313-cp313-android_30_x86_64.whl (819.6 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.14.3-cp313-cp313-android_30_arm64_v8a.whl (734.6 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.14.3-cp312-cp312-win_arm64.whl (450.6 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.14.3-cp312-cp312-win_amd64.whl (450.6 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.14.3-cp312-cp312-win32.whl (450.6 kB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.14.3-cp312-cp312-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

prismatoid-0.14.3-cp312-cp312-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.14.3-cp312-cp312-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.14.3-cp312-cp312-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.14.3-cp312-cp312-macosx_15_0_x86_64.whl (221.4 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.14.3-cp312-cp312-macosx_15_0_arm64.whl (121.0 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.14.3-cp311-cp311-win_arm64.whl (450.6 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.14.3-cp311-cp311-win_amd64.whl (450.6 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.14.3-cp311-cp311-win32.whl (450.6 kB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.14.3-cp311-cp311-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

prismatoid-0.14.3-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.14.3-cp311-cp311-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.14.3-cp311-cp311-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.14.3-cp311-cp311-macosx_15_0_x86_64.whl (221.4 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.14.3-cp311-cp311-macosx_15_0_arm64.whl (121.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.14.3-cp310-cp310-win_arm64.whl (450.6 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.14.3-cp310-cp310-win_amd64.whl (450.6 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.14.3-cp310-cp310-win32.whl (450.6 kB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.14.3-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

prismatoid-0.14.3-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.14.3-cp310-cp310-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.14.3-cp310-cp310-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.14.3-cp310-cp310-macosx_15_0_x86_64.whl (221.4 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.14.3-cp310-cp310-macosx_15_0_arm64.whl (121.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file prismatoid-0.14.3.tar.gz.

File metadata

  • Download URL: prismatoid-0.14.3.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3.tar.gz
Algorithm Hash digest
SHA256 8a95133434eb64b8839ecf6ea4c80e12af1c265a3435d2ecc3d8e871e59b22d7
MD5 ed336a1a0dda0f88bd866b5368c842f0
BLAKE2b-256 45e604acf9e107e37a356d2ac62c43951a848ad79c2c58d6935de541359e74a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3.tar.gz:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 c94074fc8b4aa08621babbfe9557a067b00f9460469050ffc4202054d2f6f0d4
MD5 13ef6f3a11bac76e71af4bf423bef0ae
BLAKE2b-256 c851d4ea9c8e6ffeaa522c37af8443c11127f054a3919c471373401d99586b3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314t-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 71258a7bcb3d5d9e1891c6b6f6d355ee0afbae8097a940e8bd4afbf62c32707d
MD5 b8177c7d6187e50cfeec899c991d882d
BLAKE2b-256 c736d0380e7b6a01017b2bbeac54d2e76e2657bb0a1765b3a00a7fad7ca4a89b

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314t-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314t-win32.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 463.5 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ee526498321df1e7a71c4f80b7c79e429ba2468a5fd194245f2ea705e059c249
MD5 c184675e22c5d4fb50d9528b9d763133
BLAKE2b-256 55e9fc0beaee60104b48b9a3dd2eba993ad6b44d19fd3fe4c84e31ed603673ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314t-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aed7ae90efb1de643ec746772ba1ee32c477030225f44e609b6015a606cf3f85
MD5 6a79b1432f0159c624b8d8eed5dd67c5
BLAKE2b-256 f6682d17d54fc770d9c4609569763d1954dcf82b81c92464029bb3b9917684bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35516ab073697881b5b4732e5e8ca7dfb7768f15330f7d103dc1c25f9b77ac5a
MD5 dc5dee8c6cf4f49a36b4a1c3515fa1ae
BLAKE2b-256 cda87c967e15f65d80a9cd3ca2c01afae4310c5d1e9266c1d522cabbfee09c4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8c18f2ff5b459226dc22c2bf5ef8fe99b9336a66417faea64835aa24453264ab
MD5 649d5d1e8f9f23f65210e0f847974ae3
BLAKE2b-256 7b5f8a34bca06df045870756ca7c44fada625a02098269cabd2450cada0e1826

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314t-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d2bed8790a8c086d563a40ed2dc2357ca129207ba8a2b08d64bf016561faf988
MD5 72182d2ad34dec7d89411ad63bbb4759
BLAKE2b-256 8bf3227d71ca76229b2cbd05773f9ace727bc3c3979553d95711ecb11cde2a2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314t-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9e78658c663d318760fdb9ae2933147a40453d502a81f90f7e0018556e33cd89
MD5 25caba379c468c842816426f28e253af
BLAKE2b-256 7fd302586856ef17bc06574fea7d9a1933d503a44db46a169ff7d8a212992a6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314t-macosx_15_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3854826b29bbb32934bac7f81243f7a2e78ba356973f349bf37f557757ff045a
MD5 be720d2d19f6a9cd72af1b8625cf727d
BLAKE2b-256 c59e28580195d4e82bce5f0bc177d17f66e26af9a0cb0af8e4f8553c47c23f00

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f333419d15002182febdbb0a7046ac25c9e73d57feb37f206d9299f4b6cdc5c3
MD5 29f81e64d1faf55ad1ab4733d8968e52
BLAKE2b-256 2a6e6613ee2eaef7b359e18cd05276d1f041a18283c348608d3618832a484c7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 463.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 efadf7b1d56548d330ac12a2be9381a3d41fcef0aab18a53ab2501079bf89904
MD5 1604a1461ce7024263e10f3b0b4e669c
BLAKE2b-256 f4f8ff27eb92638816eb7396b91bb99afa247b9221cfd9d5d203d4e7dd814c20

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-win32.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp314-cp314-win32.whl
  • Upload date:
  • Size: 463.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 cf87c2a9d792e5b944e744e61e0f3e1c12b3b3c37bea5f80b03ee4c755c04e91
MD5 a2f87a7fba34fd04626ed9675b5e20a5
BLAKE2b-256 da51766553517a45de49c779f1b383617a94c4ca7711d0272527686e0e1fdb30

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d361987881d015ec80cab850811e9f0a431c19df69b97fd3056be5922a35504c
MD5 7bc58ebff01c746aa50ba07d6d860d6d
BLAKE2b-256 05f4c902c739ceb224bbb3271544f6a1ae912cb800579e35dda7d9619d86d408

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe9af364e41a5c8d77efd5e3f20656f93d864e67af4c468f19a66b7f4054d249
MD5 b47fc747a86fdf8b8a38aa14dc56134d
BLAKE2b-256 b2fe730e2e3d75b0ca93b5dff93c1675082752ec5fa97a63f4ff08ceaf697cb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 10641326a6e3b57bdbdfc228ce2259be03430391b0b76dd7123bd3794f3e2220
MD5 f8b93d48eaef16a5c333ef34852e93f5
BLAKE2b-256 b67b2877d19f5b8852f0f3cf7299822f4c06fb7125dcbaf0a81cb3e26cc90285

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7f54865d30c6fd14c7fe07b9e9d042fe4d6ca6de3cf7365bf852833c114fb0e4
MD5 78f568cb7725af7c65cbd8f571e2f973
BLAKE2b-256 6515dedc54600df960855f004d0ed34ad4efa64646b7415c795266c094286168

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 41cfd40ab4138518f5e791718055b85d33819e00288fcacfb125342de1e9502e
MD5 4d115e26faf54a39d657b40b72f0045c
BLAKE2b-256 d9194d2a1a2b051fac3b8c44fe810389f0f9199ae6c8aff89182c94d1c9b92bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4d0419b38c0e212fed0386669f976a7e9b940ff21d33cedcd6e8c6e6dc3174df
MD5 cc36dc47ac04426579814e0ac068a440
BLAKE2b-256 56aed336f60e5476204f423060245fc534bbefdb3d8f828225d94bdf25015677

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-android_30_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 b5842747a2a810707f96c80b6c2fdf30553c746308616c9c53364f4ba9e3dfe5
MD5 73eb6a9fce690622da7810c70a5f6294
BLAKE2b-256 a08cc18aa64da94e0b1dac3c015e6a171094dff1ede25665d88aeeaeedd7fa9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-android_30_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp314-cp314-android_30_arm64_v8a.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 ca836729e54abed0f0510f31eb3bcd9d5bedbc57ed5c64c7e50612e6a1360a12
MD5 74fb2350e9471ba7432da3ea6f72651b
BLAKE2b-256 786428b247019990c6bf6d767801973000950874d8dbf2dac008700c09a6dc02

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp314-cp314-android_30_arm64_v8a.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 0bba9a025c470d6b12de9c80d0000c6b5900cbe4906e28038ed9e487b1bf091d
MD5 b4a018f61d5f7988d099b0cbaee5f9a2
BLAKE2b-256 bebe690e80708f434234e3a9177378b56c187e55daa0033cb26a63030fc4b0a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313t-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 258cec6ac299f8cfd91891399f969f049ff333cb332336daee2287f08f0e06de
MD5 54ecfba5f28bfbafd4f7737cfbcc8a07
BLAKE2b-256 fcdc54efb9300d913859cb916252d20ef93c1b6f91b8be90ce1d16bf49368167

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313t-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313t-win32.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 450.6 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 5eebd7b52063da4dae8b5660a26b48430887ab170902dad468aaeccfd498ab96
MD5 9a7839e450bcc35e0a551f4e279f0bc7
BLAKE2b-256 a8e61bdc9145038224044742aaf1d3a863c5a12357e8392ceaf9dc4cb4409d28

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313t-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d19acdfe8f5cf537c5aa41957c63c7eae504b77a3c09f0295d01493926f8c2c5
MD5 7979fdb680631691727cc3d57e906718
BLAKE2b-256 fa9a38c224c1774010beb5a90b729061fd9322ec75a5fa380e0eb4deba096763

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b086d2745bf678fc1b7a3b3df1ca96ebe5e3644211bdf06e3c8a7169ed40ac8
MD5 c317855327069ce4775184e4d12f914e
BLAKE2b-256 53adea28402d812c22afb8cf698a12b447ee6f8e890af0aaa73d57003e14297c

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 978e1fae4ff4a7792b1a274f75778672f35f23f3796b3d835d2ef54c6a9dd521
MD5 3781d0597b95367e51d32947a692b179
BLAKE2b-256 a84aaafc6f65725f7263dc2842627427621da68c3a1df744270fa615908ee378

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313t-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 bcb93a93695733d067eca7ced455393d7e04e77fb5cf979cb64be435ad58581d
MD5 41aed4dcc7f8d2ee9469fde43dfc0d1a
BLAKE2b-256 f1320a986d68e1f5b1c2bc5ae1b403f1836cf964d84d9ca68323b7a30b183337

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313t-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3dad69481f5d58514620593c990c489e67200f28e1df4c633b13f1806a5f0502
MD5 cdcd588b95b28e7f607a833686bfcdfa
BLAKE2b-256 d5af32a4bbf3c927f621de47dc1b467b950a235ea58b706332d24c7cdd9a524b

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313t-macosx_15_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f9b122c9f9253a8ac2aedc06fb34e9240a2d5fd47a91ad9135730390b6b965ac
MD5 b8031fd495b5e971ca1d40559dc96635
BLAKE2b-256 c042242f72ea545d4d9879e1da7388188f5a763c0c15d23a7f984478280a18ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313t-macosx_15_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 26ac0bb9d47ebcf384c6ecee7b56290ff0c81c2c049dea128890041624dd0bc3
MD5 438158c891efa680cb3a916d104fb185
BLAKE2b-256 18c542ed7642ecb571fe4f8e3a372006791b13f0b1d5bfc3c94653348e60453a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 450.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fe5a6b6cd76de0c58361a1e2cc3a7c5c755980dcd5104124ebff4d98f18a85ce
MD5 ef6473b81eab1d74de0287d838fa9441
BLAKE2b-256 dda013957dcce72deae49dc3cb53421019e16d56e1b2a7bd8220285acce185c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 450.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f5a48280c5f9741dff5d8cd98826ce74502b191c529d0e9f182102df97c698cd
MD5 e2474deed5bdc331e883938daf4c0196
BLAKE2b-256 5d96179c0ac6c2ad3f1ab6e0ed9207d24d070adcb8fe4bf90c2982b6184d84ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebeb606c93e7e22243d166801ef2da29e62145414b11d9c4ca03663646b31763
MD5 acdd566b9e46be0862f8c2d013d6336b
BLAKE2b-256 e48f942a2d4957bc5f5e4c1526ccbc76e4e597832a4169767f53f4e5a984aaf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42cbf97d44df6895acb12367e5aa950c6c1a9c6355b9ed37d59a09b9e0683406
MD5 4a4c0fe9fb3197457cef67a8c6a3a6e7
BLAKE2b-256 12f832bf9e1335907c62f148e6e13205747930129ff927075221cf9afd7f2692

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 cab24142940c05f81544afa829729e129969c2ea20d28478b1514ff5ac649806
MD5 f057347474e3ef18132eecbf415c79e7
BLAKE2b-256 77fa9b53155115695527f5fd661c15e52f17f4c180ab88b7dc173ec66fcd2a72

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 112706b015d9e203fb231000bf25539060ed69131f86910a45d53c38fadd6dd9
MD5 2ded68e8d46c375fe4d2123caf0de243
BLAKE2b-256 d55502d7fde7a12ec8cf767ea5c6c7d317e75b3486e73112af32fcb8b853e126

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 341e9ccaa54fd0d6d9cbe2f1a0cdf1fadd2981b56ad14a3b10dc37955daa91cf
MD5 0443a5b705c94b0b8894ba6ca20e0f28
BLAKE2b-256 a70a19f1bef5dd9b2b477fc29ff646b0d8787fa64a3451e0661c9504b9f411fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7ef3d55b3babfa06cefdce31449a44e90c804d86043d52016a4000e3f37571f4
MD5 45f19720bdb43a41f399883c396298ad
BLAKE2b-256 8b79c30a616591ab0505ba74d538d8fffde825afada65dbc3c659f2641fc07b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-android_30_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 2992b72fc19cf11e3bfbae58dfebad20b316f00d2012733b32ddec59f8cc67f1
MD5 96fe76b53d895d43f4418ee4521a5059
BLAKE2b-256 e68f8f387dc637a454c9b8a1aef24181349d0d670fa8c4e3de094d94f408ff6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-android_30_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp313-cp313-android_30_arm64_v8a.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 860ab2de749f73d5f8bc82684ae808d57e55545c66a0b717843d32859281d6e7
MD5 e9c8592e02a07a0b3d5633282fefbe17
BLAKE2b-256 1583ec38aefa760f93ff1fa9d2172a94e85825a517a59ef2acd564c69eac1790

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp313-cp313-android_30_arm64_v8a.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 90b4be674bad1f882964078660890c61d8e522fee992d39070d341e25ca3306d
MD5 083f9e85765cece470d46b4808435160
BLAKE2b-256 ea9fc9dae03104b2b063ee2d159fa7c440f71a9080ebb0a21fc90eb46e1135b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp312-cp312-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 450.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1cb047fae0871fd77a7a6e757f6efcd91f44871b4bfb7cc9e0713e814c9d2de2
MD5 ff2e33d5421f9e5a8b9394291897a370
BLAKE2b-256 9393f1739b4977b12b1b212f0018a974da3dadf9b04a6972664effe339991677

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp312-cp312-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 450.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2b39f1a8b1922706e83613fa63c564bbed510fb5c0eff35183cfb11be3ce94e5
MD5 fce5d14270b9c258c778dd7220bd8c91
BLAKE2b-256 cc054e3dfe312c3039af5d5357f9d8d9ef1c90140b9b72c0655d37b21d4887cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp312-cp312-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da970f7c39815ea5a196915ee3dfc7e2ee7a2ed1a4eb097ebbcc8510e27034ff
MD5 6c334b368c7ad57e87593f60781e0dfb
BLAKE2b-256 51397b314f334fa6ed427f4327bc7df1ec55b04519c99802b4ffd0a649e132d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 278e60fad91950af5f56963e29e29d8021e3a5b0b59f54102699553d000dd9e4
MD5 559eaaa6752fa1d119d2403a764129e5
BLAKE2b-256 3f3249c91cc202be63d6a21c3450e58f925c4785032df88d98f1237b8f014979

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 25ace64c9ac266479cb0a155c15ddfebab70897c71caf0ba5cd002e3a910647c
MD5 dbc8a442902fc2095f8c26b16be445b8
BLAKE2b-256 e18cb4c64c52e19246985824f6a8dd286fac40ad9ba7a6670e404aec8154bbe1

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp312-cp312-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c9a517b5721eb7ff42f86ca2a20ea4eadab1b56947c1bf5440cb023a00f5036c
MD5 8af9f03d6554e9fdfe45b8bc9e62a48a
BLAKE2b-256 1533763ba10ef6663c33acb2a47d389d260a1728385e599372ff376bd3e2266d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp312-cp312-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 8a95b7640c53b6873c9adfdb1ac38cc21e2091676831b9957acca3ecc4bbe441
MD5 245899508926db09d678e9d37b2cb0a5
BLAKE2b-256 e6e8560ec27217ddd253bd10745dbe4441d5c167a417a0daba257ef5dc43d1ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7974ea3d7290cf3707e9c731691561a5960e2d2593e11e5f44424f8530cc52eb
MD5 3206e0967f37f1fd51977f70e0e9bf4d
BLAKE2b-256 e11d05199660f1cc463d594f0e9f4fcf1f730f990c0b2b0b4f9da6bb9a2dff39

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 39a592805ed573248d7cd0db21fada4ff86af385828d7be38310818dceaf4c7a
MD5 1658749133861573149323636eee5c75
BLAKE2b-256 7b43f790aaf642a9bf6c85b759006f0821dd492e300be79b3c4ec1d0c6d4fc01

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp311-cp311-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 450.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e9b70666bce63d7e42df2a5af8ee329732dbbb61627b65b51e30e6504f68ad65
MD5 6c738db2d933c116f7205e481bbe5404
BLAKE2b-256 73ff9439d5704c784c6f36f6ce2a8c10f96a4cd944fb3b3f382ef4a1ba4cb44a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp311-cp311-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 450.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4123813ee683c80eec93efc57ac783f2927b7074fc3ec590348858e8a477aee3
MD5 b35644d0824acdbbe7ce7d6438b65788
BLAKE2b-256 4f86767f03345dc9fb4dbd4738423d1eaee7df379328895ebc350f4f69590832

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp311-cp311-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf3f3eb4e7e46437c23ed59f124b983705789ddd12f6ff896b30353ed72c345f
MD5 f9edfb1fef46363cb6a3517851af6e42
BLAKE2b-256 619edb231d1e360c18b4505eb241f1236b0d895c8bffe5a03593c22dc0d88ffe

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db0ea9c7bdd0ac9ffc9b4bbc30a134d81dbf35a82ebed23712274c5c7b89a1e6
MD5 4fcfa280101ae62a4cc82d1c9918839a
BLAKE2b-256 b2cab37d83ca3dca94c208d854ba7e4323f3a442dd8b1f6d13f7cbaffc801f74

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 698817c8b5361b48559677b70ef56a5dd7f2207c32aa1288a02964caf65fca03
MD5 5504bf730cd47c02173e036a8422f5df
BLAKE2b-256 350083187a5fbde0d3618f3a3a507021a5d1476972cbd6d2cec3de5f76ca29e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp311-cp311-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 85d9c999fb2d57c79c1cd81507bbe1b4dbd956a39f2ef813f9f4534e2dad2bc4
MD5 9b36b3b2692cc1eb07a873ca3b9226a7
BLAKE2b-256 b2b8a9746f26b28617babb2ca2fe9d11c222e8375b76e1c9d7067282f72e0f1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp311-cp311-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 725b8f5aaa7d5e2af6697f015a86b065e63de2a3fbc9d5c49f26630cef17c00f
MD5 8c85c73be971709164800000e4292c98
BLAKE2b-256 e7271fcc179410d97313ce3cab61cbe87c82b9a06c9de8e7f027a8c583072fd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6c88a738236fd8a77308c7a9b285bdcdaaa9270918bad40f658bfadf883fff55
MD5 d238c30a2b58f6f556a8b2e29ea123d1
BLAKE2b-256 12ae4b576f2e73b3ef17aec448fe965074b4177b7619b6f849c3d4733b59d2dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 dbfa504998c24c989acb5245d90e47856316ed6612af78679d41edd276ee39e5
MD5 5942bde6da14ef1bc3d5849bf252deb0
BLAKE2b-256 8b40ca5836619abc4d69c1e91292bd27fd88c56fac8fb9a864be7421406f1c5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp310-cp310-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 450.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ac527338e1f6c3e9abf0161504b1dc478f3c96fbd612912da81077a484bb2648
MD5 7759417886fdc5da74f5fea3e502db17
BLAKE2b-256 87d4016f6c7095d4f4de51840d6866fcec6e5f7950f6225184308f63968f5a25

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp310-cp310-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: prismatoid-0.14.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 450.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.14.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7264c825042bdaf2af6e02dcce0edd8c3f662e79cc2bd5293156459b65c2470f
MD5 d71f6fba72d3969a89317b52360ad3ca
BLAKE2b-256 b18ca6a37167912bd5821c7a80658092ec6071188b9c0582870e8b3298f3741c

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp310-cp310-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ee2fdcc0a4d0836865c20a618c20cd288cf5bcf22c7d1b5fe4feba53e31189e
MD5 759b2aad0db083996665af8bbda2eb35
BLAKE2b-256 5c38f8e1e71d9e393f6f958bdc158fbf9c4c50bbf14eabbe7f52129809f58dce

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2dd2a2b91cff829878958a345c57bb52b83109af89d484ea7bda93b61e7e5b4
MD5 87973fe0c6f9ea5ca2d05889aa8ce557
BLAKE2b-256 0e21a578e4a7436b9e27944156d5e5ef39440d11f4529144a7da4b719b015314

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7806d8c16ea2db827f577a86ad949e9600118d95283bab5f63d108fe1686c4b0
MD5 0d6d74d5a98231ffa83fdbf308f7f53f
BLAKE2b-256 5289a74f3b6b9bb03a8600d84217286b0e7246a658ba9e2423e07d82e563deac

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp310-cp310-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp310-cp310-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8bddbbf54bca3b403efc998eacf59cc9bfc37dfad0f1f9061654968f6d3d7784
MD5 50302751b75455a9f81a50632049aac7
BLAKE2b-256 c31085ef58672109b38e3652eef3c1a039c41b34ef8eb3a47265fd900214fadb

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp310-cp310-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4ff1dabc1c940ea98f909364c942c5bc628a6203b5afde1724893c64c0ebcbbf
MD5 69ba6226563b59a8379733ffe6437412
BLAKE2b-256 78e439bbf146c5be93e217bbf6d1efd1d8d11c913d154f79d02cd62d9919c4d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.14.3-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.14.3-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1c72a548b380f94a2d2d6b4bc3c42e7769869e1f9e121730ac5b635eca43a024
MD5 b6ee7fc43bd75a61ed9aa65df46e2761
BLAKE2b-256 c38bc0bc3c42ec685a732053f44a531ba0d6c92a0860ea691d0593c927b3059b

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.14.3-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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