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.14.4.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.4-cp314-cp314t-win_arm64.whl (464.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.14.4-cp314-cp314t-win_amd64.whl (464.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.14.4-cp314-cp314t-win32.whl (464.1 kB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.14.4-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.4-cp314-cp314t-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.14.4-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.4-cp314-cp314t-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.14.4-cp314-cp314t-macosx_15_0_arm64.whl (121.6 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.14.4-cp314-cp314-win_arm64.whl (464.1 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.14.4-cp314-cp314-win_amd64.whl (464.1 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.14.4-cp314-cp314-win32.whl (464.1 kB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.14.4-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.4-cp314-cp314-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.14.4-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.4-cp314-cp314-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.14.4-cp314-cp314-macosx_15_0_arm64.whl (121.6 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.14.4-cp314-cp314-android_30_x86_64.whl (820.2 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.14.4-cp314-cp314-android_30_arm64_v8a.whl (735.2 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.14.4-cp313-cp313t-win_arm64.whl (451.2 kB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.14.4-cp313-cp313t-win_amd64.whl (451.2 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.14.4-cp313-cp313t-win32.whl (451.2 kB view details)

Uploaded CPython 3.13tWindows x86

prismatoid-0.14.4-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.4-cp313-cp313t-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.14.4-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.4-cp313-cp313t-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.14.4-cp313-cp313t-macosx_15_0_arm64.whl (121.6 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.14.4-cp313-cp313-win_arm64.whl (451.2 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.14.4-cp313-cp313-win_amd64.whl (451.2 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.14.4-cp313-cp313-win32.whl (451.2 kB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.14.4-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.4-cp313-cp313-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.14.4-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.4-cp313-cp313-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.14.4-cp313-cp313-macosx_15_0_arm64.whl (121.6 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.14.4-cp313-cp313-android_30_x86_64.whl (820.2 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.14.4-cp313-cp313-android_30_arm64_v8a.whl (735.2 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.14.4-cp312-cp312-win_arm64.whl (451.2 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.14.4-cp312-cp312-win_amd64.whl (451.2 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.14.4-cp312-cp312-win32.whl (451.2 kB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.14.4-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.4-cp312-cp312-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.14.4-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.4-cp312-cp312-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.14.4-cp312-cp312-macosx_15_0_arm64.whl (121.6 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.14.4-cp311-cp311-win_arm64.whl (451.2 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.14.4-cp311-cp311-win_amd64.whl (451.2 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.14.4-cp311-cp311-win32.whl (451.2 kB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.14.4-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.4-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.14.4-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.4-cp311-cp311-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.14.4-cp311-cp311-macosx_15_0_arm64.whl (121.6 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.14.4-cp310-cp310-win_arm64.whl (451.2 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.14.4-cp310-cp310-win_amd64.whl (451.2 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.14.4-cp310-cp310-win32.whl (451.2 kB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.14.4-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.4-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.14.4-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.4-cp310-cp310-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.14.4-cp310-cp310-macosx_15_0_arm64.whl (121.6 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.14.4.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.4.tar.gz
Algorithm Hash digest
SHA256 a1f8ce9f4be44a0871ed06369b97d6a8041b6b78a6171fa7d68219b6f0b7c4ae
MD5 3ff862d8285be7530dbe6b530227ddc0
BLAKE2b-256 a65b4f46cf15454dd4810c057166e13dd6a6f42bca10deed759d5c32c0d5929c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 c75764e50703024e65a2d08b09449c6fe9c68621e9053b5ee5828c75d96eddab
MD5 4b5b560eca5a320b50e79ec8d9696216
BLAKE2b-256 b2966ceb2d7d69883e6da954bc98a6b9173d104971913d3e754701eabbb9c6e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0f39b9606f7a45d96354d203b1852ac4d279fa897bc8e5d8753f6417d19866e0
MD5 a063035b49c0e7463055fa7e0224d350
BLAKE2b-256 5aefdd539b6eec33306530fe493bc87eb9a844208d3e9f8b673e4ac21b5e83a2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 464.1 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.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 fb985b494c63cd9a0c10b2e8bd4aca2d93af0f00d4fa2dec3ac425bdc6a5332c
MD5 dd4d9ff669a12d510aa200d7fc200fd5
BLAKE2b-256 cdbd234da056ad804d69af6039514fe43fd38492f4fbacdeeb3f95a87ff506d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c43629352e73074c908c28b05264a0ecfec9abb0886e97044b10217fb8a2e2ad
MD5 16fdb6a244889582a32dab3522a8fa61
BLAKE2b-256 018e650bef660595ebb5081b927dc587a57a78331bdd87131af7e41ecaeaa514

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06cd23ade5a75cc58c8280b34484c1504fc5a737872a94279dc8b0e386078d39
MD5 772857e8445797f8c6523fb963effc6a
BLAKE2b-256 14e5e70b3428c1a71b8636db8a9651937d999f9ba6b7143db77ec3ea3e544dfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2f463055970dac40a6fb61b0e01b4d7b88f457191e50cc572a623296dc2df47a
MD5 c004a16de684bc68b0fac7dfa6a18678
BLAKE2b-256 2e0205287e48944396b8d51d7ca02c4ad107cf7f859aa49c3fdb2ec3e6e15b01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3ea0f34b9f15c2569c06c8667f92422d6bf5eed595899aae54c7fe62089802c5
MD5 ca7ae74552560eef3d75aba98da9046c
BLAKE2b-256 b04c282488a5d378a63cf6a96c1f1cadaf000e1040385f132b72bb2733bf41e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6557632042f49d8a5cb25ab6cf1b66199427daf0e77b9a9773efc021e5ec3345
MD5 3b6cd032e932f7dec4e15e1d6dd66b42
BLAKE2b-256 b16cd5797b07a5d09824f81951c69611a5f58c22169e3b35ebcb8c5539aacecf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4867e80124781357e3b5224e44d97f06ebe930ae665d79201b5178beff12d456
MD5 ae7e3680323f1b229b7b859f3071fa6d
BLAKE2b-256 45818105dbcd122fc63ff58b24b04bfa31d471e2aec4beeecd4fcfdd6be8289b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 7144a1a68e2e843892bfcfa8783ce58d2f304c26729b4048f1ff15f1bdbe033a
MD5 de5df1f3366baf6b35fa3459db6a4147
BLAKE2b-256 eb063937ecbf45e2357c875e5cc96cdfde29c1c0089add41f53c3228069c7802

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 464.1 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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 65d36f5daf7b6a096baaf8e2bd861ca4c385674a170e6a1c159c98d3c23bf658
MD5 2c7619d5ff00533aa33713cc018322b4
BLAKE2b-256 29d572cc21de1a5b07a38899267fb42acfd2976938925de0403676314b0cf2e4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 464.1 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.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a1d4a38aa13b767d5ce108d3d4949446c202e489a3e14ada9db881ec50fed05c
MD5 ec2a508d27fafdd498989e4dca1b7d13
BLAKE2b-256 5a247e43497f2cc1e4601f607694422c8f7ae1ba281c693addfcfdf18393f7df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ccc9d0a514efe849abb92c48131ecfc9bca4596c373741de513ae4ae2ee389a
MD5 aa2e2ee0c07fa7bf295236d2d5ec67d7
BLAKE2b-256 1cac6e79bd33a44a1e84e780881b12d767b3aa8072192dc0974b61b25e8eff44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2306a0e3b8037d7ed24ad8d1497d0d55627064a49f138105298399ab9458c6b6
MD5 902742a5c81afa9942321d8c2733c057
BLAKE2b-256 84cab6fdf21b0231c0caf015e005e460c10c30b7e7d600fdfea4178066972d45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 fa2e3e8abe10a1b2f1578359fa72573d6cc6b9e37d0603211fca979dde93b3f5
MD5 270b50bb9459c97aef1f57018f3cf256
BLAKE2b-256 f44fd355a86aebae9dda264639cf4cf18eb8717659f88b4eca5014f52f5e9274

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 228b925dba2da12f98bd215c439492540c84b8f72fe2f23043443296176f2627
MD5 ca440cd2bb38619d341d841e9d5d7d2e
BLAKE2b-256 c337b0f21731c34e788be65913231c6220bc1ac83c0bf1875b6b23106720a20c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a858247c31c859c4ad702d6a1a64952d44564036e66c308d28aa3bde5b634327
MD5 18b56c394ad920482e006419bacdcde6
BLAKE2b-256 53a33da92c55ac03d5248ced7646a6e13e9f6f94ecb3b06094d534baa868bd79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0ca63461fe08f90722635fc3870abc84975ce4462e2987058904a1124bd9e994
MD5 0776753b4bd2d1db4d062b2b3aec1054
BLAKE2b-256 10efc37b9652222661d70fef59d128d4b23f47820aa88e7dfc115049575d3a8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 a34c1dfc11a94228f312373ddc7473acb1d341cee34b18f8bdafbc99798561d6
MD5 fdb42bcfe6a5af2f5be9735cdf94e49c
BLAKE2b-256 b8b2a46bc049ee21442314f8b45d96dbf2c592f9fb7dbfca1036f6407b2091f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 662f1f48a233d639204c2b5b7f04baff2ba9bb880af78711a9f30e18bfb1d515
MD5 ddde7fe106567c48954632fbbea3104d
BLAKE2b-256 5fa913f578d9aeeba7ef14b28fe0a06deb6c1f056e38cc1457cf72f77dc6b1e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 3db2a226b508f8fc60712e945069306c6f91d858e45e9334b4a5c5bba5215662
MD5 7ac183520dd69a2dfda55538d65b3f9a
BLAKE2b-256 fa972b91380b65ff7cd6f32e5930ebcae5d57fe05738993b2b8a30ce0ade7fa6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 e7180724b9c31a971315690d5928d872397b93d081243f6c3db2b4ed91b27c23
MD5 5b7d4780715bed884d0bf90f1e8d66a5
BLAKE2b-256 9e7d687c7b3f1e5a3c43703230a65ae7600824c4d94d5f01cd39bf089645f88f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 451.2 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.4-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 ac200c3ba6fc19c9d522141e9672973f124c3c62480dd7ccdb7dbc544dc6e02d
MD5 7e86a3d202b744f11cc8f2ae194a07bf
BLAKE2b-256 fcb582145b6dd51c038a1fefe433b5d1986b5aa97f61c1c0877c3e8e0fa9b9df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30f97c07ec5c4450398304e132b3ae9091b20aa56e37ff43a5b0e79456ff0345
MD5 7709c3605a8abb5b667db7f9d80367d5
BLAKE2b-256 0417a7a128e99fb7a6e74f114ed7cea0ca72f85703ce6422a9d262702494910c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67cd1e8401d72361ded207effadbe747b93ef4d8d6d2c2cdb4fa4a039af8db20
MD5 0b71aa0f85400bc79bf0158960434101
BLAKE2b-256 506f1a45e832a245e6f219003a35e4e5e82dec914107d70f997eb5acac520b2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 47aad5e1f7ae2ac5aa0c7a04fa39873e3af2e94c347c523ee758ee77aa6d5cba
MD5 7e7160479e74fc35e5f55f5f3048ad67
BLAKE2b-256 d931d17b3e8e04b93332c2ebe782914c9644e950295a5003b1627d72229f81eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6e9e5b20b640832e4b954ae3f65e5a739e52b85494583a820f2e9fce5aa100c5
MD5 3c03859434a6fc5b64bf5b76012c96f0
BLAKE2b-256 4b6a85b886d41e62c9c8e73a37e6fb9116dffb5c66e0373c62bdc7ef8eceb69e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 f07f7945488a55decfe9f804c2b1ceacaa808fedfe00972c3238ecc12a21ac86
MD5 12aa7de8f90182e198488e10835f4707
BLAKE2b-256 4b890dd2268ceb4c0cec1d7fbed9710badd2a0ab2f5094a0936ab0cf3b804044

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ac07eb2525a852d69f4d8aaa520dff5efe03ba411fed6770538a1b101e7103f0
MD5 f930c5bf8782b0cd9a579699f1d52ab6
BLAKE2b-256 4aebfdc172fa531f2e8744ccc4a80aafdcea9e66aff7460fdb87b13e0f1b1cac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 86d7cb9f2686de60e8864512ec1ad9522e49b46b3ea3c533383122eeb7ebd3c5
MD5 2648ef48d4d561d5aa605e141032805d
BLAKE2b-256 33b60688c5a8ca065fa7630bd4bdb9820ebf611e6ca104eb5546ce7bdec0df41

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 451.2 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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c861406fea4e2e96ea539e59ba3dc93438036d429256060b7e58840c3a9a8947
MD5 99f5ff341aac7712589ca2ca8ae47c24
BLAKE2b-256 17d5be98f3ec7e6ba480c3d715070b1471876d3eefdb9c5e2b2c1a74eafe347f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 451.2 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.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 bd62b145f11f0300bcea486f249e63d0ab19ab554bd23ee6b3dc14765be618d8
MD5 b9e0a62106fe6e55622d0c1cba153bea
BLAKE2b-256 7d5b828681a4aa4d26a1ecc15939e0479cfb7953bd6032d6634b62543710b58c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9761221fab938d95519f81841b840d90425eeb0ec6cdc5949b043238a7f737a5
MD5 8f96d2148edf32d1fe38f5d2199e28e3
BLAKE2b-256 62a3bbe67fc54def4d0d5d35e2cce5bd0370a98a4a6cbaa8fb0a04886d73d8b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e1d9fe8d9ac4c713da90c2723960a20202e6086eac30f2469bb0bddead8de65
MD5 80ff76fa0051e661361944136d778cc9
BLAKE2b-256 10abaef7b2fffca59563ae335409fc9c920d17812f42c69d86973e53d6f36ca0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f34f78f5fbcde26e34adde39f96b8a3ef9ccafbd9b60a6fe1006be41ea29fa41
MD5 4962901f90a431cc7de21f3cdfd925d8
BLAKE2b-256 50bc14744422f49e9bbaf1872243d9749a513835cf66012e4d37a0b0224ec7e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 cf113a109ef6356d39b82aa16c45e2549ba369a197a01bc33df779cf3168a1d5
MD5 980424bb6db0bed127dc7739282327cf
BLAKE2b-256 3e377ece67c9b20f62ff56c5ebd75c43281a7ca69751347249a5158e27fcc470

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 86f661fbd4bd3fdbb9d37d30d74f9e4053381c57caf450a29f019949d00c7566
MD5 99ceba91cbfe6236715ab5424046ba25
BLAKE2b-256 ca11bb33aad83f74973ff12a0f661c045395d944c66bc19abae38711cd0582dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2b7f6b881bbac31ef30b0f7bcd4dcb37a5e5b802d8b223f600b24f01a22e2c3d
MD5 530ae025427f95217d4736da942d15b9
BLAKE2b-256 cf68abd6355438d4a515b0b5f1800b8947b5a961ef949a6c0669192a027a1cce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 b2593fec2e872beb1a7697d2e465efdc3fc2bd7c442152074a614d5b50676fde
MD5 94ae1d8a72df57fc729d3906c90b3b21
BLAKE2b-256 c6e97d37a70b8c4ba34454964f2faaf7d1ed7674d18fabd555243b2c6b459179

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 cb2dd588d21ed45622ee1aa363fb0c5d3305a41361d2a3b8d513ca07d7bb7fad
MD5 bc282c9ef935591dfd75f62bf84b017a
BLAKE2b-256 a0760e90493efd690bdb657fbda5453d2cef406779d62c41e0a55e620e0df6e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5f6da79085b36ccc933e578044dd2b82f67e16acd7b85bb373f99d6d29cdc45b
MD5 ed259f035810952ee3beb33d6412e250
BLAKE2b-256 06366f84d9ee1a7cfd609959af414abb2dc31ace73a53e9d43b782b48cb34879

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 451.2 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 72a2cfac45e2c97d742c0f4a12332c01e6ea1d44895cd55e56faeaba1485b8ce
MD5 004867b21682da3ba23c11aebb5175ec
BLAKE2b-256 52981e681d22ffaf1fa0a1b6fcea9abe9ec0ca7624b0a66b24d7d2253d2576e2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 451.2 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.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a7b7d544242115ffcb81aa4bd7f93f6a5b5070a47ec4333a5db006820dee6791
MD5 196e9c9247720e98f46bad7028a0f524
BLAKE2b-256 074cc73ae679fdc8021305bc0b4ea945be9e2a16b6f8821ae8c62004a18bf949

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9d82df47bea8967bc368e7f4ed6fd2b7e1bab666ae88222dbf2f8d6b4a9cc64
MD5 f83e50bc7eb8571c850e524bf45869f1
BLAKE2b-256 7b010bb8e312cd3a5297a60f93f28f5a66462ec35757f08640bfe3530f999506

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a258134b3a1a2d33416065b1cea63f75f66b975779b1d390a25040c86f0ce01
MD5 e109f1d57b7b351f3e85ce12834e0dea
BLAKE2b-256 6477e2096a787003a3d7fdf3f66f9d8523901665deb7a29434e00a62074167bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 243f48976523a5acc001aef2cd1a29c8413bbed2fd8932d75feb01b4ae8fc5d8
MD5 545631c7c83f2e6ada11fb240867ead5
BLAKE2b-256 ffc0b43327650b77dcf73237f59e96c8ce764e019411fa5b0e0f1a83b7f70d35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 1670e34d8ba6a6a190dc3a75bf213fa770b3217d0c61f34df3d31b2320400503
MD5 a7a187faa54b936c2051288efd49b3e6
BLAKE2b-256 ddaac42869b489328caa6a27f752aae2005a0550100efa75e1ebe653fb2ba0b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d845d7127f80d16ef92ebb93d9331e9cbd424e89f155de7bfb1e7f25c5e0a587
MD5 6f25fb932720fe50a244b76a0a6a32b4
BLAKE2b-256 b24fe9712edcbed181b458042f4e855069b635195d6d03bfe3332ed4a2f033dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6ebe1b02c1ff25145e122de3f89d7750a261c5883be04c172af3f1726352805b
MD5 9ffa9d72f38b14834bb66d385f4fdcfd
BLAKE2b-256 349d74d00d8db2747414b7423454a631b0a8366273ca5b48d4c7967ed88b0652

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 04cd39f450d9408074dec3791f30893390493b829bfeabbc2e75cf0bd4c75afc
MD5 f88f638334780ae78798981ba3578622
BLAKE2b-256 ff866a7ea3fe61d6c3184e12f63f4b21c923eefdb71a019c7ce5968bdc89de48

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 451.2 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bcd9e97dea729c05c0dbd48fdb729a1d90d9b6b8a3acc5b0e688653f2c291f82
MD5 e4fdd72079b262150f70d3a98df46e44
BLAKE2b-256 76e4ce085d440bcecd5d08310072c462fbabda570d5e22f1ee78e41c7652ec4a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 451.2 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.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a993129fe12a58bd563647bf362536f8008f7b818e456ec8a2a69caca3225ecd
MD5 0cf6d697d71b3f93567b76ba1503d71e
BLAKE2b-256 492ddd9009b5f835d6e4f2b9a9e5651894d106f02b863ba75587eee377421ef9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87c683cc5bb54ea073c9ab610a0b80747d23344cdcd51a34bdd5cb4cce67f36e
MD5 7d61de12ae0d82649aca22009d79c9e3
BLAKE2b-256 f403e37cb71a708b706a0811a5a66e944bf350859a3ccf9749d5f2beb8c48c55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05ac81fc595902ee8afbd77636f34052d42b3204b514495294f14098ddac7699
MD5 7e5cb8a0de0dbc6ecbc42143dc257a53
BLAKE2b-256 3e5eb82b5df6239dc5347888a2950e12cdc5be1021f27744a05501f851097c0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 830c71e631366d975d3a813755eeaf6539b7cc9796b15236fd89d5ffbdbb66e4
MD5 f7debfee274fc5dd1d1e75c5c5cdf2a7
BLAKE2b-256 32a22a008a78b2e4e23754c24e20a31c03b174ccf160587afdfdb2dcd19c9a07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6ea93f167b4fe99c1f1192610504959ad6815f8b18f0d6d0a6b7e01d72eac5f4
MD5 19547700128110c427b9cdb2d3067f68
BLAKE2b-256 e5ba075c525c840f0a214dcb3ef64d2e841e3d92435bc9a2dbbb97624ef09fda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 09cad8948c928315e941ac2d0eb657ff73769f9a4fc0803b5dfd5c3d284e0a05
MD5 bb04fdc99117faa74edb11f60fb144b3
BLAKE2b-256 2689135b4ad2c2c8ba124e0b0501d40ca855cc41e188b6c654486dd295d5142d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 03d26f196819b447482ef412c6361ed8e2fa6368ff0471402ecfbd351e04d435
MD5 5140b6f6f8fa4474d840b8d609cb2aca
BLAKE2b-256 55005315d97fc5c8432a0af958076120cda4ce693aada5dccb2381019ad018f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 0975b35098cbb5dd356dd082af5a08c82d119fc8ab297929ff763d6ec26b956f
MD5 c62095a350caa238a28c27bacf6ea28d
BLAKE2b-256 541876d8f504244da907fdb886b35e09a7bc1caaa1f3a6b4ba787d23328b90b2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 451.2 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1756674fa63d68674faac580437f5156965e85d4b8b44519ccaf760d42a6a1ac
MD5 1f111fc623f58011a2c8242545ead072
BLAKE2b-256 df3c76a33b13bd99a97f966f3672c0d6cb0cc3190ba766066259d358ad9d1b21

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 451.2 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.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4a11687715d15fc40c25f80aafe2e800e875adc46dfe857ad7b2fa20d4f2d947
MD5 7c83981aa3d7dda2ad66e96e287deed9
BLAKE2b-256 3950c36cc29672402a5b36b4de5ccc939785a3f518caf507ed4bcd0817016de8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 011770ae34cc2ca0c5b4b12480395f6239aa7caa9900e94ef3ef5e5d953164d2
MD5 9d43ebb6e7ef9fc2548e40e32c48c6cb
BLAKE2b-256 1d5744bebf556fc7fbf9bd6821072eb239a4c57b10b9e85e826498a0f8edc2d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb8fe527f49c3523821c6c1cc6f250527c2c1d96a67c1baa04e0026276a521e8
MD5 6f296b59f382a1f725806c62ef0820eb
BLAKE2b-256 bf50cd5e88e31306ff65b57cdf0c174665749f41c2b503ae303e114dda087712

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d0b4159a5b919df7d34e77b70b8bac9c7fc7068317d4f484e9b7bf18155ba4a5
MD5 50705a1eb51240dade6c99b37365ce15
BLAKE2b-256 0c3edad1e9b60fcf79a3a7f32bfe6d639f34c5e896dfe75008735c59e8431f5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 5dd1ab2fd8f65579a90c4ea41de056be98dd1c145f607ee37d6edf9a258ed7c6
MD5 19abb754b12fb6769f31456c70431c8d
BLAKE2b-256 068fe3be3e6c07c8c14744c938637dbf44437efcf6a2891305256a160f35e37e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d4bc89c7e7eaadd10b005544f72d72b5f127972aa32d8579d16c0ad0ea6a5f53
MD5 cf03fd2e7aeaaf0ab2aebb89f79d6750
BLAKE2b-256 73ae0e071a8a4d5a9032b1fc1f539c8948280b2c8aa9524ac9944285071af7bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.4-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e92533149a10984ca9323e6d4024316adfed748855135dd0f46f83d002c33cac
MD5 f1dcccfaa3a49a666b5379d454352e7f
BLAKE2b-256 53af56cba7f6e759f727528827a33eff5377a8c81aea6a101dbe97123b7038c1

See more details on using hashes here.

Provenance

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