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.

Minimum system requirements

Prism requires the following to be met to function properly. If your system does not meet these minimums, Prism MAY malfunction or fail to load at all. If you attempt to load Prism and the load fails, or if Prism malfunctions, please verify that you meet the requirements in this section before opening an issue.

  • For windows, Windows 10 or later is required. Older versions of windows are NOT supported.
  • Apple platforms require either MacOS 11, iOS 11, tvOS 11, WatchOS 6, or VisionOS 1.
  • Linux requires Glib 2.80.0 or later and Orca 49 or later for the Orca backend to function. Speech-dispatcher will work with any version of speech dispatcher that supports ABI version 2 (which means that versions 0.11.1 and on will definitely work).
  • Android requires version 11 or later.

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_ENABLE_LEGACY_BACKENDS Enable all legacy backends supported by Prism. For the purposes of this option and the LEGACY_* options which follow, a "legacy" backend is a backend which is supported but which has a very limited number of users, or is only available for compatibility reasons.
PRISM_ENABLE_LEGACY_SYSTEM_ACCESS_BACKEND Enable the system access backend.
PRISM_ENABLE_LEGACY_WINDOW_EYES_BACKEND Enable the window eyes backend.
PRISM_ENABLE_SHIMS Enable compatibility shims.
PRISM_ENABLE_TOLK_SHIM Enable Tolk compatibility shim.
PRISM_BUILD_WINELIBS Build winelibs which allow Windows apps which use Prism to talk to Linux and BSD backends when these apps are running under Wine. Requires a Linux system and winegcc to be available.

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.

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.15.0.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.15.0-cp314-cp314t-win_arm64.whl (465.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.15.0-cp314-cp314t-win_amd64.whl (465.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.15.0-cp314-cp314t-win32.whl (465.3 kB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.15.0-cp314-cp314t-macosx_15_0_x86_64.whl (222.0 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.15.0-cp314-cp314t-macosx_15_0_arm64.whl (121.8 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.15.0-cp314-cp314-win_arm64.whl (465.3 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.15.0-cp314-cp314-win_amd64.whl (465.3 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.15.0-cp314-cp314-win32.whl (465.3 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.15.0-cp314-cp314-macosx_15_0_x86_64.whl (222.0 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.15.0-cp314-cp314-macosx_15_0_arm64.whl (121.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.15.0-cp314-cp314-android_30_x86_64.whl (820.3 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.15.0-cp314-cp314-android_30_arm64_v8a.whl (735.3 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.15.0-cp313-cp313t-win_arm64.whl (452.4 kB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.15.0-cp313-cp313t-win_amd64.whl (452.4 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.15.0-cp313-cp313t-win32.whl (452.4 kB view details)

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.15.0-cp313-cp313t-macosx_15_0_x86_64.whl (222.0 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.15.0-cp313-cp313t-macosx_15_0_arm64.whl (121.8 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.15.0-cp313-cp313-win_arm64.whl (452.4 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.15.0-cp313-cp313-win_amd64.whl (452.4 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.15.0-cp313-cp313-win32.whl (452.4 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.15.0-cp313-cp313-macosx_15_0_x86_64.whl (222.0 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.15.0-cp313-cp313-macosx_15_0_arm64.whl (121.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.15.0-cp313-cp313-android_30_x86_64.whl (820.3 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.15.0-cp313-cp313-android_30_arm64_v8a.whl (735.3 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.15.0-cp312-cp312-win_arm64.whl (452.4 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.15.0-cp312-cp312-win_amd64.whl (452.4 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.15.0-cp312-cp312-win32.whl (452.4 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.15.0-cp312-cp312-macosx_15_0_x86_64.whl (222.0 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.15.0-cp312-cp312-macosx_15_0_arm64.whl (121.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.15.0-cp311-cp311-win_arm64.whl (452.4 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.15.0-cp311-cp311-win_amd64.whl (452.4 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.15.0-cp311-cp311-win32.whl (452.4 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.15.0-cp311-cp311-macosx_15_0_x86_64.whl (222.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.15.0-cp311-cp311-macosx_15_0_arm64.whl (121.8 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.15.0-cp310-cp310-win_arm64.whl (452.4 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.15.0-cp310-cp310-win_amd64.whl (452.4 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.15.0-cp310-cp310-win32.whl (452.4 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.15.0-cp310-cp310-macosx_15_0_x86_64.whl (222.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.15.0-cp310-cp310-macosx_15_0_arm64.whl (121.8 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.15.0.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.15.0.tar.gz
Algorithm Hash digest
SHA256 3becb537899fee9a931d3e0c2b7389a5a34ea0661a73d3a42fd3d9f50923b7a2
MD5 f77812b111f9f63d860deec13ad7d7bb
BLAKE2b-256 007ab53efd45a52e9902b63ba833ab5f9e455059994bdfcf425f4ad5bc158d5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0.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.15.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 21c35e2a399810a8fe1816cccd29192242d9652c9ed4edb7766c95678c380a19
MD5 5d9fee75298fec1e350c994fa99476a6
BLAKE2b-256 5fd193d07fbc381d7888b0a59da14172c7aefeaf846208d2fafc8f136750df2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d3b9b90e85dbbec4e448078102f63e0a387d57810bb891701246123a4531a43b
MD5 f7b8d08752bbf6f6b154a24e468c3236
BLAKE2b-256 046ddb125629a9cd913fa31b9b0377d1ab5953c1e6324d39b315848ff21895ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 465.3 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.15.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ac523029f727d7673356dd7c5b5bbf0287506ecac51548f5b3e69f0948c47233
MD5 b312d227b739c8a45180dfc689cb6179
BLAKE2b-256 642be39b52d77c398e1cfbb7e4fce80f9826610f9899032c6051857a5a4a4c13

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74d411a27f2ae765d417edde4d642a34d33544da302c50094bf423ec26b05956
MD5 0791654796677cd8e68ae744057a90c1
BLAKE2b-256 0fe262c3ffb40b851a2c4deaf8b1387f8fce2404011eb89dbcf388ccbe896cdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f308376befc30e64ba9edf7748fb3193b47866b522060188689096fe3a676ec9
MD5 1a7afbf21ded234b110d1fc325428412
BLAKE2b-256 031326986e66427cee31993363d4d9e8bb1e02e7cb668e81a2f1e57074c848d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ce26d11e8f9c4fae1051a195e35e10857e6a51cd0a5de14b76fa1723c6f02abb
MD5 53a3234e91c7bdb5f61a81dce66da347
BLAKE2b-256 ed7e322f679d836a120aaaf054f500b7a1bf1148f02e865de56be940a5d081b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 cb2d70a02400cb61e1a9b7b62c7f31f343ba06e4ae0ed11454b3f5733c4625dd
MD5 1116889b681a5308234c26e601abff19
BLAKE2b-256 13d40bc4b6c843226fc5981398e07345ac466e569e84d353b003c579f38bccfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a1dfcf957b27e4dddf07d742eb995824cf9a242446e22772fd277669374f600d
MD5 6f1dc28ea5877c54f4eaa32b673e33d1
BLAKE2b-256 189e12da1c04be12378987248bcf9fe800ef9192a18842b077dfc416742a08c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 36f36a78089987f1ce99a3861097e86ceccfa44985fb861e6d3aebc0246077fc
MD5 67e04b2fff2e196ab88b04d3de0a8769
BLAKE2b-256 3e4d76accb4bf36a9cad3b694118c3e1c5d9de65516d74b54548a2e36215b064

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 465.3 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1664bc7dbf60fe33a93f8d617a37d2b3b16551b505a7c0d2465f0ac2df88d6b5
MD5 51b34910c3c202b8b3833426c4c46241
BLAKE2b-256 266ae95ee4c34d5ba142849a2b7c4d780b5531c994daefce878ff8d95a5dfc93

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 465.3 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.15.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 33abeef03620452be4dbd85687b36f5a97d81e3be979197a449eb0edd0348dff
MD5 890741158a230166f34ba3481e4e8b41
BLAKE2b-256 4a8031274749646bf5f37e82db29fc09e417b590c305ac59de72c19c0e73bd94

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 465.3 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.15.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 509e6dbcf18da0ebd94f721bbd47d7bda132bc5276c6d6fdefb74800d38be4c4
MD5 7794664ad68fbcbf1a24ddb07dac0abe
BLAKE2b-256 aaaff56ef85cb3f15859b9b08dc450bf26aec993ece178253a053403a236ba5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66a6ebc08687c56b1e513f193227141038f02193fa7ca29cadaf20c7bd9f44e1
MD5 3056f4eaa18e5c2d4c4c25528ea83ff1
BLAKE2b-256 35781ac5ebb423a61e926ba1778b0218b7b8b89e72dd24692118a8daf5dcbd53

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f58821effbc1d66eb57f6c64d94c0b084e973ec48153eb39c0811938ebc7e172
MD5 457c0a6ed8eb7a2b80cc47a7d9a22cc3
BLAKE2b-256 788f658a2f96761bf05c71c221a23fd07d56c00c5d4ca40c248dee6388566e07

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ed36e74c387ad57259daf1d40f04c38b511e7400d55a58d11528946a7be33398
MD5 c21b3b5286785c0c5b6f87023e7bc28f
BLAKE2b-256 50c3c690d2b098cfac014f1abc01d7403400409cb4d776f9c4623934ee0ae7ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d780c55d158481d868ab69eb86a7e05ca233925dd8685bd1ca2fe5c50be37304
MD5 fd6fe5e229c0fadd0db31fe64e386e3e
BLAKE2b-256 10d108dd80068a3198855088d4b9c9a0d62cb8266434cebe4f0e87e2b6e0ca32

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9ad6f2129831b5aa89fa166b34848b44867395c049f0c9fc35ede0f3096f92b8
MD5 939d3418ef45a75f2eeb98927b01c394
BLAKE2b-256 46edfd7fbf6bd10d297d8b7faf3ed37152b1a4c5cf1038fb7e22bd3ee431cc23

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 084d356acf80ee676477c4b45c4011fb11b672288e1df8f0ef6b998db0abef52
MD5 85de31f9d7d0e464c0aeae7b2e423d3a
BLAKE2b-256 0c8d37f43ab663008f0fbec37d9d3b988257b631846bb3a894d4f8346751e79a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-android_30_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 c6bd99f488a2af2b2a6bebd2b667520734279619e6855c5f741849020491dbd6
MD5 7dfdc7a4fa9648c50056ef0f7981a8ec
BLAKE2b-256 6421ca756407adb20fa08119f0d9ed1255b69cd5cd68173e7c26ac7f48cf07e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp314-cp314-android_30_arm64_v8a.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 850a69a7e779ce03439883d713a08ac82c627b71542d26a606258543f967b85b
MD5 40769f7842fd36c07a85379398266a99
BLAKE2b-256 326793b50e68daa1f1db32eb966f75fc6351f7b7b592432d70acdd36f19fe6db

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 39ff039678a6dee844fca8cd1b1e1d6e0b58891b18bf89a46b278b4087792f8a
MD5 da47601fc339999afc8d995d8f13a7d1
BLAKE2b-256 350a866d8b1f15058d7835dc82153d0eaf25c8f09a947faf5da626e3754aded4

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 d29f6472deb5073c52d5d60a1c7fcce80e10ffee9681805678e7e000e480b1a8
MD5 e1794ee1581fd3ac6f2b1b3202e78fbd
BLAKE2b-256 4b4219211441fd8e3f660741935d285ffcb5e6aef1967bfd59b2b126a53ac7aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 452.4 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.15.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 01f1647fcdcd6e0d28c2621fc1afd5be0f82a1f064120e320ebea06078aa0ab8
MD5 b302fce655c07087a225240adb017074
BLAKE2b-256 f6f9600c37d80102f82cce59feb80aa46618d0fd1a4eaac867fa196ea96e34eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01e2f4e5c694493fe8dd5e6c261a54db1750c415af01b2d16acc9dda3226f86c
MD5 eb82a45044eab6ecdebc24e5769b020d
BLAKE2b-256 0a38f6ec03e5348eaeab4d28a0666ea1cea82512ee7aa6a5f3e9f6cbf8a4a1e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 714b14e32b13e7e55bf19a50e98d1aa28c16b3f7bc7d5bdbf5d21c7daede6200
MD5 42e170ad5661b705c5c7c9af0719e852
BLAKE2b-256 22439d35aaf26f2e3daacdb27a3c89941a4e9dd54b8b7e7d7622511592064d2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f5f97c1bac035a7ac12cbdae9bd0eaf8d65ce999217b641c274b103f19fdf6b4
MD5 cfe2e2dd2a0169577da3ca2e088b722d
BLAKE2b-256 d972630688f1afbbac2ab15cc85bf892ca7078821726acacfe90d8e9047bbbd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 87b417656c42758bc5cdc2a02eda18904c3c296793509a2160fdd0478d686838
MD5 59f77c1c5cccc951fff416fc6d1d6914
BLAKE2b-256 1fa7d14e6ef3659b9e67c26998510d8a1ced5cff77bdaf190d426152c9592a4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 255b4f79644b3031f00b36c1999c5be17e2941264ae9d9d2b956ea1a2410800e
MD5 53262d53efaccf857a633cd881bb446d
BLAKE2b-256 7fcb70724ff58dd24737fe5fdf178459122cf2dc3bb9183213c91a58cb7afb72

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ffd9e61506a261ed033f476d2800b0592fa456c0f65dc89fd35114e6c3864853
MD5 d82c3d0d85db713bcd741c2a3c1cb967
BLAKE2b-256 0d38329462d835805a79840047e88657c69417cebb9513870c21a41754f468db

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 452.4 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 35724dabe08801c6be2091c800238c13c17a586817fab4e707adb62ebcd006be
MD5 bc2641d99740ffa5c358425013be0035
BLAKE2b-256 6e1318fdde418a9ba9bdabd7fee1a7ca9f54a520ea6ec447ab648b56aa07891a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 452.4 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.15.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 20e22b47a861fab21f882d0a47b9f284c0a777d01c95b8240e482f4e7e882188
MD5 c244a7264b0905130994112862170c3d
BLAKE2b-256 ff7a7302c83355809fd7ec4eef6f5cdc5c62b5660578984fdc4748ac6641f197

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 452.4 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.15.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0f26a5e246f2c62476daf5a8117ac0f1d2c1227b720a3555f733bd9f1d6282a3
MD5 dc4e3dc891ec75319dbc0739d6b43fae
BLAKE2b-256 408b7e8b03609313bbfccad7a839e6063a28662706233790b25d0b5e15321a22

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93fc65dbb34e4de3f56676196e7a5566c4f174c8bcb69c6616cc8fe5c8e8ea31
MD5 6359e23af809ecf6d97610fecdffed9d
BLAKE2b-256 d3e51691cf50e880cdfd91576aee898f8e50963792264aded25175a87d4308bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dbbbe16569543077e0caf7babd6462bb85452573b5676c9643d68ab1fe1fd6e3
MD5 6cc29e11c6e6546a9ef69de66b08fd1c
BLAKE2b-256 65af1818799818b361ebae700afef5fb68f9e45ef8151748cee2fa0f2ee309ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 834e3f20bd2dc6c6f7e16913ae49928bf3af51c72cfbc1e4d3e42567227935b7
MD5 9ebe7fb3a3fda03a30c7375cd562d9c8
BLAKE2b-256 f269eb7a40708283bdfc852f7a5e2f18d8887edaf37964204eb3da88e519b598

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8fee342341b396b7dd97e0ecec28cf7dd1e17267e54a574198121e799fd8d840
MD5 6b2c5c119f0d23c7bfc424f48a00b46e
BLAKE2b-256 d5f57036af1041a225ae1ee35eff3139904555793a641fc6845b3e84f212fe2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7613e3ca19c5c7e4799ad64c3acc1539628b924268613949a0ef309d3990cc2f
MD5 c8a8226790c4a996af6692e1fc691876
BLAKE2b-256 e2080a1c18e95c3a0d5ebdddfdb9ced16af421025a353ea5741e0b3f62febbe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 919d1bb568cbbfaf4a1af4a01f5a7019fa9e48fb2d99b989588e092a14e1a0c7
MD5 0ddd6dfd1aa33284f40061e3b92c1a8f
BLAKE2b-256 b8ee40da534ebfa2b4fe6e75c64bbc15c3a0f0f680fa8137cee9849e95300d70

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-android_30_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 a3c697a0ea2fa65b14f0b06d2a344e228dbdc882b768790068c16ace4896e6f1
MD5 3ec798d063a3465873ef112136c1626c
BLAKE2b-256 b4e481e5caf48ab9449e2e4ac94eb361732f9f2b5a42cad498673f301aa66184

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp313-cp313-android_30_arm64_v8a.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 83868b2eb474f9bd18c078d8eb47e60b0b17291b660018e6d0de71461855ce01
MD5 3e025337e583cc0789f620cdcee95186
BLAKE2b-256 ead10433f53026dc5e43f7f4faffc17788498b8912475ff50289d7021fbf69d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 452.4 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.15.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a1b647939a58eec1fdf0df7caa6485eeb0962721e3783ae32bc7e7424e7fdf1a
MD5 ba4e9098ee4fb3f96cb4032ba82c87c3
BLAKE2b-256 506584d1c0ce3d49a37f3791cf7bc89afdfd59f893ff66a80823574beebf357f

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 452.4 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.15.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 94d556e669d73506f900ac3bde4170034f55e428584ac60988139ae7f87f5089
MD5 9ef53fc24a61a0a4657a607803359c6d
BLAKE2b-256 d4ce843e2b03027f19b70de777db25a6bebfd24a7d8acdda61711d789048e318

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 452.4 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.15.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b5fd9cd6e4ade969513f1ca2a34cf02a5a56629d3193fc62b726465f72e16ad9
MD5 e2c2647dfb8ba48942da8753b6314f5e
BLAKE2b-256 fb64ef3ec64d454a5bd144dc4f78d5446c582d91568b5e9db1fa48aef8b3f87a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2affcc26e2a42a2992a37680d200cc89d3d78c9ef498ca65782f9509044fbbb
MD5 ff0107eb3c9243647ed736568f1907d2
BLAKE2b-256 6e3b0de65cde20712d746dca812bcaaaf40f337c1f0b38d0d4613b2bc1097243

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97ee590984495765aa1fb5f7d5c5d9df3666521164d76dfebe949e2446fcd75c
MD5 bad64ac4507a34f42cdef8ef6e18ec38
BLAKE2b-256 5a4cdea2643528bfef3e7d840bda32c7d0d66d50c276c4c76969e7d03247aa78

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 adeddf834a128f877dbd4aef8fdb782e7a8f26a66b7106f67eab143b2fe28b18
MD5 0906db3339a68ef86f176ff82f28b4be
BLAKE2b-256 3447807203bc57fe2ce36e5b0ba1682395990c1e580089b6bda4975da43a4baf

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 f2d1533a4cbe7b21707d6fc5a7fd3a61157dece99a28b0f8d4672dc738be51e0
MD5 41778cec39d83e5735e79045104ec521
BLAKE2b-256 ea2b00f2437e047c14cce4d59e35a9093f8b38bbb0127a14ce934a547630c459

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4aa9b25bc63c049b2e78996a94cae8668c1f69793ff8d4728c0f0badfa60c405
MD5 9a0028eda68d0f82f90379d76f888385
BLAKE2b-256 6fd7c5eb4882e14ed7e5c85b0e8af5441d398a4295b071dff23492eaceb25455

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 24ec5f6bae1c898d1e7cb2aaa9b637ec8258685f13fc086e7301bbb430c9b329
MD5 632fafc995cfd2de499aa47991818fc1
BLAKE2b-256 3d2682f627fdc9b4166340141194778589238e7fab6a2d348bcf6047c4c898a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 452.4 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.15.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f06be9420b6ef9c9bea9f5213983355d59006e849b9b8e18a3eed08d832b9be1
MD5 1e5ef169a1dca33f5af1a32a7d0f9c12
BLAKE2b-256 ee5c2f0a7b0757d837a439a9a725c2adf16b53a874046973231a8fb41493a855

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 452.4 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.15.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 12141af82ab64d0ebcc2888965bc20f744746ce4b0cf1387946ef86785e1e617
MD5 92dfee389d305a2c90086db3fa35fee1
BLAKE2b-256 dce809611ffc941219fe2ade62c6c5d819481393fbcc5fda80b0bcf905db2565

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 452.4 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.15.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ec301949fe277f5b93e3795775e9b86b8977d03bc907cfcb61e4d0e9b7eaf44e
MD5 de27a247f6f98785a1c29b76daa657d4
BLAKE2b-256 050e7c438e3fd7f6cf462ceb7591ec3c706003e4a1b082b4d412e38e7ea63687

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 653d3d65653950b1c03243d6c6bc4a127f922789bc5312961b3e32a8dfa1740e
MD5 763a1a59815a759f5672227e1337b7a3
BLAKE2b-256 d92f48e1d3a04b30839e08f17636265a96caf1d80dcd1be0e09f66cdd9d2268e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e51213898f9bc22db26850af629f0aacc7f217305e2816a2ef9396ee52ae0fe8
MD5 5b1fb4f911adce0eef46f8c96583c75c
BLAKE2b-256 dcdcad17e23c030c0e4b9e0e412ed160d7742c63975ce8aa0aad1d3cebee8361

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0ffd06315c32522a683f0afc6379f2970bc7bbdb3cbbb537efa46c3e0354bd9a
MD5 79e6cf497ea767f39fe15039e6af0a29
BLAKE2b-256 9073d7e3f618044b317cd907f3725b1f5243bc5130ac0880b6c10cc1535a21e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b7004a2c20d2f68d6f8bb71b5ec91e46f7055717033ad1a50fcbfdf8a2a548b2
MD5 aaa307dd4de595e5e85e8d9128eb11e6
BLAKE2b-256 eeb4706d68e4f02f46a45691d36a0f54ff1158a695a61365445823c1cf096d50

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a8eed8f5d31d8965fa5d7716110a76efb85492e90b41bb0b19f8c445b12e31af
MD5 e25d82ff560690ae21ac3fb2e80db49c
BLAKE2b-256 638e0593d1ea3de8cfd2ce912a0bae429cd7d6aca1decdceb203a540e8555017

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8f89bf625d58084948f2c979040e90ecdca9daf04bef190964c70a8102bc4bcb
MD5 a38db30527dc7032e084282ea4d6f3e3
BLAKE2b-256 d01b32be27d23bb2472483388452aba2396b2f466592cac69d46b7a597004c6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 452.4 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.15.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 a6bb1745d96795c72823a0211ff87036c6648df3c8a1a0d057faf263331bc6d3
MD5 f6481c87ee3cb3d44b459daf1e336a9d
BLAKE2b-256 1d4f0a03bc836f54548fb718da043b7f9c3683d2cb7f363e333c0a67be19866c

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 452.4 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.15.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 22c92f5f5c6d51dc6f9bd7de6eb4aea1e7666473be38e2c4dfc552120c9cdd3e
MD5 6af310dfecae6594c2285ea8ec1b000e
BLAKE2b-256 fd6ac2645126b6ab9427749bc469adb81666e5e2dab3734a7256300059ff97c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: prismatoid-0.15.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 452.4 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.15.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2e41edab2a60eacdff96e788520e80c41360abf406d6703af1bf24aac98b8441
MD5 82b2e1f16a87804dec9fcadc80e52d74
BLAKE2b-256 75a31ddccb18a90c81281c6e10a91f3ed9f9964c1e6e73fd9502305e2a0c6611

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 edcdd8e9c3d021599dbc268f01e9add6dbfc14a98833cd0f8c58028fc981d0d5
MD5 91d7297bfdc8225badfdfc8760c7848d
BLAKE2b-256 3f5de0801aa852385f4d4497935efc25cf3ac9e58f72cc0c422c30cc1ec9bef4

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d1bf7f3d66c76241743e4f996bc49d34036a5abc3e64fb484d2fb632b280379
MD5 8b8927af6e06acbadf041b5449602a9e
BLAKE2b-256 ba5da6cec37923451b9a608e0e61515e14e8220f0ac8976266615091d6415dd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b4d371d905d92243cff4bfbe8c31dec3c375a20ccb1b3175f91bda9f072a20b5
MD5 2f847d48b673e0e03b06fccaa6d0383b
BLAKE2b-256 d2db01402737c42487c45a9a24aed59d4e857625b4861a29648602bfc472955e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp310-cp310-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 31f03b82a53de4c0d990f3ee6b9077ee3b0a7af327068551a503cc5c4319296f
MD5 49cb3ea68244a804664c89df961351ae
BLAKE2b-256 d2d1531f3b124df418296239b526f9d61bbf605e1203531d61cd142002ebe708

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6d9dfde9cfe720d4528f3cb7db7dbb986611094ceb568309796dfb29f88d0f95
MD5 75e4ab5285a873fab35f96ceb482264a
BLAKE2b-256 a3c54841497ea4ca075bb198cf78179221e3d6539f192e42ed6745bfd088e1ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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.15.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.15.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 baf31567ba35b4c71519840e1762f1298bdbb61a40f1d8af6126d3342cb44a99
MD5 279e8911732367372ca6b60647da43f6
BLAKE2b-256 3b572eb0a0cc7d0cdf72e2f06fd6083ff2e77cbdd62fafc298b1d6c1dfe1375b

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.15.0-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