Skip to main content

The Platform-Agnostic Reader Interface for Speech and Messages

Project description

PRISM

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

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

Minimum system requirements

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

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

Building

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

Option Description
PRISM_ENABLE_TESTS Build the test suite (currently reserved).
PRISM_ENABLE_DEMOS Enable building of demo apps to demonstrate Prism either generally or being used in a specific language.
PRISM_ENABLE_LINTING Enable linting of source code with clang-tidy and other static analysis tools.
PRISM_ENABLE_VCPKG_SPECIFIC_OPTIONS DO NOT USE. Enables options primarily used by the vcpkg package manager.
PRISM_ENABLE_GDEXTENSION Build the GDExtension and Prism together (on by default).
PRISM_ENABLE_LEGACY_BACKENDS Enable all legacy backends supported by Prism. For the purposes of this option and the LEGACY_* options which follow, a "legacy" backend is a backend which is supported but which has a very limited number of users, or is only available for compatibility reasons.
PRISM_ENABLE_LEGACY_SYSTEM_ACCESS_BACKEND Enable the system access backend.
PRISM_ENABLE_LEGACY_WINDOW_EYES_BACKEND Enable the window eyes backend.
PRISM_ENABLE_SHIMS Enable compatibility shims.
PRISM_ENABLE_TOLK_SHIM Enable Tolk compatibility shim.
PRISM_BUILD_WINELIBS Build winelibs which allow Windows apps which use Prism to talk to Linux and BSD backends when these apps are running under Wine. Requires a Linux system and winegcc to be available.

Prism is also in vcpkg. To install it:

vcpkg install ethindp-prism

The following features are available:

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

Documentation

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

API

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

Bindings

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

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

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

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

License

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

This project uses code from other projects. The full listing can be found in the NOTICE file packaged with each release or at the repository root.

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.16.5.tar.gz (1.1 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.16.5-cp314-cp314t-win_arm64.whl (491.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.16.5-cp314-cp314t-win_amd64.whl (491.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.16.5-cp314-cp314t-win32.whl (491.8 kB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.16.5-cp314-cp314t-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

prismatoid-0.16.5-cp314-cp314t-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.5-cp314-cp314t-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.16.5-cp314-cp314t-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.5-cp314-cp314t-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

prismatoid-0.16.5-cp314-cp314t-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

prismatoid-0.16.5-cp314-cp314-win_arm64.whl (491.8 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.16.5-cp314-cp314-win_amd64.whl (491.8 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.16.5-cp314-cp314-win32.whl (491.8 kB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.16.5-cp314-cp314-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

prismatoid-0.16.5-cp314-cp314-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.16.5-cp314-cp314-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.16.5-cp314-cp314-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.16.5-cp314-cp314-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

prismatoid-0.16.5-cp314-cp314-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

prismatoid-0.16.5-cp314-cp314-android_26_x86_64.whl (853.4 kB view details)

Uploaded Android API level 26+ x86-64CPython 3.14

prismatoid-0.16.5-cp314-cp314-android_26_arm64_v8a.whl (762.8 kB view details)

Uploaded Android API level 26+ ARM64 v8aCPython 3.14

prismatoid-0.16.5-cp313-cp313t-win_arm64.whl (477.4 kB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.16.5-cp313-cp313t-win_amd64.whl (477.4 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.16.5-cp313-cp313t-win32.whl (477.4 kB view details)

Uploaded CPython 3.13tWindows x86

prismatoid-0.16.5-cp313-cp313t-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

prismatoid-0.16.5-cp313-cp313t-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.5-cp313-cp313t-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.16.5-cp313-cp313t-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.5-cp313-cp313t-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

prismatoid-0.16.5-cp313-cp313t-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

prismatoid-0.16.5-cp313-cp313-win_arm64.whl (477.4 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.16.5-cp313-cp313-win_amd64.whl (477.4 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.16.5-cp313-cp313-win32.whl (477.4 kB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.16.5-cp313-cp313-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

prismatoid-0.16.5-cp313-cp313-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.16.5-cp313-cp313-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.16.5-cp313-cp313-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.16.5-cp313-cp313-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

prismatoid-0.16.5-cp313-cp313-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

prismatoid-0.16.5-cp313-cp313-android_26_x86_64.whl (853.4 kB view details)

Uploaded Android API level 26+ x86-64CPython 3.13

prismatoid-0.16.5-cp313-cp313-android_26_arm64_v8a.whl (762.8 kB view details)

Uploaded Android API level 26+ ARM64 v8aCPython 3.13

prismatoid-0.16.5-cp312-cp312-win_arm64.whl (477.4 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.16.5-cp312-cp312-win_amd64.whl (477.4 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.16.5-cp312-cp312-win32.whl (477.4 kB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.16.5-cp312-cp312-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

prismatoid-0.16.5-cp312-cp312-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.16.5-cp312-cp312-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.16.5-cp312-cp312-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.16.5-cp312-cp312-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

prismatoid-0.16.5-cp312-cp312-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

prismatoid-0.16.5-cp311-cp311-win_arm64.whl (477.4 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.16.5-cp311-cp311-win_amd64.whl (477.4 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.16.5-cp311-cp311-win32.whl (477.4 kB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.16.5-cp311-cp311-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

prismatoid-0.16.5-cp311-cp311-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.16.5-cp311-cp311-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.16.5-cp311-cp311-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.16.5-cp311-cp311-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

prismatoid-0.16.5-cp311-cp311-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

prismatoid-0.16.5-cp310-cp310-win_arm64.whl (477.4 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.16.5-cp310-cp310-win_amd64.whl (477.4 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.16.5-cp310-cp310-win32.whl (477.4 kB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.16.5-cp310-cp310-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

prismatoid-0.16.5-cp310-cp310-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.16.5-cp310-cp310-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.16.5-cp310-cp310-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.16.5-cp310-cp310-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

prismatoid-0.16.5-cp310-cp310-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5.tar.gz
Algorithm Hash digest
SHA256 e73c49c73a29fb72cac028155d6c708d8ae59c63420b80599a983bc47d040cc3
MD5 0b851830e1370c7ccf27943da3a81a3c
BLAKE2b-256 75dc9e814d65f31da8ecbc82524c242ba6bb883284a6f65cf16cc79373227deb

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 f631bf62ba8a5ee7f276ec8e1a1721f6536454226f8d2d86db7de7b7352b5372
MD5 5a1df8181b31ba024822acd23379408e
BLAKE2b-256 551c04da9e41076d61c9901a5020fb2d06fd6f2d25f6c7a7fb1d6178c46b308a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0d662a698e8b30268321647836febd56a72a90751583971629f8be76b561506e
MD5 d93d7b8bcc61eb710aa5eb8aa721b1f8
BLAKE2b-256 4081b064ebc05479d495da9ff176b0ab5d4d22da6ab712a52e35eabce336eafe

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 1e921f3ac659576231edd6cd1915e31329419408cc0d32f87c188852c40526eb
MD5 ef6458ce020689d33c073d1508a2e128
BLAKE2b-256 40f3d5678275299e9a80da5397cfc55b4439e91088334899fb0df2d6aeb9ebaf

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95d490f0586f50df8f010987227a2c475b96757f00f6b8bd3d1147fd0bf6f269
MD5 d0a4653b48378b774ec034f3c640e28a
BLAKE2b-256 e2cf3dfce2a38b3f2dad9bd9c81d92dab5a183fc6c17565754aa2921bf0a6d47

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b157f946daf021a0b6c20d121398301dd4d6d22e6657aebb2f02175b9aeb1316
MD5 b634b0c6276494829398e5a6a078ec91
BLAKE2b-256 f8f871167542f872aae347c00f6a7e44b2b3a71e227c5892ac18fb927455fd5a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8a66b5e45f40f4fc2bbbe4f99d5cbb7a0de79bedfec9f839eab3a4d875ccb11b
MD5 78bc428c465a762a8f0cd20b9a30c16f
BLAKE2b-256 e57275023f60290069c97bf4e42ead8538c35694221e535b7a4c9caafcde1d11

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 490565e277358df2dd6fdfa779638483b5fa165eb4fdb19f3bd1827b9c54a316
MD5 668853189406a440d8dcb5cf184dd8e3
BLAKE2b-256 d3d5a2e1009a84c88ee7d8eebf6e704a2faf2e4f528994f56069a0485cbab247

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 dd12aecde94af8886b7a7e25c2e7b11ad278687fe71a100aa201a96fef0e30c6
MD5 3e7e05c79638b3de2d49837dabb02a3e
BLAKE2b-256 267710e9ca5e2c60a00577fc912fd7d1f8069907d9376cccc5cde8c13fda2fcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9e2fd9bfc4b6d7ca9dc2f30f56d909d1ecf8853b0b89ce41b224992a305466b
MD5 bb520ef4dc7c3ddbb44cd5d83d7ad9ba
BLAKE2b-256 b38396bca915bea13eacb88d5a7f6792dd46c245b40e9bfc70e76e8378a0ceb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 67ae5957a6de08a6050a1a8373cc8f142c292b004615c8038b8625304fd77e74
MD5 ab31e84e554f18edb6f01b7a522ffb36
BLAKE2b-256 06e11ff1038d520725cf028c7263e018d949b35f068cd0ace8680c31e6dd726a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ffb2ca5a05820af6a1040aab025e0d212e47ac3c2337e0f78a14b5cfe7c88beb
MD5 4ccd0d976d87d1d3080ad74d27af75b5
BLAKE2b-256 e9c158b4bdb320dfbc6509489f0a429e975d591f04bfad21f0f36312d931996f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a32461bbf909c3735bda339d44ceda3258bc31dc33f430b209cbd29d19036734
MD5 0cd6d4979842aa280574655b6bef7f44
BLAKE2b-256 b7ecd6450faa2ad8385628f64c43760b501f3c544e0f3adfc4ef57c98617ec84

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eddf33fc48dfc1657ad2e8438401d672bd4600fc4cf437ee2b5afefdb950f0a5
MD5 3cb7bbbcc41f30b42a544668494e1352
BLAKE2b-256 041a7ecd024629bd552d138f56bdf99c91e60a8acbec76f23778c37bed9d9164

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c662bbb3aa6e79bc2bc25fe12003b240f55a1f221e600a6439af1e8856b86e40
MD5 c4a3a88f656b1817af188ce0ab8b9fa4
BLAKE2b-256 4ba9081a11a87dee00bc919fdc950d26323c7724175246ecc33da80ac12aafc7

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5ee7733ce6125ba4f4e589c92963f546162cb57483936ab23a8851985ef3da55
MD5 647e46bc24449368cd397ed9db4aa67e
BLAKE2b-256 58586c0e6fbdf3a5bdc2a240efb85767af5da00ac8ba879bf5187dcd58017e62

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 fb4899ed9daf8b93ec302f28044d2162498ec0249989a4b37897116cfb6133a3
MD5 155b4249fb43947358115dae756ad48d
BLAKE2b-256 e3af56198c5493a254d12299ef7d4b35aa42dad495c759ebb586f96400eadbf8

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 13717c4688215a0c5fb8c1d3a1ca59cbcd8852bee839cdf4f7b960d7f910e70a
MD5 c037d7def0648e90497192a874f502ee
BLAKE2b-256 5267df147cdd59ab0cf08c86b9b1f6703949df1756c5ac9dea2fbe125fd5fb69

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 176f4d2ecc9ebc896a63127aa0305e78f4f2006fd3dc16375374f3b3d73d6799
MD5 11bcb347f60aedfee6c25ce004980e99
BLAKE2b-256 f7091a619a9ca9d895b83709af2ecbdb62d9932fba3d1b30d90be7061a87001e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp314-cp314-android_26_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-android_26_x86_64.whl
Algorithm Hash digest
SHA256 bbb79249f968f53a07a559b81f2df4e39a1b8acbfe83bc6d4a037196d6f04d23
MD5 07fbc90729568285cbd1db8e62e8fb3a
BLAKE2b-256 750e1e158020ced5b94d2b230913d9d49232e87b79e7e97513e063231669568d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp314-cp314-android_26_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp314-cp314-android_26_arm64_v8a.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp314-cp314-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 bbaae497fb02647ee4be1de2415662f0aa0339b5ab6f45b8d1a6cc96f56de8e0
MD5 42beddd6f97abe2730ae205b032473cc
BLAKE2b-256 64fa54c62c33dee28b5fdf1560972a9aa922c007bd92e73782d1aa3140c6030b

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp314-cp314-android_26_arm64_v8a.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 90aa544bc3b7f1496c944cedb55988253d842945f385c585a2de8c50f74468ec
MD5 217c8732bdc876ab2b8b07a38564637d
BLAKE2b-256 a1efadd05ecd99f0fe7835f240bcbd73ef7f32509b72aeb8d5a780567740b5c0

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7401b5678a86835dc76a6dda20671d8ce002799cd59c34f5749133b73dad75c2
MD5 04492571a8a15f7ec371321ba5882bd9
BLAKE2b-256 b468dbfd8e0a8f704abc6e38f35b043d9d11d6cd114acf1541b5a5e860cf5967

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 dc818ac02b45cb494d06526051ecc4e7de11c9d16b215f92db51b530b19e9ce4
MD5 f819d69585e9e067b3ea8aedb2f1df37
BLAKE2b-256 1995b36d07ca31b0909a5616e651c472e6d6ce2c9aafb8ddee73396d4517dd90

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68990f2826c3687e1571c0dd2e3d89ea9dc8ec2749ea3f7951a401df2e39acd6
MD5 62d82f3e2bfdb6c9e9df9ffc82e3de0f
BLAKE2b-256 34d001659816489a329fb73f3f2b11d41b38eb2ede889968148fb4770e1bf068

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3cbe50070e550de5f73cd96e12a9b55cc7e3719097e3e69a0a744309076b532
MD5 835205940ab76b0c907f828a2692c14e
BLAKE2b-256 deb8c54485dc66980e386a54ff97374e14717fe0ae0201002b1e5c390b6c0da4

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 83cd5d6e8edeb1c638e4905de021fe3978629a4fee67a7796e038c2aebfce041
MD5 0d38d58c9a23c426460380b53aba4e98
BLAKE2b-256 7bddb5edbaeca589f63ee2c5f9d54b26679bc51607d5a263c8d2ce697a700508

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 70aa988458f1d9ffb3f45dc039c26f7cdb68bee18bfcc9858125381247f1da15
MD5 d7ed0769c9e1eb89b25fe53e74f90162
BLAKE2b-256 5c75e94fb33cd6888d4651d3dfd25d8207bba5033f842fdb4cc7a29891099a05

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3de613cbfc783b0a3d87f72555e2174e520afdbab086abd57e998db59d9f6a6d
MD5 cadcd0dbc414330e1c43d625bfa6e9fa
BLAKE2b-256 4b7281fec344e4192fc8cd6128c6185f6c2df70537fe18a5bd9e525d0bb55098

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp313-cp313t-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6187c3b3db5a0a0d4a20f6165942b3c63332a673dd1f60ab1cb67f81fedb9c27
MD5 272dfb9e3d524a9f68e5f591ec8aa7b9
BLAKE2b-256 6c73141bbe12b1fcc8604ac117d19abe294e7df12cfa307729616dcf449c9dee

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 916278f2cecd382a349ddd08063b25789f7aadfdaf9972004f0df1c9c53c2694
MD5 36b46801fa4a2fecfcd1d418a5f35031
BLAKE2b-256 4092d0a41682ad18f79473552accc7919ca88c0d761c13c705df0a3202f342f0

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 38eaa3e14f871d565c00ee255e77c7b4d4bdb0965e97a9a113896ae899b39d72
MD5 d25e8a4bd12389fe9405553b1cbf22dc
BLAKE2b-256 91f53b38d745e484be468c8267074a94770f093d3ab31795374e913e437e8877

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2b858a80c38812dc57d53f932e22b74ade3db41cb70242d200d738ba9792366a
MD5 49336fd168308db87c6efc3c496c0566
BLAKE2b-256 bee0bc7d1c917da925e97d29af4f0f3989dc9c09068031f71ed441b5e48ea2af

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdceeebc31e0c35287aa798f62da6c62b60e88560065a2aa6b479543f3de9709
MD5 c7747e05ba1cf41ea5df320b49e07285
BLAKE2b-256 ca59b914d81798a9f96ad53e5679f13b57e4b403c32d0559220e0dc730c1ddfb

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b039f9515078ba7809238af3cfce642f782976ba9f97d13265c922fc1f796859
MD5 bb7c1acf535da350abd307e3d76ae4d8
BLAKE2b-256 74025feec64004b5a1d141b49ef2380942f13dd75aefa5d7c0f4e07e37dbe428

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5a6f6144dbe708676dc5e4dac70f3c533f9215a52e7791a5dfc91ed676dcf37f
MD5 6bca30b9bccfd80bdd230b55c38504da
BLAKE2b-256 06329aa16f8ae99f136d07fea387838ebf1c8d92aa3f95c3c37fc8a497d041d5

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9df433e86840e2348485a79a83c2e119247e954605540037f848712285787138
MD5 53ef90bb7bea5a1ee5a6b491d7aa89a3
BLAKE2b-256 1c6d9c910871242f8337a4496759a3579b25d882ba7dd99a3fcea12f2f684107

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c30b5f977555bffc11ca5bbaa8cb722c6af1753e1041603bb3593104f32542ea
MD5 2dfa2f034729fdbdc5b505f2dd0b2686
BLAKE2b-256 0ac41bdeeafc9c5a38a7e6116c1e921d63532957c5b94da91eb77870e7e0d8c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f8a4db4e7b93133de12d8ae4ee744b35a0ed99d7ab4d2dcba3237cced1fb55e
MD5 74af6bd4b32da658b484e00b26be5e67
BLAKE2b-256 539a27b117dcc4b12dfe909ecdcfd99f15232e1881215089a0e8c9bd13e51ad2

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp313-cp313-android_26_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-android_26_x86_64.whl
Algorithm Hash digest
SHA256 e5971eca910b2ca2007dcf25ce3fe2732458d058a634964c42136f743fed94d7
MD5 ed43939eddefbf8cfd6d52f8624524e7
BLAKE2b-256 9c189d8191eccfe11982b4b635dde78b77ef0f967b1036a51766ed404ab46158

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp313-cp313-android_26_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp313-cp313-android_26_arm64_v8a.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp313-cp313-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 6ca316baf69b96adfd2136d112fde89642f5f6863a4e40277a043a176de85c3f
MD5 8a27be0f7ba0c957696c9fe3299e48af
BLAKE2b-256 49aec0af77bc9240b67eeee807cfb229a718ef05831ae7fe890a1905e135f7f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp313-cp313-android_26_arm64_v8a.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 348588c03c2f2ca7167281d85f2b5bb6669066493af38fafa6901aac6a33aa38
MD5 f1b33472dcb2b89da3597d25a01355a8
BLAKE2b-256 c205b9a9e73c689ef7b584ad1d5162de6fded67bfe61169a3becdc52a4978cf2

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ab39085e7ab210c2ece69e8ce85d992ebe9bf4945be5c0e535eace8b5ed5ea76
MD5 92a1e84d0661c298db7fbb445f495e95
BLAKE2b-256 96b16e03e997dcb280e4b397f825da731b5431e8c893356becac37a3ee8057ab

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 96af81ea926c7797499f0bb9cafb8b992f1e6734848a950b28c0bb93e63fdd23
MD5 b53502aa51b18437f2ac747f1a0bc025
BLAKE2b-256 d3199b56cb42877f9289cba186a36ee6f934d990dac5ad6a07d7d124cc0e6193

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c3573946235dfc3a9cbc2fce61c2929b4f38b158d66f5e16fdd913ad052f51f
MD5 be952fab0aae1f89ec5d50878f096775
BLAKE2b-256 cd39f899151f03381dfcaed67a60a3c71048ebdc131419df225d83238c33f126

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 43a89c55f64866edba195d22410f500a33357310c96b1308cc29c6876c7388a8
MD5 cf2a1683b28a133df35f6bcf7d17ecc2
BLAKE2b-256 443115dc64d838d96aaa77f764682daad6454d7f0734fe72a065a419e9f804d9

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4abd50758d4108649c7d5b97679b3ba0c6a302cd1e2cff71afd57e6f2e0c7837
MD5 bda593b1da5d3fc8b8a416bc29eaa4bc
BLAKE2b-256 69dc73a0173c29666135511ab6bd31ba26b06f261c9066aa640b243c46440486

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9a8047468dafe6ab1a12e36cb674e57c37eb0a5740c883a3e7a934c989da029d
MD5 521a14b8bc305c11440061ab32f9af31
BLAKE2b-256 0730311c7526fd2b63eb1e358bf6ebaeccb33471005ce514a8b45bd1fe64ce03

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 59121840a4d8a1130c833bf56fd312713642d7055952f3e4053b68c42efab10a
MD5 150363c4c74e017d31d2f5789ff30b8d
BLAKE2b-256 ae7b95037fcdab7978ec4fb1538bfaf4f21fab9bb3873359f8a48b349cc7bfa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81c5e18eace46ac4b191800fa59fbc89f45e4b042f784287ef1a0cff4c697cd2
MD5 e1067228e2d69f8d0042662422ab0edd
BLAKE2b-256 04c27e4d4c016dd85daf906f1be73e8774aa2b2e100db19f95ce9d73855ced4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1df09257ffa41ff62618263711f23245467091328933698cd1e62907a9cf4edd
MD5 7806df8401608c71a6d79cc881b512df
BLAKE2b-256 ecf3c6dade8e38c8817c827a4cc267f1ce3ed4d49c92503ad2c83ca5eb157da2

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 78c6af2aada3aa00254baf63487d48f8cff591aee0c4b0e344833199160ceb15
MD5 70596f39fd933f64db8c99d3da432aec
BLAKE2b-256 b12cbdefe8e202162e883f2332d79ceb6e07f037a454936764f34d5174ad6180

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 376caaf0fff273d1dc3dd804394e25add0d54ec539295c0108f91002287a3092
MD5 a14bc937b15f7908c1002c5baf9845f7
BLAKE2b-256 cd06f604cab2ebe00d7beeafcc12b3b8818999d41bbb7a2dc2440801d4129402

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad2bda5aa42a0d8d6ba0ff872f8def0a9737bc3801a7c43f1b2201b4993401db
MD5 921dd5c1e504e535a72e236844864b71
BLAKE2b-256 6c36d0b1e11dc33cc8ee9da094932308fbefdc0658bb3c28c6389839a616b805

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32500ae562dc60860c433ebccdc137371a411386bd0954219445f7eafa923054
MD5 51f796355d78ab39082b5c6ad28ac756
BLAKE2b-256 3364de48ca8058d9fc6eb891ba1c45f8bbf37a5f3d223848bf3de3c792492673

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2b264a734c29e5fa6af160a352c78800a0e04fd2e153bcd2082f4db14cf17084
MD5 529dfe9ece5ae02cab05852c19b4462d
BLAKE2b-256 da980ae9cd8ec2d75f74c2bfa6cf2c80173f4509eb6b904a849109a2bf58d982

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2f35a06c873dc09e930ef4a5c7ea3fbd2f24b6e924807dab7a66c4421bf095a5
MD5 1d579c710746b03b397753902e7adf43
BLAKE2b-256 d6749aa2b0e7712c5c070f89d0845e5fef8e091f02c3f4027dfe6a59ec0fbb35

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a1432b160730e523f2167edc92e1fee45d8746317e2aa3cd2f2c522b97871508
MD5 d0b30ad3ebd1b26c733d7f84b931bd50
BLAKE2b-256 812ab168bf0b843ebb7c03d96d7d4f274f2ac9082c098fa615983e25c47ec550

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8b7ea2d6f9ecdd05e67460fc61db258a9ffe9aff53d2a7fac19a752aa480108
MD5 7df888e446b71ccb7c9afbd2e62367c6
BLAKE2b-256 792b5d4a6773daf3d479589ec628c1b4ce72ebbba814d2f71056fada89581389

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9340a5aecf5abd3a8f603f305742f59513ca82fa715922cca3b4327d3ecbd01e
MD5 2897682ecdf7010a01c4d78f17651639
BLAKE2b-256 419a16d5229b55bc4345de732a17921ed78e4407dad85ad494b85fcc7d09e6ef

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 240faaf787e231c5a81f4367681a8daae5c55035fc5da25939478ad534ccf850
MD5 283fe9babd52755ff2e69c6db26d046b
BLAKE2b-256 0f9ab5c207875612cae1e3257924e492552aaf4fc474727bea66875de9632353

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5ac1c573e419267c80451a192c31b6e693464656a2c0f50fff293c09d429b55e
MD5 d679077286052447f98e22e3575098db
BLAKE2b-256 3eda0366f84662848968beb39330f22b6841c93aee4b846447b4f6362430c03f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5047d3f90c7ef0ffa89b65b48399c733114bd7fc46d21cb6259a33895c810911
MD5 dc5d5baa768a0b480cd82b127615add5
BLAKE2b-256 e5cd7b79fec5a0e7099843d4b55b831824250f870442ca91864c6340dd1140d1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4cf284b8c4151e29ee94ff7ad2148b59f96bc952432a20d249488c15875acd3
MD5 c3f1ff5124db28878c5f61d716eee260
BLAKE2b-256 9d0a87d9818b4368f64da0919e705f5aee9feb95e78351c8846b05c35d547f2f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4baa36c36ee9e2c1e19532fd0a1c6f6e0f2dbd5d7a857063081550730285e058
MD5 2cf2fe9af8ec6343e2d5a1179b1cc797
BLAKE2b-256 0e4c47bdb790f8047350060ee1f53eb66eb172f062aeb0163e369ae5eca13694

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d2ae4c68ec71ec63e60378bcb4f277dc4822aba9b3c228436cabfe4fcbe1385d
MD5 6b96ace94bf9e2e6831a3689281f0e70
BLAKE2b-256 7618444e6c87cd4cb251e90799262c8b292956513f7c22ec42fdc0dcb09722ec

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e22a9f70f8323bb2eecf720090019c1ea8898795331b38aa33daaa49e42176d1
MD5 3f07d1b469d913e069325082df3b75ef
BLAKE2b-256 1bcf5df0ed1be2a77642fc168281c29e9927e5dd02d1b353ab1f389d76b07c51

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff5e0c5fa6c3f411bf0be390d35f1074282165f6b9c4797580a76eefc7e0335a
MD5 5650c335b60e6f3243a2818aa917527b
BLAKE2b-256 b53d8b590435e6c294a8f1251f9482c832e42553f26a466f1a22d4965516c62b

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.5-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page