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.1.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.1-pp311-pypy311_pp73-win_amd64.whl (2.0 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ ARM64

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

Uploaded PyPymacOS 15.0+ x86-64

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

Uploaded PyPymacOS 15.0+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.11.1-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.1-cp314-cp314t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.11.1-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.1-cp314-cp314-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.11.1-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.1-cp313-cp313t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13tmacOS 15.0+ x86-64

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

Uploaded CPython 3.13tmacOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.11.1-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.1-cp313-cp313-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.13

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.11.1-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.1-cp312-cp312-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.11.1-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.1-cp311-cp311-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.11.1-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.1-cp310-cp310-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.11.1-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.1.tar.gz.

File metadata

  • Download URL: prismatoid-0.11.1.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.1.tar.gz
Algorithm Hash digest
SHA256 b9919783ed4da0029a4c411c128632ee898951ba1ba9aba5f6d5f2cd2910b974
MD5 611683c48f050e287955e21431d9519d
BLAKE2b-256 d83c75faf24e5bf0caf66ed92d9597aea682d06affc9e8e738e2ea45e3f09088

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.1.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.1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9745b0828d1849c18a211135c6228352b2def78856ab0444abb5890717786376
MD5 db1649ab4e5988ddb1a1e8a4b1a517d4
BLAKE2b-256 9594cf422fb9ea42f3b9292b0a7219a7718dcae306484b1d154b59ec124e6578

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.1-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.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a5e0f146225a450af5b37a8b742ff2dee56642f76dc9d332b8ae500c839dca41
MD5 7d9d0a34e09fcb4bfc7f6453b1e045a0
BLAKE2b-256 417a17bc91dd7b07a252b4f1e17ee5454623be37948b682aff28d5187b0ce4bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.1-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.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 72737199f4ee37594c22c402f925d1092264583ab521067e82f9108ce2c233f7
MD5 49e4a2958910d42025637de9c5db58de
BLAKE2b-256 133731a605db563b1bd03cf1e7f15b2370b90a7e897b5b5922dd0f799cd0797e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.1-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.1-pp311-pypy311_pp73-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.1-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 59847f1104e36fc6a9bdf518eee214d1a5a8134a30b653519a8fb1ec6b370e66
MD5 0cfbc853d61db31b4ac362cde607dd12
BLAKE2b-256 14c6c6c55eae8e8e5cd9ca44a312186856657ba2afb3c16a42634a83da1da2db

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.1-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.1-pp311-pypy311_pp73-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.1-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 53fab9f62828e121567b68e8a71a517922e9203823701f180e8850383c5a73bb
MD5 8fcadcea667995785d54b34634547b52
BLAKE2b-256 db114acfee6e7928eb56f0aab9732f9dcf3896f65abf28555325b246dac86b5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 78b4be985d3c376b2a12b869bd0a2c8ca70bc1009eb8ccac4214162dcb3d154b
MD5 fa24c31505556b5e577063112776dc68
BLAKE2b-256 786ded95bc92e3e6e5e2a15afc6ba1ad8f243c4daf81e8348117ae9ae81dbd59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c8ddce8c4ee9946bfdcd1854f009f7c72941c0b02fb9987de5b7927ce80826e7
MD5 b42c3c6ff97f0550071965f3305d3bf3
BLAKE2b-256 65e729d3f9863c78680beea8db6d188b0a8e5f4dbad47197208c426fa1d6c77f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.1-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.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 1a4a525bd7f7051d244283170343fb2e2584863bf597af2de4f93be1b4491904
MD5 f8bcfffe1e7d0fc902c5b14758650fb9
BLAKE2b-256 add26f9aa07331804800809d8bd1275a32703890e55e8cfb7c8805a06c0b7479

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96ef371711e4da2c72ca8702d7fa43dbf814e92d359a78d4fe453794de569b22
MD5 cb46b1ac63126ea1ceabe3eb44d50fa3
BLAKE2b-256 1bbc66e6839d485ce8c38c11548d06fa043217e5d2d90e3d9d68ce60f1678185

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6e97ee0c98ba598cc855f00f45ca88eba3e71169a1178821527ce3b4bf66d5e
MD5 5664567d416a491ddfb53dde5aa28ad9
BLAKE2b-256 0a7f37209b2aedaa7d35f5cb7ed28b6ecf87edb8f396ac80be97a748cbc4e13d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3c2f538a42db03852ff072f47d9b5a0c24f71e320df8e5f399b5cca4b977a460
MD5 cb46e54a2464450a69a2edfa21bcf5e3
BLAKE2b-256 650f04a10552100f061f06a7fd7b4c08717bf10fba433b9e8c76ad622afa6ad7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 a2558fab00b61290e026838244ddc5c89b0a5fedb4ab11074264b907b727cb97
MD5 8e41e351b423e17b211db10f06e743a0
BLAKE2b-256 8d461d12cfd1ef6d44462dcd6784e7e2186342e206901212f613f5a8566f496c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 349b930578fc5de4850a6412d16cee8aeca63bea4fd7b45c9f5140d861657dda
MD5 30a645417b3ef9b2de7907361fce6bfb
BLAKE2b-256 2a438baece81e04629749fcae574ad6123d710e49d9c10683925f36ec89b1e27

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 aa8c6156ff6518d9f4413a6b9927c978cd2ad5642ae7ee0247d610535bc20696
MD5 85f664a93c17a220d7fddd5bac31387c
BLAKE2b-256 631fc632f3a0ae58ad12ff99c476da24a0fb807d0e780f49e78df3c7c63ce543

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 687d79bd4d11dada2bf722c637325e2543c99f3a92ceb24a1f893dd7f0c6afd5
MD5 b9c47a855f54abd999dbeb3cd0323e4b
BLAKE2b-256 728e691fb72c489d74e203fb5d5803477fb22fe89d8741a6dd2904c3901180ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7bde1442e357d2683ee70f362637bfdad44caa366728a3e5f70caff946724d96
MD5 d7bd78416a2e67c6102d03b9889c64f4
BLAKE2b-256 c106981033294262c56dbc3b4ce69b3feca45881e89e89234269807c1e796e95

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.1-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.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ee51d5b31f1c6ab03f3e6d2c7b2d73bb9061baccf824c6cf36ead73e19f6c790
MD5 cb25f842f9d0aa9a038c59fe823f4f19
BLAKE2b-256 9eee96a89ba237dcd986ee3f91f052786bbb8344a6d73f6e96c068eef20ea971

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa91c12efd7eac8eca32b3ede12ca324708eb3535c20a28d80c5a0cb1a1af8b3
MD5 4d31e8b1a5a11e10b0a61f4f953dee6e
BLAKE2b-256 6a06e3174b86d6506edc01e4b0c0e649bc6efb5cd1cc49376e8805da7b55e296

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55f8b597bde00055b0a4b13679b460df02f3ca0ad31b49162856d9745c3409e5
MD5 ba7885fbbbee67f36b946944ad4681aa
BLAKE2b-256 d48eca8ac87da740cd715c5ac0af2a76d952d789d7120fe753d828008d92f809

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3086ced21e0a0a9ce81154626f370fc6892c0d0dd88ba80bd752dd0de4288ba6
MD5 4d9d10351b6fbf9653f9c7b742bac251
BLAKE2b-256 22e5a6154fdae5dfa6fc6ced8902652630e6c8c2d3ac15618e88c8daf2edb516

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 a7b57ca80c061d8ccfa3cf7cf72c867d48cc6424c6fbcf3b3b8e8581315fb0f1
MD5 27f7994989c10233411cff5536994503
BLAKE2b-256 5fb64542cdad9fad42fe2b98ccb23231ce211993ee964d822502bdf6cc4480bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ff38b145954e4a124252e50e3a4b85216d6a7a8a4b81e2f802330c515affdc30
MD5 fa07a19e945274fad03692965358b04b
BLAKE2b-256 e78fd55221d9f2eafc1abcecb8bb208654188fb19cc1633c6792f4bcbba75336

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 afebefecac6a867d3a01313a2f98ed04d5f155546e308f9d3a389fe8b3531d3c
MD5 6d87e9ccf99a2aac9669d5c305463530
BLAKE2b-256 6acc3150f80c621a5f8526d93e1df217303fb00c462f43e89baa908dadbe8f7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 5c98e7810e4b9ca9adf8bf981ef17c4fa7a68aef2f8747ef5df8826d33debab0
MD5 891221e7249aab6dc402521eb97ed0bb
BLAKE2b-256 ec7ed3caed15943cae60662679ca6ba54110865ae23b7f4bbe8bd8f100683078

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 f6d0f5fd93742f4aef66fc1d0b3d8718778ee8c6f558131a7b75c5582f65d1fe
MD5 85b706e69c9afc102896380d6ce23a06
BLAKE2b-256 a75bb090529680a018de57a1726651b0371268c9a2dd46c3e193838b4e4f91fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 104c8239e958f11ad2ef4088427207c03f5376e14f4b033fce2574e59b49f198
MD5 c24d85275d7089bd39fbb4dce0f633c9
BLAKE2b-256 3b00f13e3641bef0a9ff175a12176d2534afa3a1394129e654cf93da109330b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 602f2d0db0c0cfc19482100652d226c48555548c8f1c98df9049930ff4b6fbb4
MD5 2f74f139835c5d55c5c701de716912da
BLAKE2b-256 6133de0d33e9b56b7f366a8ec2ced4e02b8d97a17f0db2ce8f9b9664d3fd018b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.1-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.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 dd77b9d477d288c1e8dbff50097a46973f5050e81c9ea2b44b7d90a721a22a4f
MD5 02b9bac4a20f7b967d5d912a17822e26
BLAKE2b-256 6584e86443703634c6b68e3565169ebac1a438c48f332937bab019957dced0e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4bc6602a8a146ea017d20303d80a9b167cb2001f52672bfa3baf624a6ee3eac
MD5 20e08738444eb281f5cc87c2f04cd320
BLAKE2b-256 37a689d155a2f66e9ffc521db6f633f878f0ce13a13fad8d290b80d45106e9fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe782d4e0693c529f32383717046b2374c7e7772620c1cb96175b702154c77f6
MD5 dc5f06e5bec4f2920718507df874cdb7
BLAKE2b-256 59e90b03e83521089034c0af100e54b8518f73f9de1a559ecf241fe513f05f63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 9dfb5f81d2e25b07a29218423b5f259ca839ec0ddc38f048c2c1f5ee158c708c
MD5 37a2e2553f734c2537d623a220946d57
BLAKE2b-256 d4ffd302b87f681c94d2f5643d9603fe0a6fe3ce22cf41ab9fcf736f4d7f1b1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 747e9ee425df2c31b517b8eed3d1f4a58342b7f573ffadb2ea03c1b6da61a8f2
MD5 846d023078d88b0df6944d2820739428
BLAKE2b-256 4a00ec5330ab7faad340e73c549d49db4366fb0bc1bc9dc037ac509ebda18a3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 72dfebf6206620fa1965bda25bc9f0e79ba935f2e7f72085965c0de982988cfc
MD5 d38853556b29c369346438edcedc5bf3
BLAKE2b-256 f0c1d6c36d216f917e00a3e31e4ec8ddedce3a2befa0f6e5459ac070719f4029

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 50b86d14ba1840a7b115c842b22588f5a30d5a2b7747205623fb90081e67716a
MD5 ca0ab63961bf0190b9449d75474422b2
BLAKE2b-256 bc6e0146b2aac6174bb36802907b81a02b264c51367308e26f3b15e6a918d114

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 c68a909afa81777e1b98027c51b805d5283aefdcce6d02a5d2d802f6057a1c90
MD5 3ac5ca9627b641a34cb937115f84d0d7
BLAKE2b-256 0c40322c08172e4a60ab3c18025a46fef6a6e6afb56c1b0ab9d985a8bea084dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7d172a3efb8cabbbbf33734205ea39e6e2b7ce56b4baf8e1156d1fc374c8c14f
MD5 5f717231da25d57ff5bd180d7112f6e8
BLAKE2b-256 e4ca0b8126923994c5a889e153ec9ea2448b6aa9623eed6b0e0d9b1901f119b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.1-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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 543df65860ee4ceb7e6cbb2f523a4bc4842b99ff50fe92c03da212d172f43b85
MD5 8abb7a6161c0d1eb2e72720c4c6fd32b
BLAKE2b-256 22ee476ad42a7bbc166acc0f6141384f0a02e6f60935ebf860848749b9454cc8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbdd539c1227200218e52e13b1eaeb22584eba22a877fbf6fc8acfaaa68f5fa9
MD5 3dd0b1abee6ee1bcb41c24f4c6ffd580
BLAKE2b-256 cb4b9e8959167e3e5a635a410630568b2b421040b489735bbbb9975931044db8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d2a5dda434be273de7d78dba4f68aabbe7cb7cc87a6ee3048a873421a61202e
MD5 09321e2ad6bd4c83ef1c097df72a2ef8
BLAKE2b-256 7ead7b8e64f1bfec29b2d84bf802c02a6fb42a5f58db222a0b742c43bfc1b65b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 fb92ab3fba2ff526a90154145e193871fb50e74746615408ab06ab65a4efcf50
MD5 ab2157eaa154cb4339f09f58cbda2df0
BLAKE2b-256 99f30f018231443dc6b472b8a2e85e65f25168172438ef8c53db760208259130

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 25cdcf087a42009c85c7272325db57ddcc8aea6b8acfa6461660ef8cfcf1127d
MD5 c1bc314695db7dfc6e834db60af46dc0
BLAKE2b-256 09e043c2b8de4eb1091499f90ba4ba7a6707ecc5fc5372781217f11cd7b51076

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 212a5740b0f62d2acc5d0fea81fd95b4738b4fae357514f1f86efff8b2f9ece0
MD5 e82a462134ab6fad8c6d51fadc05798b
BLAKE2b-256 c43f703d5dbe17cf12e99734a7d92915fb0e3b459dece7c450c6bd0f1751018b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 91d16bdb89f309cda2d6d2464173dd29c4ef8a4ad9977c7dc9c78bff7fd1093d
MD5 40d5a65c40f11a694cbba82836961f34
BLAKE2b-256 dd67076b55f4431b9410b681a7492ec140157a595ef522124be287a1dbcdf40c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 d163665bdafc5ba02f84b4f99281b070fb28a0c3bb39cf0aa5bf66173e66f114
MD5 4c0d2ac89f4c1503cfb44639ef77e4a1
BLAKE2b-256 9868db1fdc1cb411b035321df08e65502ae3b55cb73871892ac380c91e63c7cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 dfe3293aecf61c1300762dd03346f87b92a3141c76718c2d383d930a67171d78
MD5 0e7be7465c5b99be956c8841c1d512e0
BLAKE2b-256 e96e37aa44aaccb57943c5fe83bb144a9369dee06547958509aa94043a64e2d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 1c7f49cf8291131eead1603a5fb7aedcfa5322b9d2b6168fa4e62ede195ad24c
MD5 fcb7804445afbc7a9f3dd17e66a0ccc0
BLAKE2b-256 1b79ebd4f3ddb8f32e9653c9e99b5f622ca066e6bb703db296da8f2d60071588

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b1f79e3e8362709407c315d303de933c45df57d3f0299f5bdb37b69061cda381
MD5 3cca9ec1aff438732d5572821bebb163
BLAKE2b-256 52a94a4761a7eeb4a14c08fd1168b9ca1b6781d48baec237aef431e388fa7a3a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.1-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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fd69801f8a2bc43ce4c5d232bb5d6f92136353064daf8f34863257814f06d5aa
MD5 e1793576bac57f0c6b2a5eeac68595ba
BLAKE2b-256 eb7c38e35ba17b3a6d45c766fef67e17a8e29bbbd40318c8714cf89317613d5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f9f873db3f55ac176b3a6ec544a680f168eb87a3a9adde45714a86179168154
MD5 e565fc849ca4149e9d426e123c8b2bc5
BLAKE2b-256 128f8ce4a8cc1c41dbea9d52ec1b582516283c4be7a80007741d5eb5977fb1fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7467de5c467cd0652cdcc23a7bc59094d0ada658320645411298933052ff2f02
MD5 20100fbe419b0ff799c56337df2f9414
BLAKE2b-256 e43343852185d32788beccd40a6f02e14602350e25854562b618e83814ed951c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 feeba3099a72e36a4d71f35313d740a35e26713a0ccf629542ffd425fe9a4edc
MD5 4caefbded648911cf849830debab77e1
BLAKE2b-256 fd9bcde84e3615cd1450d69ced9e9495abee61485472537b6b5f2caf4417b02f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 76a0dc9375f911033ce92772fc719de763d3d9e1aac6481c42d21b932d915539
MD5 b85be9db34fa601a06ca33ee9622d466
BLAKE2b-256 b6a11784caa989a794d60a320e844e6eced2f31d9ec67d285a30b5c658c2da4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1999ab6a749a100a6608357d77129206ef97eb73828cada966475aad798cb925
MD5 cdcbc9d41f08e4d6768982a2a686d0fd
BLAKE2b-256 2740925ab3a1666f8ade141498b8231da247f82d265b54a1834ac866a3811af6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d72813d14084a51f8841d2b03d6bed2000989197e87eafd01ac49d5e4ff4c8b4
MD5 1c70fbb4b7a5ee0653996ee20cad4499
BLAKE2b-256 f68ce9d9d456cdc2ef532dd1492e11f0314fe3306f918ce8254391b1c6e98808

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2efe6c91df44e91f72819cd7fd46b950f9ac09952d92ff46ac1626d1e234686d
MD5 b9663ed169050a58aff413a2c415efb9
BLAKE2b-256 033d0cd8e99a42baf583c0543bba4557d8d99d9ee5ce2ef8423fe7c450bed33c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7b300c07c885b762154b35b8bdceff32e70f954865d040a8287784333d01bd4a
MD5 e65d49f85c18a08e2e5275fe27fa392a
BLAKE2b-256 0ae5f53dd5d19b4be40ffabae3a18dc6eaa5a36c648c55c313ebdded9f34063f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.1-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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9c22ba349f374a391ff0272d014a659f895169d3c1829972e68bb8453996c2c5
MD5 43b670348efa47dca15a3e46259374a1
BLAKE2b-256 17189d32cc5e6ee23b0ca8a8422151d1c8a61876e8f2d688f3c7bfb6486fd46b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31416444c84f020a0b87b9d0047a0137cc9e43c3dbf96a5c8b5228455c53cd91
MD5 d80803863b20fd0b091cd1747918ee01
BLAKE2b-256 a9530a63e8d6602f2ba3f71689960a7e1daff5618aa616737193f45d10d7e259

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5297ab25368afdc98d32ef16b605c954565ffea29a30712ac9eb0ecf929fc843
MD5 3115043d5a9bd6406cd9c969c21d87a8
BLAKE2b-256 db533af2ab170129a5e9919f18f6dcb4ac620d0fd159e38640657a2e6295dcb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5d41d55f4760ad24c1ba08f2b73a99e51e115414b0cb118427327456e788659c
MD5 416084db9585656a6bc1092a76f25e04
BLAKE2b-256 ec7cc1e47c89a5fcf6d56ca7de5fddde0bb459eda6ce0786d101c33d20480ddc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 cf629752ffc1b4e6090d7df92bd4209c120131dd4922cb97a3d78d4ae2194eda
MD5 1e7dc568c74b9b1fedf8fd9356f2704e
BLAKE2b-256 b90549907a1b97a81c48cb8493235fe72a6b85e13e43c1fc39542c2a0a9d00e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 348b1caf7f6c8efc9d2038c7502c7a46cff9ff0a2e2a2040940040b46839521f
MD5 5ce765649485de07eb79d48b68492b69
BLAKE2b-256 5402e3eef4456a102832b08e35ef16de339d67a5ab2339629cb59d96aefa1896

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cb78aee980cb6e043106ba1b4d4a9f54c4fae83e4be5c8bcbf7fdd1e9f212ca7
MD5 bf8b9e854180366370851d1a5489c6d3
BLAKE2b-256 442cb42dbc64a111ccaa83de780fd7e893c948c031f6d1253e4daa1486f7de36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 5a4fca7d42fc5554e730a4c1930c880a1752e28c3b0d78622c52a61ab6ff8389
MD5 76c6cbb281f646722baccab67ea07534
BLAKE2b-256 54567e4c3cf632cbb78eae9c50d8cb1c0680f6e40b39dd01366471db0c1d172d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1faf6ccae5b3e069be6ebb146754b8f1b9af62faf8384315b87e773e41b6d96a
MD5 9098725821bcce1602169577171aeb4a
BLAKE2b-256 c659aecd61f440d6715003c5e93653b898405b4eb8429c36ddd79f098b5de128

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.1-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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 29fcce227ad479e68c3af3c050d046a55872d1fb4a666fd631a402475e7168c9
MD5 1f6f333f81a5c445cdd75d0dabc142e5
BLAKE2b-256 30170c71f9edbab7c3e84d61754050045e7a8dc4e4de8a7379dda5e69f44df7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4c70357c7bfd902851be06933f18d68476725fa178170e8ec8d589492234c32
MD5 d223a0d69336f1f1526756f7b6b21126
BLAKE2b-256 20995174621ceeb539aacc4717229af87f142201dbe831b31ec42a3a5105ed4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b2e0141efddff5c3b0b4ea5831ce7fc1009b677ce884819212d4716b044d7b5
MD5 a848bc62aeed4ec01a18b2334fe868e8
BLAKE2b-256 6752688ae038b420d707a7f3253cbda660bd1528ffeedb773fcc52ab894c393d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 23f111d742b7e5eb7a305baa40f4abbfeae24b216a05018e723331952b371afe
MD5 dd765735927fb5aa1a36f59ccebd5680
BLAKE2b-256 df4ebc3ebc327bb770a426ec3ed67d68c90d9fc086c319d8a3cbb8d369d642fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 f81d3f01d74f831f7d312387754e85fb5b0f12c964520a530f6c78ec64b1f8f3
MD5 ce77c8ed190095d4a82cd869b6837bcc
BLAKE2b-256 2e4d6aa13fff9b244c1a5ac18100f4c2a53fbdbaf08c9e190f6d14fadd3b538d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ce0f4b70d69b6f04fb68289faa006ce98a813290d983106df8ea879d87607507
MD5 0954e013c17b648a2add256dbbf03028
BLAKE2b-256 7633f6174c70894d02df9e0a171d1bc9c74bcfaa08048a234ba26971ad2ee24b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 33f147474d5bf753afaa41a81b123028eebe185820b135b1e428b308458bf0d4
MD5 6e9f427b944d0567ba812c0a2c581b0f
BLAKE2b-256 9fae618d82a20acb65e43aeadad8882ee3051047ff9f1c83ad9534e2a285ef15

See more details on using hashes here.

Provenance

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