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 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

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

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 SAPI bridge is credited to the NVGT project, as well as the functions range_convert and range_convert_midpoint in utils.h and utils.cpp. Similar attribution goes to NVGT for the Android screen reader backend.
  • The simdutf library is licensed under the Apache-2.0 license.
  • 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.11.0.tar.gz (1.0 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.11.0-pp311-pypy311_pp73-win_amd64.whl (2.0 MB view details)

Uploaded PyPyWindows x86-64

prismatoid-0.11.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ x86-64

prismatoid-0.11.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ ARM64

prismatoid-0.11.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded PyPymacOS 15.0+ x86-64

prismatoid-0.11.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded PyPymacOS 15.0+ ARM64

prismatoid-0.11.0-cp314-cp314t-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.11.0-cp314-cp314t-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.11.0-cp314-cp314t-win32.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.11.0-cp314-cp314t-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.11.0-cp314-cp314t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.11.0-cp314-cp314t-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.11.0-cp314-cp314t-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.11.0-cp314-cp314-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.11.0-cp314-cp314-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.11.0-cp314-cp314-win32.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.11.0-cp314-cp314-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.11.0-cp314-cp314-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.11.0-cp314-cp314-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.11.0-cp314-cp314-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.11.0-cp314-cp314-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.11.0-cp314-cp314-android_30_x86_64.whl (814.6 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.11.0-cp314-cp314-android_30_arm64_v8a.whl (723.2 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.11.0-cp313-cp313t-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.11.0-cp313-cp313t-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.11.0-cp313-cp313t-win32.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows x86

prismatoid-0.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.11.0-cp313-cp313t-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.11.0-cp313-cp313t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.11.0-cp313-cp313t-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.11.0-cp313-cp313t-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.11.0-cp313-cp313-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.11.0-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.11.0-cp313-cp313-win32.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.11.0-cp313-cp313-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.11.0-cp313-cp313-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.11.0-cp313-cp313-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.11.0-cp313-cp313-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.11.0-cp313-cp313-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.11.0-cp313-cp313-android_30_x86_64.whl (814.6 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.11.0-cp313-cp313-android_30_arm64_v8a.whl (723.2 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.11.0-cp312-cp312-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.11.0-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.11.0-cp312-cp312-win32.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.11.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.11.0-cp312-cp312-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.11.0-cp312-cp312-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.11.0-cp312-cp312-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.11.0-cp312-cp312-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.11.0-cp311-cp311-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.11.0-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.11.0-cp311-cp311-win32.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.11.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.11.0-cp311-cp311-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.11.0-cp311-cp311-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.11.0-cp311-cp311-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.11.0-cp311-cp311-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.11.0-cp310-cp310-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.11.0-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.11.0-cp310-cp310-win32.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.11.0-cp310-cp310-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.11.0-cp310-cp310-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.11.0-cp310-cp310-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.11.0-cp310-cp310-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.11.0.tar.gz
Algorithm Hash digest
SHA256 a130ee87b31302b386572782b1b26f2e010293e8bd26d2e8535666c3c5f2b38b
MD5 13954977193e377d3dd39972279e2c5e
BLAKE2b-256 a54c2a5d396f5404b82cf559c61e8db9de8beed7bc8895b7279c668c5b5fd5cc

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1f829b07ae6491243e3936396fa0350696f9e3d63bfb6bab878480f306c9432b
MD5 a631741a24d2b10a106569e8d83cb48a
BLAKE2b-256 fb5e36b5bccf065d900662fd0cff5799d59d49d1042245f32ddb6ece33945373

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 17cf2696732cffeac3b87afa0752a633ef5e32bd9a8befb21c7835424bd1e702
MD5 7f4f5206f375778ab7b1c77771a3ab4c
BLAKE2b-256 7a73a480773f9135035447b1b36509f24a091eab7f9e6824ebafba9c63602449

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b29ec6d323cc46e8dd0b7cbda3b8e06922cfb4f38f614f377d3f8638fae9f13e
MD5 7eeef91d0839038deb717cf50bf2499a
BLAKE2b-256 810c6db3f92c8c97f9e3d306271be274a391f476e44a86b82c7e1e3020a90f97

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c4c1afa29317cdc41a68b7c3afba7bb4e6f0d0a7d8b44b8c23a5e94fb3016881
MD5 42014074358f63a2496e1c7ca5ce9cc0
BLAKE2b-256 6e4c61e95398c8201662c4b410d538cdac66bc7e207ee8a9e8e3dece71a4f615

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cba170cc7f7a5c823aae45f0e7ce61d870f8c0db59f2923957908b29082552ad
MD5 331949e12e5ae21eace1cd6c4606c044
BLAKE2b-256 9484c82c5b567ff9b2db573172ac2b71a4484e0c7f5ba887b444434ae2fe3d79

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 51f8c34cb08aeff772c48617d1eab5a5d27a8249acd97c5867894b905fa7ca04
MD5 672bfa820ebe424bcd051a98a291d70a
BLAKE2b-256 992d3ee66dedc839f671adda678295735cbf411a6785643547258121bd6aed11

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ca6ae600916a666be32010767e0fb044983c78e50accf09f19f356df99134dcc
MD5 4f994f01e6c83f1c6d2c29aef849a8ba
BLAKE2b-256 c2283fdbdd14ee4b80ee0abfcb02db3ef5748410b8944eef34fbceceda5a0611

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 d8e6838fd8c6aadd3ff767550b7cb48cc031ef892d5a0c64891135a8f5ba6d98
MD5 c2985eb4530dd24554dd290a417d750c
BLAKE2b-256 4b73b6163cc671c13bf01e5943b6f1cb3c5ce4f8f90cfda567fe555288a9099a

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 361828393651f3cac6e22c99e093f7870adf6a84446c5b399db0501969bb1123
MD5 17ece365c27ca2a253df94d6e531a757
BLAKE2b-256 62f18e3750045a74af15e7280afee887e6ff250f785338cd4857a024e632376d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed0ebe8b967c588302c02de173f2cf45a6feaf27378540edd76e0d37b087e790
MD5 60b39fdb54b2d755e896d8f29d430f66
BLAKE2b-256 06d4193cf9e5931aa801df12f76b059d64d004961800ad2d2dd3e5ddf8a4e96c

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d774e20b750e5ff200c63b75a4960b16e9b129e6657fd530bfcd87824cd1998d
MD5 dcacf3c1440c47d39e94e476edc74970
BLAKE2b-256 8637cb6a58ddf151f35dc2264d7eb2c906ec1a8b157a96c1431ff7311f824069

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 59402dfbbc13dbcb6db0b263369ecf04333755409cdab6f3cad65bd5b610d79a
MD5 d7ec0a10f69d609c7b6b477721bcfbd3
BLAKE2b-256 4aabd6d2dcc6fc638ef02f8f378826d9712b3969cba60a904e9c7448ebe8427d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e652391b55d64131786a1faa088f591cdd20f366c5d39aa88adfd1055dd3d6f1
MD5 b05a4e3f685c26dde6175f9987df02c5
BLAKE2b-256 c7eb9504dcaefb2f85e396bfc3bfa6c43b6206ce54a0228c9eea240c61f64fe4

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3a1515aeaafbc8ad694e947cfece508492b73e48cd8a49508ea3d657beb511f8
MD5 1f079d0e683653879e1d4c1f40c028a7
BLAKE2b-256 6ea88329221f4807f728476d0acb1ad5bb10884984a147eb920ead527d3b50b6

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b6c12c94a7fe6442ee4fcce8f861df264c460f670638b9340b81b590d9e420d0
MD5 8e4001a2f2a30e8b66d0f4c2e5898385
BLAKE2b-256 03c2fede000c9fb3f5f4b252dc49bf0fe27b84228bf455074b970560b70ccb62

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7155e154d5ad8ee33f7439fa6753aa2effc2edab76ad46ab2afd571be5a745a2
MD5 8643f67fbaf1e63701ead327ce2e6981
BLAKE2b-256 961a1406035283b99439e66d5c7baea4676c8a4a1d2bc1837201b6a30d0f246b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b6607e22115070cbcfa85fa91d8784e1cc05bce17514f4a3f6940026ab83daf0
MD5 9eb8f6480460e4720b428efa88862542
BLAKE2b-256 08d61cf0fd4071da1f3e2fefbfba1122d90af53331c239309eca4ce1859aadc9

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 715b7f1b58bdf8d58d7810168e4f7927407216100c2fb88dce6b590d82103b55
MD5 03b1bbdf35832b945edb5f03ba47290b
BLAKE2b-256 166d006134592ce8c0c61b064435d8553f4ecf07ee265c98a5792af716f25460

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d464c6248b991d0dbfab12b8c4a78e5d7a55fbb75069971a0f209b6b3a519ac
MD5 cf712c388e665322ebe55c8ac46653f6
BLAKE2b-256 fb7efd18f4102ad595bdd0038148ce4f59e6f8e1b4a845cde0956e54725da136

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b0bbcd728ec924653ba60486c190e149fb31f7979aa0df5334c934fc5de7b692
MD5 e8998f7d5fcdb024b69aa949cfc73208
BLAKE2b-256 2740431936633d47d0e3741a8ec98854c6c3b1ade7cdc55cde6d778e794d3b80

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 148a3385cb4dcd23b7ec17a3bafee13bcb78aa042333aa2ea22a28f50a6b38dc
MD5 d9dbc7092a86e61f4ef3aa86b3f0b4b9
BLAKE2b-256 a0dc874147668172bba38adcdfae8e5ac42a609178459d9a388ad2a5a8da984c

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 66ad2e0c4795c607ff5a894825ec6e73473ecf7740774a9ff8a1f7b9979b7e0a
MD5 5bf2ebc1a624fe6058a2e4e68070da18
BLAKE2b-256 53f2770e32ea967fbb9411bd3ab473e32dbca25ac18cda73504b4010e7c9517f

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a888894804d6b8e63ea098221d69e752d2ca4f0d8e7be3f509bf70797d0d0df4
MD5 5d43980f0820e52f8bb180b7d1b3a622
BLAKE2b-256 73fc28edf20448e5b15201215ac846ba4ec8cd40e75221cb4813a0e557cc5684

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 c613333fb2c3aa8d06c5b678032d673ccb24107feefc390edcde00518ae42845
MD5 f418ecc2e98d8734fa05d34215f69b1a
BLAKE2b-256 4945fc95e63fa8cd2dbbb9fc8e0bb0210c0cd22d5d2982f4de1af8b844f0cb28

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 8bde26a19fda49b2c3d3b44dd0726d36a19516ff83a86e5e8203b49b184cc9c4
MD5 87c70bf64c6770bc8e8d661ae09ef159
BLAKE2b-256 4894b03deb9420befc1e2ac95b3f3ea348c4ef060d0695bccb1768051ed9a072

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 eec0d1051e1ba40f1ca183003b4fd2496465d1638811130bd4b52c8afbb59cb3
MD5 7fed61cf208ad3f17328c52215205819
BLAKE2b-256 e34c85dda7a540f78620e33d50706ddaffccafb81b5f197d775e0cba9efe8973

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 e208a733e3d5e15f4d80bcc819d37609aa6896653b88de74d615f044711f66a1
MD5 9615af17f6b85729e3827f602db7ea9e
BLAKE2b-256 b0b8473f07dbad2d02b00391410e6ccd9844668d870d3dd6caebe9f2da90bf28

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 5c8e0306d5c19d117a56049964ce499d1e5d2c20532f6e29c27af659d09a3311
MD5 e32475fbea7d1a9d4af79b2a0c77af73
BLAKE2b-256 1ab39c53acc34e2c742d09f3bbc3c0e47c7c9cb6a7a29c0545a59f234f16a213

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1dad017fd6e8804e2e7e8eefbb77a0b0804ca8d63565b9fe6a07bdc73edaefa2
MD5 25f31209461622387a6b3d967443d51f
BLAKE2b-256 9be6e631bcb87c90729314bb7c0a29449cf836b2d9059b433b46b92e0919b40a

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d37785492adb2f42f7c0b27a40420bfc5752847b665c89d8577868da55a4c23
MD5 48a75064e8fa3b219de2f98bc0a87e47
BLAKE2b-256 184f40d8590915b2290e52c540ddd8af7a74dd6baf58c1991732746c667dc29f

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4c7d3a3c77c2a0ea10c0be916de7fe4fb8fd40f79ff20bbe93f96d2caccf6999
MD5 aee51988fe3208a03707746950868931
BLAKE2b-256 13274284e08585ad69e1e6beda77d23a980fe885bd5e6bdb2d25a3e4265c6478

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b2fea1e373de4421c4ba9fc26dbff5de9764770032600400a60097d84af41737
MD5 be345d23cb91833e8344938796be300f
BLAKE2b-256 e0e18f388759b6f77a1e9e4e0bc170a4455156819adb673ff187bcd4a66aab9b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6fdb92b70f6ef524ce3bdd1f93d66b491ddc43254d2c11068954d677b6ee00cc
MD5 25e08ed39d0bb92e50cf3c3efb1628c6
BLAKE2b-256 e2d840958328e7ea4c2e70a6b9431aed6d68f3cc1e5da2aa047acef97a5f21ca

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c53534cda516ba9bb229715a0a157f49eeee5a36815887a1693f0ffbd3c70280
MD5 a16eb3fc5c4cb8770a661203b7ff7db0
BLAKE2b-256 fc3905c10eecb939e730646bd4d86cb49a5d7b29386d4eb6dfb2f6801488a04a

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bb78bec91df76c92d250dba9953bb5b1a4dd437ecd645003cec9811d97f6fdda
MD5 505008631421b5bec195a37492e97b86
BLAKE2b-256 3f1f248307e1ba899e80e635f9727df55898471060582d656b20a934ba872ac6

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 10a4632fa11bb585ebd823c79eed9cd121fbb9126097ac6bbc2a23cfaf4fb543
MD5 bb6e88adcfc5f7d0e60037da191cd29c
BLAKE2b-256 9acd585d1531643404c3d7dcfc94d61a5383c49394a6f44559eb1a64da70110c

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 77fe422bcaab95539bb7a93b2b504d26a7cd4bd45e4e84a2d4836e7278a3dd9b
MD5 1084d9740b9526704b3ada292858c557
BLAKE2b-256 208b533a4ebe878e8692c7bb56b84e194445d749549b3a2555bc8cad307d0360

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c83d10c9a5adafb9923b673e2c7e98f1b9d847339c5ccb982277d06b578918b9
MD5 8b2a767302593c7023d4b11f5ff2b3be
BLAKE2b-256 880b63afee6a783ec3e0b521d442694b1c212d502d6534d9687f9663502cb1d2

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 786d4b48b5e0994a64dbbd5a4183684e70e44a9c2abc47734e7d437332f79dd8
MD5 9414be9e54baf7705f886aafb03db99d
BLAKE2b-256 f3ae60be8fc3a474c5c078baad35ea5877a7cf5f50fef63a3d2a876a9df974b7

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3a5333a999285e5131174ec9e365770d2e6b441c2a7bb4b72f87d1eb39a19855
MD5 a911d1fafa424bc172b9ff9485dbc12c
BLAKE2b-256 e8773bb2e9020e5c2632469f39c962b9e90a398d50463ab503492795e3b6e051

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 dbf434a376b83baf57ce0d532e96f364ef7b1893a23f9ccc05611bc71d08ee3a
MD5 bbddf3bc70f3c94a1c7dfc186482fca1
BLAKE2b-256 2672c27a66a4be545155f41a615ddd4c7b92abd5a81100bc07a0bdfdb9486b51

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 81e7ae35bf2d3dbc7b37a4d723698b8137b0c215d45607d4a8ee6e56ef245510
MD5 cea653ed450a1932bef3b0c9cc08b17e
BLAKE2b-256 469457f7d96c11404416a331caac959bb42c52a45e071b40e32357cd0f5fdccb

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7157b8958f7f0163adfbea1297be78d534e3774847a0e01d2a2944ed8805620e
MD5 26e1b68059222917969a5e462a536556
BLAKE2b-256 e83e77de4ed5fd87568bf1a0dc2e3fb8662e2eda6cb5ad843c4bc38775336c10

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 0aaa20a694df4d0ed0125a63ec0732ee56bf15d9630546b48113791a47f3b182
MD5 92ba6f218c1375dbf51073c828a64277
BLAKE2b-256 3b6892e370b4a9f9a418667a074f96b186a9e08d7d0c37a030fa4c205cc0148d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 91820b53b7ba987563db4bfcebad3822d1f54a63e2278872b4f0be8c3ad55757
MD5 e8599c25d2dea3f4b0d51815ec8ff765
BLAKE2b-256 963a961b09bf5d78dc888712a4506cf48edabed7269aa4ddfdefa7a5265df893

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 976e26e1033f876b078f8eee5f0404d32b9dff0c0ebba8b2a7cb751325b6e8e2
MD5 04d986d9836fd355852da61a4e15f39d
BLAKE2b-256 6c6df481c3cf312736f405605e5d73a1030c1efce80dc8555bb316af82adfbd2

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 df8c0a6b5cb3e26375ed1a16a97b6848ef9a80c41354a3894094f8d44c83ec5d
MD5 fc4a77f9134429ddfeca12c34aa5f7fb
BLAKE2b-256 3bdf35f6757645c33eb0e509562d3d7d9e2b4b4d277d609dde688e6afcae1b5f

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.11.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a38b4673da6365f53b5d3d47b11bf58973e09e7baf30f4ea733a67ba732f5ebf
MD5 dcbaf085a0df399aa55e3fc18d52a5e9
BLAKE2b-256 5ea5b9656d187d2c8e138072013e80e44aae0ac5d2c2412564ce85adf8135d0e

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93247bcdc1cb33016035968f10875ec1183a5fd06a78f67dd9f749ddec195558
MD5 7d873cf8fc4f378a7ea2b3647a49dfbe
BLAKE2b-256 3baef8152fc5c45bce8ed39a983e76d1a8ca4968c9e06baead3fb95b2ad04bb8

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48924df6f1a046016e828a758d22c5fc1fb4999afc722a76ec860a32bc5dac47
MD5 28369e3b7ec56f9c21d0ba04bff69625
BLAKE2b-256 ad380d3b91fbe88c400f756dca30abab9f7d00e8ece68a5b0bbe3bdf06ebb625

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7bc3631b4abcbeffe1318fd56a67bcad8534a4aec2586368f6d76ad929997cfa
MD5 c73456112b55ac9352b8ab08321308cd
BLAKE2b-256 e97492db5eae469d960368af397dda5adba222a5676a39c738ef47b143ecec8a

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3abb26071c4b5c7e098ba123a37a6fa2951a6ff25a7eec721777196de04e1377
MD5 e9d5c6faa5137a12af164f28e208b127
BLAKE2b-256 6d17b9a1a8ea673695270144c0665ad353d949846fdc08bf0a9c1e3c6cf98156

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 aedf4542f3547649c137cdb4c6bf63d3154cf0e5e192b370d6c59bfd534d42cf
MD5 f645306b728777eb0f2679c4fdf2ddc0
BLAKE2b-256 ac9cf2377a73ce03640b1821e63490529c2fb73704781a4f9a0dc2ff7f9f28ce

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8ba26ef808a3c34b2579ee2ffaa5bbc5ff33a774413eeb0b74aa78177e70d182
MD5 c5db6c7a76b9a33eea4c8ae9fa9096c6
BLAKE2b-256 c77ccce4398235b9a572df40ad4fed05be3a21bd487eea9077a2f8646f93b921

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 48c6afb7bda64779e925017ed54cc9c60abc23aa55c29bb1d9a7e102ddf00b50
MD5 6d0f001ef779040a5d04abb933f1102c
BLAKE2b-256 7ca71457dbcdfd9b79470cdaa1b53d3b24ba10b626ffe284f9ac1eff1a51378e

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b8df35649177d17081ceb4cc0c6377262fd6a242f09c445c9428c968ec18cd4a
MD5 e738a4b5666fbde4828153924e8f99ed
BLAKE2b-256 4ee605aa8dddb89199b2e85505299c7f8e027440d89cd773f752f6f8da863c04

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.11.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b84746371b22be9b472c09d70e881b9ebb5488321ef41d00b0d8a431f457667c
MD5 7d4eca8ac77bf6f9bedb8fd8033acca5
BLAKE2b-256 0aebfbf1f35b8fa5177f88acd9b7dec63d58d219ee426ecf2ae812fa573d4e45

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d4440679be4dd6954c96cb6c64b7c8276b80c944f96b68302167004d9102230
MD5 28982b5c718a46a5d72cf693d2e75ea5
BLAKE2b-256 acb25956c908de6850b863006a8f02c1ee0a1ae1847cc379e2ce2cdff7ad9ad0

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d6bf9a7b42823798eeb12c9bc6183423c96225c5552257139aa497173799717
MD5 e81408ddb3558515dd7cd31254ccb767
BLAKE2b-256 830e42dc30921904c3f836bc36d14353df91161e8ea3367081b13f85c49f0c72

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a7349152427180828c555031df1dc1fc89fd17c6ea938785462e52e8fb941dd3
MD5 6f1293ecc891f3fbc0ca945fdc6b750b
BLAKE2b-256 f0998d83fa3e63022a437905764229a73301a5876334be38556e88e8fcadfb35

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 25485301e1587812313b5f2d002fea0024974df5184f1bad3261ec6e77023e12
MD5 c296f74756f124c0db989248470ff1f6
BLAKE2b-256 cd60ed66a12f99b06f228acf0c1cab8112fb6b093a6408c0f0f02ed2c03a6cca

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b24cee8b859aa80c95caa8d651848bc0da262feeb727cb8568db45a193bd8bfe
MD5 8937f6af07880b7d5f5b2076c335fd1a
BLAKE2b-256 ae68d0ac40dbcd3f6033ee20f1b88eb1674f7e1c16f681ddbb608a4a76e0e96a

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ea59094dd5a62fd34194e00ec50ac1468c36d70cc287d25f4056c2a4cfed9cb9
MD5 f118e8f944bb727954de7e59d9e43af7
BLAKE2b-256 ae7e1a7149cd681c2ed625d94e70e05b222e1121e5db1b3483029a260113f1ac

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 6cfe31c7c6dd7ea27aafbebaa869565bd18536dd7a2b3f8f28622bc3376c6b32
MD5 76467f26998c04edbb21b18d8d6ce377
BLAKE2b-256 58922f39e0bd1f834db5245c580d06797812a46239f2bc10244b2789b01ffc47

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0aa880a3612a01c0325c016c0ac133c65fdfd1a9be2ad959a75f255df497441f
MD5 b7e6d2afb81e7a0293b3d1e84a656874
BLAKE2b-256 5861a88b862cafb792a2eb90fe181cd2bcafd6e35e546852719643532e79b7e3

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.11.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 770fcba68048e460c0b5c9eef75c9b915c3e2320d9ff1d7b7b77313566fd43fa
MD5 a4aed1d245fd17954ff2fcc8c1079ccf
BLAKE2b-256 ab66b00f9b1ce8330675a385005555649fe8a11dba90894a4c865e2f748763ab

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a067fc66c8cf5085299a222573cf27eff9364932f2147e863b9fea15882e518
MD5 84aca4a8b7c2b59a69829caa2ca18bab
BLAKE2b-256 94102400d56c4297b75795524c95fbd802f1a0c7a1ef1a8230f732e328c01454

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 217785402fa77291bd5bf35282ec4e8085f4ddd55bceed26f0f0b8ed0b056d83
MD5 ab9b053fd2e25c2203bfcdf84d8aab47
BLAKE2b-256 ff61b6f0ebc8c51c729c2858c07d78990bba05d0c869e3c33b4e95a6b5c264c5

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 fdba0872f0de24f4f2dd9a5525a1142cdd5b8ad8b6fa3c107783627a175182c8
MD5 eb73f044106997b8a38a2b40b89e5348
BLAKE2b-256 55ad377dad364d6d72d49af89184ad848f21104dda6905a9ce22ced0559044cb

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2e4bae128ed06cdafd806641f5c123fc6ac82964403cf8ba37fc63454550c819
MD5 8c5bb05c8efb3850abc48552e02625fb
BLAKE2b-256 f5cf46a50fc5e4d961e95d335a7c9e1bbd31c99b7dabed63faadd26d4ab99918

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bc97663274d69a07deb6cefd76af444685f6b86afb59ea7cbe36ea97be9495c1
MD5 eadc5a4c8ccfff8b23821c659c341b33
BLAKE2b-256 674719e21dd6885eeeaa698d852e1b9ec2f2ab32f2b03f2727ab6565fb33bee2

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1b51a75a7cd6fe9122d506d1885e4a0fd321ca216133c7e697b052b985b3f9da
MD5 9d46bcbecca2aa0ef0c5719dd7303ad5
BLAKE2b-256 6bc448a8cb35f76e03f19971bc819e4a5a5ccb56cad455a98a14d50c407c2e2b

See more details on using hashes here.

Provenance

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

Publisher: 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