Skip to main content

The Platform-Agnostic Reader Interface for Speech and Messages

Project description

PRISM

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

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

Building

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

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

Prism is also in vcpkg. To install it:

vcpkg install ethindp-prism

The following features are available:

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

Documentation

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

API

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

Bindings

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

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

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

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

License

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

This project uses code from other projects. Specifically:

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

Contributing

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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prismatoid-0.14.2.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.2-cp314-cp314t-win_arm64.whl (463.5 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13tmacOS 15.0+ x86-64

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

Uploaded CPython 3.13tmacOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.13

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

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

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.14.2.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.2.tar.gz
Algorithm Hash digest
SHA256 fda05946000ec3fad2d80f1959238597b8194a034c462c7ac730f88e45be26f7
MD5 90b018471a8f2af93c445e3c767429e7
BLAKE2b-256 56f554d4149c01d337ae8059064de20f3af7a0b9fed799440d234539d4d765f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 017069bab86b0310af208ced4a24d6d29aee3e5b2ae38d23836b4edce4a0de64
MD5 835c2f5b3c0172dd88d507a36ea6d3ea
BLAKE2b-256 deec5366f0836efad4673944e762e5e04f571dff87add0245c2bc48e33a9a870

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7032c4a628637706d9399b1bf91fadb56b1d007494db3e7361833c165b6c65b7
MD5 f41a05dd7863bfdce271d7f481731dde
BLAKE2b-256 a849123c2a4d2281ddb6de42c63212f50fed8b15f47b201b30f1390d8c86feca

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 8aca758c650f11768bcd4d44c182bf3fd327eaf4d4275892a3105535e7bc20fd
MD5 7ccbb1bd9c736d167b679e9df762648c
BLAKE2b-256 0d1df5fbcb83f0ffa362ca92e66649a514afb6ad610c1d6cdf2b05a421e47dca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd9e0184374495b5756773e004b3d94f410b774655e97929a08a87f77a15b772
MD5 83c75edb49386caea87869349961eb66
BLAKE2b-256 86fa2048af2c9198a260d15f25c68f0d690c45c5ffd93e4065fda9103c28471c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a10a98de8f2baf5b5c9a98ed7f7a5d6f5bd572ba29be56fcc04d9e41f48bfd7
MD5 aa607dcd78119980a33584a4f22b9544
BLAKE2b-256 9de132074c30c0eebb65ba4fa09bbf14cb4858984b7a32deed4380b944d6312e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 67a6fe94258c12beff65da1534ef51e07704392277595dfad231f6bfd8c027b6
MD5 b071a27ccd441d4ca1b1db10d830e579
BLAKE2b-256 360ba78d0b596ce4f620fbe61dad19c8cf6271f1c183b1dbe93880b96208992f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 f6becdce5cfbd4564d9af9c3936a8ed233759539abd3912aa00de8ca78f3a42a
MD5 1bb19faff74cf6d596bd7b592467220a
BLAKE2b-256 8d8d9979418bfef501dc8e660401757f3205e8696eaeea44a20004bdbb039c04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6ceccc781ec54dcfbbd589c78c1c7bcde88a2e007bf000428de266ddcb6c8299
MD5 eb53e339fcba373efeb23d853903c516
BLAKE2b-256 e7f538d6627978c7162411fea3c7e73f39f2ffb21ab487cabbd40c049fa882f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 de8ee5b9ef1e37693b5ff2996cb579bd4ec10733fc52ec2c594f6218c6d39218
MD5 3f824f693f9ab4d6e82877be6c9a5964
BLAKE2b-256 f790c5d61323205dfb897d36abc47ed559c3cacdc517c4bd2ac1ba43764f7ae5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b7a9b05876b6784b231c6be72b06458838be7175a460f0128a438e0d8e6471bd
MD5 8c44723a5a0af0d7ad2f7fae52ab3dd6
BLAKE2b-256 0dedffdb8facf3a73c2d70ff14b42c126bc897d52cadf0e602d64c428eadf4f8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f7117c720695c02b2deb7f8db4875da66c36949571fe7123be30f104336fa823
MD5 7f5789902c79e8ebfed520c4c6adaf24
BLAKE2b-256 255ff3ef0c23fbc0ddc6887ca2641717e05286c32e52a3b691bf9775935b8f4c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6c0a4b3ed4258317ffa9766e35f1ab6c503e35417fb11d3d84b045ab8865916c
MD5 670981adeb151e696460119e660c966a
BLAKE2b-256 046607c64940b3625da0285ce10170a097ccb199486c45d83f6635258a55d46f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3b65401f27aee053310cddd1792ab88682a50dba2584b88f2a34fe155f61b0e
MD5 98580a95d777aea9a32f577381783e3e
BLAKE2b-256 4725b1ab49268eba9636ad42cda4b33f2c714335513c63befb7b58316d303654

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75246e6764359be9f7a5588d0522f784011d1e4c8254922ad2623ad991fc9da0
MD5 ca32844b92775ca456ac3548857bcba4
BLAKE2b-256 3f98a563db3b7cf2aac411f4b1ad2b589db41a13a8cd708d91e4d2738e0fb8e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 bf8de0c739ad0d3b1eb19c4f6ee5fd868441d609dfa97fb1802f61f3a3a48dcc
MD5 5720194a138010a899d898f3cbf021a6
BLAKE2b-256 2037c258b170fd5aef79d59aad289e80b4aa1459aa1197457ce2241649b2e753

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 33f4191fe3cf018e926e1d71ec1855410855bb20fa24c5b934a1d526deea56fe
MD5 3f54515ba039a2068a8a52c260928bb0
BLAKE2b-256 3d18cc19d842307975bed3a2b66f5bee85189c6364d6f522ee919bcab21ba816

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 dd53dba208d18921be14d3a34aa78d431f9ffc4482199dae6d7bbf51fa551f02
MD5 58dc706e6ff1ab23040f3a515f3c8e34
BLAKE2b-256 885ec577012712a96c0b13a364a39a06e490f9506d899e5a7c17d94c840c2141

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1b64efe429e502c757007b0abd3113058023c2dbc49cd8c99fd1014e72a4240e
MD5 a396558fce605b6ba7ef39d888b87e8f
BLAKE2b-256 e6faf571311cfaaf3820ba53fbbab01e5d250f3a54d32ca91dbbc1c44221b79b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 85aa38679cf3cd8c8a8591b714a4d4c47f10296de8fda0373afa97aedcf9ce19
MD5 136a41cf41c117606f7983818026bd25
BLAKE2b-256 8ef33edf17b4ac3c2961c61c482b8b59114a54425169b12bc55d42174a14ecbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 085192afad67c844131300123fdbb08005131bb68de45ac7d4c853e6e270fa97
MD5 66e2887d0e2728521a841d5e79a63c3c
BLAKE2b-256 91752526f87cc12c2424fb724a832f4e407b09daf22746d2b351ec9ffbb54244

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 5d3026f47f38a9cd08f8a81af527ff992c8448a59a0d2ee4641f4b70028948d3
MD5 42433e123ee2d29de32972b753c8c733
BLAKE2b-256 1243d26ba6a04b314dd72f38eec59ae3327c7ba53b3ff711296b972ed682cf84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 616b6dcb6c627be94196d046eb7c44399663592f7c7760ef7db54248ad101b4f
MD5 d63f5d5ae9c2b2ab012cf0a1e3f32987
BLAKE2b-256 72209503432764786655084e3038d0f728578e1c7315c74d675978919b3bd4de

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 2ba4bf01dd4413493e9853bf540d07c6cf57888ece4cc8dbb7e5690f77e5b3e9
MD5 8fe9081135b59dd660ccc40c848b0a7b
BLAKE2b-256 8c9fef0b03f60109d8ef2d68e4d8e96ca567b8fee28865bafbd8ccef8863585d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64dd93debf03f85f9737e4f2aefdd90041735ba4e392713220c88ed95ebaf79b
MD5 81bebeab418a18ecab28196080c62633
BLAKE2b-256 c4770107e6355b3740b9e9e7b67d5ff749e0b857d484995a26e6ce67f213bda2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc3f3bdeb685a6ec8cdb2cf8ae5722c1b151257d0df9ab4ff9d53cd6e94fc569
MD5 f3186a21a4a1e43300207185805b9fe8
BLAKE2b-256 8d23c2deaa264400bdb191eea0fe6ccd1c9e5a3411a9f3896ccabc92a2fc2d7d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e2c567da804d4f619479240039d9dc4c49d5cb1c19090cf488ecf20c66717edf
MD5 07723a93fe3dcb3981752e048849193d
BLAKE2b-256 62fdcc22f6e15f0abe447f2832e40b10de2b404519bf3a0bc8ccdcb674416206

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7169d4fda644a7b3f365c85b5dbc9c5c93b1c4962e265c6b08efbefe7277eaa1
MD5 d7bf48706aab90b7b3b88c1623cb4ba6
BLAKE2b-256 21ccd0dbd89610f9740836fecbb6a56f63fd8ded12f4608df6ef2bbf42a53dec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e8faa12787dc431de9c4117adebac4163b0be1413c5cf48f5bcd0f174844c507
MD5 664bb2652d5b9f1f75765273fa95f8be
BLAKE2b-256 5c9e60f97bace613cb379cc9bf4dd86e3c29fcfcaf105e512b1ebc93e40c7132

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cdbb5b7c74273912491d297d4a1dcfba0eee3fc0be37570c33fee615fc6ed37a
MD5 1a97a0e8fe1dbdbf1a0dff3d8d2a76a7
BLAKE2b-256 04b015432b73c9f47303a7ff46b78d3fdf257bfe570f2c86b25c960c3db492cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 54fc7aef0a8cb911e5336a48c1fca716cae82959cb11e08987caea7b595c0c50
MD5 ca8022c1ae7ccd59a65bbacefbec1870
BLAKE2b-256 4f6478ecb3527b49d3285b1be9dd35ec136c7431fa08177c5ab5cc1243229563

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 65103a8204065e81e37ba4ec777b8f588f12e37f698fec4e6715413e5d5570a3
MD5 3c4b108ead4489b78498c6e222c4584b
BLAKE2b-256 e6e4e9c3313c8d6f3e0745f8a0093e2f5e0919b138ff23d9607edb4587c00c3b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ab056db690c0c1d63c6bc8753f8233529c92b4664abf0bd65e137ab4c4836dba
MD5 c4dfc1e7c96756d05ccd2dce5b5c4ca1
BLAKE2b-256 e296cede389524df1c712eb205a981e0683e35cac88b8e2163f59f28a70df503

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97e23df6baa2b813f54941e4c54e190a05e55c04ae9140591fa239b4026612f5
MD5 ea3009cd9992a05b994f0b425f8d0bc3
BLAKE2b-256 277e70535991af5f67d55dff705e058410a3cf83741b4760e1a96fcba1d77365

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b2a45c1693362348d0b27299838b48108aad7dc29aa182e5aeb3f70348b62cc
MD5 313525159c26be168648c1b40fed470c
BLAKE2b-256 babd643187daab653512bb8f178899fb4986905a5c8ee1fc6f6630b2f832d838

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 38cd9c6a3eab2d9fa8a7c1bdbd1bd813c2ed54aeab712bcc312852758c1da7b0
MD5 09496bf8694451fcbecbdbe6cd185e9e
BLAKE2b-256 90c3a80014e6d96c248b849a8be2b07ad247c75283aab14a4c517bd23f969e2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e79dd468febeea6790e7e85bed02a24901c1cdf853bfe78425452272ce3c9732
MD5 8f1dd18ba5a4d14c7d0ff7fc702420cd
BLAKE2b-256 69188e7df93aff66f7687d3e2a9327ba75e42770fad62ef78ac41fad4d353ed3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 fac9e4b312f9df86aaa6f581dad6a0398a8349005ee74105f75484ee2667d455
MD5 b4f1ed345cd867813bbd9568eddba1cd
BLAKE2b-256 b1815eb8444b12b82aca7263ea1d7933a1873bf14c4cb7e4eb0d952f836fe93e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1f97f6d0345a4025ee31db7150b0919d1d588f84c86e2ef4830ed8b2a7086589
MD5 3d773289450b486123d6c042f0e5f059
BLAKE2b-256 47016f378f1e91253027f2f2868539c19d9b4ead6d287e95ea2b7fc203c66f6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 e83e0569b1670fee1a0a42b8faf8c28520041d271bbd201fc8bbb22767c506ff
MD5 d9fce83b56cc1785cf7a0dc0d16b36ec
BLAKE2b-256 9e4e80d9c3a36b3ce482d9633362a05cedca315f3e8ce8fbcea8881067e0f396

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 145874ffd3ab4ce7e7e5dd29b85ea6aef4c6e710da6728dea36d9b266bb080c5
MD5 f5da379a7c065ba4f44d98ec0443a323
BLAKE2b-256 ddef59e7cf67d39cddefefefeb4d28280de1dbe5981097cb073e32973b2ff5ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 46e048f8c360ccc50d1aca9d1baca5828518ab9d783cf24bcf33784655a690a1
MD5 badbf66af8c8433cdadf1c6d39437071
BLAKE2b-256 46e6f6950f2297cced688114d5827df648e0317aac987cc1eff54bef1b4df183

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 398780a53df011158b3e6e3f487d42464025cbc96b26083a08753b36e65ffb33
MD5 2943e2bc8e68591ea371c8e69142c67b
BLAKE2b-256 d7d02b1ac63ae3c3197416fcc892f322637cc1878866de7854fa50f057784e8a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c4caf9a45f2070a84d865d8aa6c23bc600f9e36c63ebc9df1b8d3b027f761bd2
MD5 5b9b64bbe0b8ec140bcb582a623710b1
BLAKE2b-256 69a159dabc2890bf643abc8a42af1eac338c7e026abf774a6a4ece55da971c42

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e1f5d66164a6b4b4026a90ec88119555b5f4de1b12924a105c83cc3e28c18fc
MD5 e629322753995b5ad9191d92783a8e2f
BLAKE2b-256 775ddab953b938475f9b22660ea8d43e76714e3125342d14fde63fa607b06964

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dbcebc448728894c6264b897bee7def6f40ba4463993281e707a615d575287dc
MD5 38b3bca30a80d266c61c0a211fa60e85
BLAKE2b-256 c3fc7ae3fea71b5f3b03746139da10fbf68e7d698b1fcf2db79cf661c1171f8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6182119a532bed4fb9e1f06943e7343f09494dd5e005bca3f6b643c2bdd99bc4
MD5 3564b70fab50f3b7865f3fcf447265a3
BLAKE2b-256 931c98012aa7524097ec05311e5f47b01f0147154a327f5254d9e1cc6767f1fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 bcfa2105c660a6055393137faaadb65eb4dd5602d1b0388fbf8bf3d82d65be48
MD5 b26302cee937a703206963329715c016
BLAKE2b-256 ce4cb7904108e4f4cb7181cb06a0e0f16acc84ea60f56b466661938a4340e22e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 05b79a569099e80040517bd5dfbd147000a5458654a73e4a84db3ed4532e86a6
MD5 5524500ab14d1c57f046aaba0f285b12
BLAKE2b-256 05ffaccdafe8dc44c8cc8e5968b8c383095a8c2bae3a204f99911f4d11ff49cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cf60f67581d65b55f2f07f0e9d3e8ef215ea85d4996e5193bde3ae387761d1a7
MD5 f90b25a6d70a0e007694a24bd330d7d9
BLAKE2b-256 b32e0b756cf753991e91ff08b50e58075e90cf224ad9564dbb883f13fff5fdc9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 244b11c59f25a182bdacb78656f8c71e0e1c93e6e7e9e4706a7325c08f674d48
MD5 06ed1df1d970fddc0c034de4c0f6c297
BLAKE2b-256 a2987810c387f0889d053eac2fd84495ae56ad5b98b541959bb839db434f06cb

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b449aae290240fc129f0dd73d2f7ff99205e2150c80ebfd9773d3e600de311c
MD5 b62a2865078e62ac64e6a52dfd2fd117
BLAKE2b-256 a6b2eaf0667c09a9b25bc82dc8718fd8495d7feca9bcb1d06f09e1ccc04e2d1a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 41c7aff6db49dce39afaf5b590d1eb567c8e52658d36dc0ea7aa9793a06ad032
MD5 231b5c14d8b10398fea6e6bbffe5d86f
BLAKE2b-256 c6aa8acb3a9c0ee9d20164989b7ea4ba14acea680e981c80a849d0e52a158dbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05a28a408722e79bc198fdf27884a582dce43809bb727b77a80fc20d5ebe9071
MD5 f9cbc10fbbb6767be70780b200cd84d3
BLAKE2b-256 a4a12e58a563b7e1795ac8418af4bc36c62d7a12f0f69d2a5efe74999f7cbe5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d88058192013c7dc8dd77714e40b6184668468e1e6ba9aeff20ff3a043e02d75
MD5 6eb85caacb9da11b84b57594efc05074
BLAKE2b-256 b428df2ca81b2edea3a3dca861fc2957a5a1fe02c6fa0e9e24bf41ab78280963

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8a0cf2f47fcb8eebcf5c24cb2725018d25659d1879facfaed34289f6c5888663
MD5 f4a8f6fb88c56a850a74133dde2d7fe2
BLAKE2b-256 73085e6ca19d390ee0838925b0982f108abeb83964bceedbaf9c34ed52524377

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b83e7d5fa737e6d07231afae6dba56cff501a2ef1aed57299b1127d93c34286f
MD5 6afab72f100cef53bf0e60df0a3252a8
BLAKE2b-256 b9c311944067e07b9822283241c033d917540ee778e97d2fe462c7eb1b2f50c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 03d1fdfcef2dde387ddc47d55b7a8305ac1cb739c666321c294072dfaf5cc442
MD5 d7753313bcf86933073af52184fc466f
BLAKE2b-256 4d6859bc6da33aab1df83fb042b841c590e7b40fa563b6707a4cc9dac5341f92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 24ec836a75dff59099c4161a3d0afe558ad347832266dd96144ae45d8ae281f1
MD5 e33e18d74099eb0180e6784a97d40eb5
BLAKE2b-256 e71d87f8a6abd45a80139e4ff0eede37d5900bd1e00855616fc973b5c8ab6f8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2bfd20c10672356d549c13ef1001895d6578af0e8d750ccead0884bb6a9e3c7f
MD5 81d180d2d47feda394450fd84be149a6
BLAKE2b-256 404b6159273cf28adbed74cd7593f372715b3850d854cd8e58818ee6ace3cb7b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 08955618c7d0d88c2fd1d3f6bd903c559c5933a6ff9c2e9efbcab80637ba5094
MD5 35ec11b676ae460074209f13a4bc6f17
BLAKE2b-256 75ff6ea5461d5fe3b552ea353c8f3cf5613024cbc05528e42ee801082ea370c3

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5106ce7f17bb019474169987628fe775e1e788cc3e760bd05c03b464141f6022
MD5 a76e090367b6418ddba63d5bbe66b3de
BLAKE2b-256 3d654240987610af42802c0ab25301dd940ee179a045f55c6ef04b4ff11fbe9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 613e270835f4e7ed049c5b61bce914aad03115f79c5686f5d0f4cb3645a824ed
MD5 6852b8a36b8930f011a92bc9057ba723
BLAKE2b-256 cc691f052e6f4584412e93e70344a2a8f0d019f4dfdb5d863f228e9dd4bf3c03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2aa7a733dfc8e731e9dc2a1e0e6279732364d6a2a9d7ddb6bf343f79afb3afab
MD5 ed4ec01737f43dc638269f35ce411c79
BLAKE2b-256 cedd730158c470afe857059f61352866bd4d4bab3ca20dd4b5046928094be63e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7c9cae7fd644078865d04679290033568c846c7827afacaacb58dd00486cb93f
MD5 0ca780608943ff4a80f595d6a3c4c5ca
BLAKE2b-256 58231fc8c3d4fd444d13ccca550579513041bda5415060e27d8cbd7200e6f054

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 701fad7afd4e8cffd9f1aa4bf2e941fee0494e5561219b6ea634ed99ad96734a
MD5 fc6c9906c9cd7518482781b7d2709b1f
BLAKE2b-256 d7f642b88c49b79fd09d56b4bd62fffceb9a73ac4c82fb25609d68278b49db5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3e4f4ce678bb3e6295f86c005b53ad9e846086ba88bbe28b32cf63574455c194
MD5 585ad7181021e89dfdc4725f1ca02568
BLAKE2b-256 eefd8fc1f4d425ec969e28a6b0cc2c79914c130779d4836d475906f29b7aa373

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b2fe65c32fcc17ce5a81a4d59155f2cf12ae376ef7f0cc1688dcc40c6d6a1d0e
MD5 156d2f898e8fd88996ce007ecc5d7caa
BLAKE2b-256 32eda88d24e7e1e307a86baa78a67f4e7e9d2caab21ce746da80bb9fa53bfca1

See more details on using hashes here.

Provenance

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