Skip to main content

The Platform-Agnostic Reader Interface for Speech and Messages

Project description

PRISM

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

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

Minimum system requirements

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

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

Building

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

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

Prism is also in vcpkg. To install it:

vcpkg install ethindp-prism

The following features are available:

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

Documentation

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

API

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

Bindings

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

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

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

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

License

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

This project uses code from other projects. 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.3.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.3-cp314-cp314t-win_arm64.whl (491.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.16.3-cp314-cp314t-win_amd64.whl (491.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.16.3-cp314-cp314t-win32.whl (491.7 kB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.16.3-cp314-cp314t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

prismatoid-0.16.3-cp314-cp314t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.3-cp314-cp314t-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.16.3-cp314-cp314t-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.3-cp314-cp314t-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.16.3-cp314-cp314t-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.16.3-cp314-cp314-win_arm64.whl (491.7 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.16.3-cp314-cp314-win_amd64.whl (491.7 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.16.3-cp314-cp314-win32.whl (491.7 kB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.16.3-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

prismatoid-0.16.3-cp314-cp314-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.16.3-cp314-cp314-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.16.3-cp314-cp314-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.16.3-cp314-cp314-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.16.3-cp314-cp314-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.16.3-cp314-cp314-android_30_x86_64.whl (853.3 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.16.3-cp314-cp314-android_30_arm64_v8a.whl (762.8 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

prismatoid-0.16.3-cp313-cp313t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

prismatoid-0.16.3-cp313-cp313t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.3-cp313-cp313t-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.16.3-cp313-cp313t-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.3-cp313-cp313t-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.16.3-cp313-cp313t-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

prismatoid-0.16.3-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

prismatoid-0.16.3-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.16.3-cp313-cp313-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.16.3-cp313-cp313-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.16.3-cp313-cp313-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.16.3-cp313-cp313-macosx_15_0_arm64.whl (183.0 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.16.3-cp313-cp313-android_30_x86_64.whl (853.3 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.16.3-cp313-cp313-android_30_arm64_v8a.whl (762.8 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

prismatoid-0.16.3-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

prismatoid-0.16.3-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.16.3-cp312-cp312-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.16.3-cp312-cp312-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.16.3-cp312-cp312-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.16.3-cp312-cp312-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

prismatoid-0.16.3-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

prismatoid-0.16.3-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.16.3-cp311-cp311-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.16.3-cp311-cp311-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.16.3-cp311-cp311-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.16.3-cp311-cp311-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

prismatoid-0.16.3-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

prismatoid-0.16.3-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.16.3-cp310-cp310-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.16.3-cp310-cp310-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.16.3-cp310-cp310-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.16.3-cp310-cp310-macosx_15_0_arm64.whl (183.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.16.3.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.3.tar.gz
Algorithm Hash digest
SHA256 6fb265841e2e1302f31d646ccee4255ebb86d443a9257b7fc152f460c9e66816
MD5 910fe0276c22d1164b633f639b9027e5
BLAKE2b-256 6d5deece678b6ffcce65885db7af1b8b1fab01ce4d8a8c968d314f4d3aa568e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 ba6dd10783d9b8eff9eb15c898af1fc2042060f2dedfb87f2f18fa904adb6afe
MD5 eaa85ec9a0dc1bfbe1c57e90f0553f0b
BLAKE2b-256 161207c7da73b6d2e1821eb522cdc3446e9e991d7b2392555f1dc0a2e073b169

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f03b2b5bec72236a8948dabcb14ff46ba905dab092389cb9d8628d0d81fba3b9
MD5 ef625c295231cdcf2472d83ed62f6776
BLAKE2b-256 2025debbbcde269eb5960570f76d5132473e97e391bb795c51cc02cc77c7fdc0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 491.7 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.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 8ad61cc1d871a25e103dbabbe6d60be19ee94676872999a49d3df44a04bc4c8f
MD5 76f88bcddf9384a05ed34bc232c32873
BLAKE2b-256 7f39d75226dc9ced957f20767390e786e9a736a193a8fd4583da14330b5206ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2216c5b55d76f53fd45d8207402732c93179d417fddb90e42e39675e8b03026e
MD5 1b04569108da88b821cf45c174100cbe
BLAKE2b-256 14abf5fff6137b7e7abad87a1ff75ef82679ae648c301d603f084fb254e6da9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4529993550e5d7c49f74f8709e5a20e37ddf00f9a4d3bc6d9bfb8b14c8a56b94
MD5 ff774e5145e533a164814ce8709059f3
BLAKE2b-256 fb8a865189f6c8fcf547190576cdec3a587f8ed5065517b63c74b9b70ade9fa6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2b3d8df7c179688056a29fe621eabdebbfdfe58e365f405791ef0d75f5e34cb3
MD5 76ba70cdca1e84e441510de804b549a6
BLAKE2b-256 30f7c59972d9a23133fd4b2a0721f2db394b7212cc6fce25ca87055405024ef4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0a734cadbe92b50d6e57d5c650bc5aad3a05a3e4c62797cf116d38355c891c98
MD5 3a6cb280292877d2a298be3ae337e9b1
BLAKE2b-256 7aeafa6d65c27ba57b82ab6f66c4566bf724a269eead1a4ec5f5b01446f7f8f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ec2f1504fc4ed7c3cb6d162065da03cbef99ceafd934e55791ffbdb43d08a116
MD5 eb22c9ad1468e26eeac0af7134cd103a
BLAKE2b-256 92a4d2251f14ce23a2e5e5be3b8d955e0ab14d34069d83c5ad762116456e6733

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b4589cecab0cee499cb08f863cb5562d43267d446f62ea7a39d692afad08571d
MD5 c3e1831786567baddea6b3084de37e4b
BLAKE2b-256 f3ef253192591662caa29cdbdb0b0032b9210ee8212b2242cbe9acb5f959efd2

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.3-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 491.7 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.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 92d519dfe6c1a3b9d34099f8a8366414bf35c2c71477a5fe1f8396cfcae9f3cd
MD5 64fc998139603815ad9542cc822b08ee
BLAKE2b-256 1eacf7b0c80ecc614b1841fc422fd13433b0c0750e029996ceb6d461f12222e1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 491.7 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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5f9851c84be7d787067db4a167c70c191e9a0f47c30d550291ab06a53f310460
MD5 6aabc961be56dfc6f5be4cd7c070a986
BLAKE2b-256 445c4e4df5f05e251592c23f132ceb8ab1c02fc84e9a7ffeb36c2c73e568ed38

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-cp314-cp314-win32.whl
  • Upload date:
  • Size: 491.7 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.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6f8022553d7af3cdf3819c63b62f008f3aaa84629a146770f0937e1f1c941331
MD5 245b35aec815fe3bb6efdf4b256ba844
BLAKE2b-256 4972400feea65cfb45ac09bd3de253415ca612fbc01c6245079b6de56b888bce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5b5e619c90a8bea5aa5d31d8ec5613d32262723e4ce52ae7e6c93aa433825a9
MD5 a7abe132ab0cf9d59226d7b79cfe9e1b
BLAKE2b-256 9f0cebde39fe9b2453954f6c79f59eeb4bb7c8d4e761f874f8d2c261ef3ccc2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4163cc4bd84da2a9e392a2f44e8ce59a744a2edc126dd49425dfade1ba47a677
MD5 679b2c2f018567b519f6df27d72b8125
BLAKE2b-256 5c70326f48dce8d8684f6cfb214fc6cd53e4041d240e963e322bd6d95bfbeb36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 832f37007ee4f7937fae69b1f8cc8bf9dac8061544ca2cfb5011a0cf7b9ce5f6
MD5 0bcc777ab967b7f1ec2daf16d80b8f50
BLAKE2b-256 f042db26668f6bebcb7f8edbcfd6055eccf6d53e972c0f46c3693389843ba8bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 78e771152d4f60b0acce0294a8c48338e93f594395e32ce95d200b04ffb53758
MD5 0022198ccf6216a4e2ebb467034734b8
BLAKE2b-256 ff03c3f1e7c84d013d9d5f963343dff28aa99d44edb900f22d838a27ba753f46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b67ca169ddefded284fac2d337cbfa7bfd728a80dd23a747644832f42777a037
MD5 4538cb6133d9da7e8318b5434d60bbf7
BLAKE2b-256 823999bef0fa4294da241c585073351cd347e74c74b2c929b45ee21a0c96f584

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e9786d6f71e24011175271be9ce0078460e1f0ddf709f054abe862dbdffd8b08
MD5 e219313e758eeb2861e969c78fa81626
BLAKE2b-256 75374cea8b763989cbdc36493be64a2c8718c77db6d4ae84cfdc1c0fb94e7bbd

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 aa0e3254587f94adcbadb4174a4d8697acc5362a33799998de2b27895c86e1ec
MD5 6f50e04f2aaeafbf77bac3c2460702fc
BLAKE2b-256 486f42fc96c958a6865ecb19e7c4d7b597c966dfbfccf218209e74255f48c939

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 5ec00ff67773166aa3e8c2ee68232ef150db4c3b1d05a34556bdc13e6b4ea761
MD5 38cc8f4bb8e9dd75290bc39386f1a4a3
BLAKE2b-256 b464803ed48716396e25ecf4457b1c45c3a1dafb6521d2babea5ae71ea6433b5

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 e6fe8fedbbec59baec099dd0b0581ba924c200bfee80fb81fd53b231f3e5f3bc
MD5 24aa5d08900edf7f4f9bc6becbe15fe0
BLAKE2b-256 ea35ebf92ea8b4dfb095471e5222adb7340710bd47c03c5661330da3827bf3b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 badefe1711d13eb5f987745b33c1a26c56c7861ca96189ff67d246f2c847643d
MD5 2f39d0a83a4fa0985e2cd8f3fa9f52a0
BLAKE2b-256 14a109100afb5a33b6959ce39e4cd5f7073b370924f82ca0e7df228c34027d12

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 f6b0bd864cd794c321ec6d18c6f3694982c849445bfbfa543f539bb492fb42f0
MD5 f593320e672cd500c34af6ff4d059b3e
BLAKE2b-256 5a264331e23a0d90b0e3eee50c349e5171cda436622350932ec2883826bbfac2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d05cfd5de995250de3397158414036f06bc7b8330ad7a967411b9d7b72074a5
MD5 ee373ec7f33f3134aca27ba3d04b21e0
BLAKE2b-256 1d173a9c1dd7e5768f0b2b5823e22b8068a34a6f0877f4bc1a5251af0ee1856b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8fe6a7c1c5468045a04ec104ffbfbffd2f1cc80090f39c80a5e8573fb91f42ef
MD5 e1dbbc2fecc0c59f926e1bbeea1b14d2
BLAKE2b-256 034d80743efab7a788f27076182a6947dcb1ebef30a86d20a77f502b938de0fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 57c3dbd8e4a1d87373e7f6608fcdd101ea7fc90e9c3790f54c26a3813f50f0cb
MD5 d3ec4bc240954439c6500f07efee1f8b
BLAKE2b-256 57bd450ee30849d8c21f359485442f9a129d9d9c96828ab54ef90f4deea4be8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8d41ec8b6be019d26e53c1dda557237f8cfe2cee1c1916d6a59f1c3af2e413a8
MD5 644db0bc6eb3f21cbfe23258ff80fc0b
BLAKE2b-256 3157eb0f00ee48a9dcf2939d3ccd4de7d3370dc7c56e431d79546b5825bf5d46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 33777db23e24388da0f6554a52c8ff2c0c3f689a87274d09931e15fbfc532506
MD5 0bad7c05fe9c4a0b97874e4fbce2bdb0
BLAKE2b-256 92688fe9f990e7cfb492a6cb030807eaa59cf0260e33df5ae4edf898d0813338

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 565d8f69bba44e9d7b34ce4b40bd46887fa47d21e6059bf8d3603ac66ffbf148
MD5 27f1c282fce2b391483d5bf355e062a8
BLAKE2b-256 0b20cc976c906d8955c6b4a04b132106e74649be1456bb60fe60eba2e08cad8a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 501b6a48f47c0d2a8b656d67f3aefb29468f5c75a15bd0107f10bc7080f1acfb
MD5 476e0db6123f95c7b98ec11fdd56b008
BLAKE2b-256 0f62a99504e68a7edd2e38e9c06ea4f6593acb7237db12a8d6e7bd96a67c4a91

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c34dfd5d06809777a4e21e5c39c0cb86558b7c48c3d52a5f141ed0e432c356ad
MD5 7f778d5e4ff80904b32fbffe4c9b9994
BLAKE2b-256 360b5ac967b015848424a56f6e23ae2ec0d8809da4f76504d551b3440887c3f5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1d76b5e380c41265fede5f96a257c641040ffd17e22cc79fe1e43745b37ad6f9
MD5 00412c084d94da1c6c226ff59648cfb9
BLAKE2b-256 0b41f2e1da3af69cf2845a745cbaabc5cbcdb10e749b255a550290a9c360509f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e592a39bd1d0d55206c0c93ef12706b68d76214f131fcf247a60ac3f837cbbaf
MD5 607e88b8332d41a2d7fd5c12ba412d7f
BLAKE2b-256 ee95027135829f9f13ac19c1a69a29fe7c7cea38a6b166531989e8fb3315a070

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 02af38170366c527885e5085be9eb82719a982386c1aad541a3aefa39d946761
MD5 e21f406cdc1d8f7dcd18117f838b45f2
BLAKE2b-256 022f7475085de4d918079d5f5a572278db306ee9a815331a8d30e2f89b4dd857

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5d0c484a288eeebcb1245fa87eb8c6ebd68d85a38df1fce551265b41665670f2
MD5 6fe41785273b2b4f2281a9102880264b
BLAKE2b-256 f25626b780b9b5e7ffafd5b588a47d2f8216e15f2dcdaf7892091eb5b21994dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 30db9b5eff162c75affe0dd4f96b958a29c1b1a7522cc0b9d0427db2efcb9080
MD5 bbd9f38f94d843429ed3d4210dc6c813
BLAKE2b-256 085e0aa7bd6e299b8e3ba1d4ed1b96836ef1126a224a67ed15dd51e71edcd61b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5434cdf72da5c3333174b1363646cc8d98941c72da969fad45cb5530b51ce8cf
MD5 7433741a3e18f38ce4b8167b88753871
BLAKE2b-256 5927967cea374cc52d44de0ac3765bd57d498023916b1b5ac12810888ae4b0ec

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 95ea431c64a1c793b945cf0136ea611fb08afb5e6fa1aeab7ec6389c2320fd06
MD5 60a424253297de0b19bbcddbe36bd056
BLAKE2b-256 e4a421f8dec31da8893caa87e7bb94e26288b1af62639fb890e5a476a1ec5b48

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 e903be9050b2f9664c38ee104eccf4776bde1ce40375db1a5fe81f7efddba5ee
MD5 631d0e9a1c9ded4b4e7661390f7a13a9
BLAKE2b-256 3d801beb953905ce65a452f3bcddf44e2ad0230f13064bd052a55edfa8f18bd1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 d7996f73d47dca2d18eae38a7423f20147ceea36c49b7eb62306237a8c84c816
MD5 7da4b5976fc5bf2483dfc11fa350b66e
BLAKE2b-256 88e57ef12669593454cb7bea3067dc876da6a6bd9fc195791a6618729cd9f5aa

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e0bb94d69987e97c176fa28bf57b8e9ff1bc10c8b968af6dfa39587f715ce919
MD5 7b28e41a68f2cfaa299184b250e6f29b
BLAKE2b-256 f02f916df68035c0d49a001fea500d92827755ebbc676703b2e1dd2f31a0b5da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 788f25bb565facdf9eb4d2868293a68aa98bccb5d9acfa8252a4335427b9f514
MD5 ba7f12fb96f581ec2f4eec2be7019035
BLAKE2b-256 2f837a96dd618c7f4aedb50406f2f853863d7a312996a09ce65dbf52ff360ea8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5282625416d6c7da4460e757673e9ac59dfe2ec590f4982c6e0ce19818738316
MD5 b51724a6496f0119751929a2e48d1188
BLAKE2b-256 03de8ab99e6acd4b9137bd7e6dbcd27a444eb02c07acd0e73e8dcfec9ddadc50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7308d50b22b224597443f4976f1448ef050edcc8bb1fd3ffcb12da94dd6acf71
MD5 1cddeb4b10f688399f70e912fdb67723
BLAKE2b-256 9c4aee60be83d70849c70e44568a73d05e423785f5183c0333ae96686f2ffce9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be197e2581f9a4a3fa3447a6778a8f75a81613cb6b51a11e804ab1f5c7744937
MD5 b63e893db607c9a27ec89f6bbc97d3e3
BLAKE2b-256 799f7e9a8f37d9fb07a4d713c2b276a2aa45cd91f118ff4c08336cab9b73415d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2fe13c0ab66da5d0c8a580a4a0b8370abfe8046c8c11190fc68343ead4107af8
MD5 d58afa8600b2f0ced5974421097d2a03
BLAKE2b-256 466a19700b3cc930ba682eb3a15e5fe237fb45ee15e5595804c2fdd73b1828db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 cd168e34f99290dc25d1e773e4e884f8495e22b0258bf278dc7be481457b6e5a
MD5 8331a35808b42b202ffae05cfc6c7286
BLAKE2b-256 18f49b50e0aea4bd2a69ed6d4fb68646fc10a7b3147e83630f6402524041a0d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7e53bad25c6549e602acc17d5a20b944bb489094193fc5eeb4561703b5685e2f
MD5 e2b7b83e23d5fbafc9d5d8b177eef85c
BLAKE2b-256 b9c5127ea9f24ee5309c4103cfe22233fc11ac898bd7693535f73cd723f27c6a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3b51b8832715d83a423b0a409cb6390331541f7ae7093e347c447fc05d0edf0b
MD5 a7a123838a90024a22fd22aca57f9dbf
BLAKE2b-256 95ef09aecdb489a3ea2f0b34335f5a49b5709a1419faeeba0659d6d7c0992bc7

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4dd720b9d15a8814e386055cb9dfcc715299221b422f9dee88db651e435c8fad
MD5 1efebdef45c411e67fe62a5cc1dab223
BLAKE2b-256 affed0b9d854641d3e8a1a1870fae5d0b402f321d721a65585751f11db3aec09

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3456286f8e754dda703d913b4363af8ef28bd146bf4be39f610dab2500b21794
MD5 852293044048318ca08dee97229403e4
BLAKE2b-256 04dd6e732bc180a70c1a1cbc143c2d65407c8e33286acc6b3697166f5d5a62f2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 73493d59d0e0ae90bb77fa5fffafd47184cbf11d4170c14697b97d130cb57fe0
MD5 8eb33dd6b96212b41310c400f1e86ed7
BLAKE2b-256 5e921daff3da2d82d07c2e4ae1043eca5c53a8f82e2fcbff6e4562403e3d749f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8154f4ea6d65c1fe46fe88540e394610a0485ccda0cca3d131e685af35cdca08
MD5 69a7840d5279eb68e2c56937d30803d4
BLAKE2b-256 caa9c37fa9b867ff50905c8d01630f0d8214cd9d08960b764ba191a579038e85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2860788c5b52ebd4febac52b6dcd6ce94fd7c60dbec6f914c5b3224d2d1e2690
MD5 cbe8ca8227d3709d21896bca4bc9e132
BLAKE2b-256 bdf403788829f8b5425f7c0af29551a4021caedbdb402ce2ab346795e7016952

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 cf1a6afe2604c7b0def9ce05a4fe411ac452bdb43b9485acd5e26f32a549d74f
MD5 a6aeaecafcf82438b5974bacc7eb16ed
BLAKE2b-256 d935db7a65306818931d2df7fc92c8a96d35f024cdaffea67aa717b2cec164d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3931033c8bfd603d5e8720c78bc4249f8fbf294a45eb5ec9f00e403b6298f96e
MD5 3b4a71be40913388183da63a89b47c3a
BLAKE2b-256 3d0ce904643ddb898e27819c177f122d8686f3a2fa6a91ea4f8efb1a16e0fe89

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 19bf5163db45d54dae4a1d66c2c8efb2b40553a71f895e8aaefeaf57a12d4d88
MD5 2c3e002d69ce9ea5462464a1e0446ab0
BLAKE2b-256 142c3678b2c24819468b143a73096d783c0349926530b7e97c52299733828a84

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a3d191238a58d694c8c485a0a1eec14f03115e54ed2a5ecdb1c437b080087dfc
MD5 db09638abc3cba6bca2df89b41d09143
BLAKE2b-256 e1081e0405f838eeefb9a6ecea77369a494b85be34b174c75c2d948d74e5a23a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 ea3c4721f76de0aab4689407b3e6d87f97b8bd1738fc9b268cd857076b08642d
MD5 84c578c1c033d0b698a08135ab5ed6ae
BLAKE2b-256 d903dcd44bf90413a3419d668ee014ca2924824a8a1b1049d81d6bf9fb8da9f4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 402a0aacb0313f9a2bf4810a6b51a75bf80297d2818a5659afe4d45f44eedfc4
MD5 6b29b42ca4b02930b6ec262387071e9c
BLAKE2b-256 25a01e3f4d7fe3ae71173c885d139c65fe55fbde8583890499fe568622596d2b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.3-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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ca1798b50b32eb9958f4d9523831647057cd1a2a726061abf1ac111148763b73
MD5 31e777ae456683b936d0604305e2b5a1
BLAKE2b-256 cda476fd213c1d36d94000db559713df74047a73de1a9ef7bfd7e91a67e984d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14c26889d9cad3688dfe44a7adab07d5479fcd5d28a251a2e8f01b5249e151a3
MD5 cd8d4d0405395aaf4de2c74854364b37
BLAKE2b-256 11f31f0c4a407dcf620fcd70f8cf5cbbfc9f02fab0d1d0f6de482270a40fa04f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2977bbf83d73b725090eaf0de74559f625d64906d6dbad535ebbdef15bc8e7cd
MD5 c96005de274605151f054bb58016fa4c
BLAKE2b-256 80d764fe6017f4a7161096e9cdc530053bb7b69a726cf3bbcc8aebfedfa246d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3999b62888066cb72c0850e9e326a8efc5bf4fead9934a424852a46e3c001a60
MD5 2637ec91775f843f56b08858634f39fe
BLAKE2b-256 9226fb87959c9a386bd273f0c2e93b864ae233bb66bff094f9eb257b3bd69d82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 12c64aa6bb6c421379c41fcb55048af0c285b178d26027bb56f7392599471186
MD5 66c9fe1668aa92aa7b13ea3da90e4662
BLAKE2b-256 e0bcbb70c643dada164fb551d3ba23054e2dcbe2cd2430dc5b7c709707bc65b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 85dfa7d9700130abf1f03cb4202e7974f10dffc2927798b1603d756cdcd5d4d7
MD5 6e5cf1195b149fc433ab37269455d686
BLAKE2b-256 c972ba8b53215aec047fa4f14cfb926957698ae366d5fdd285f6a888bde0ea7f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.3-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 722f6efb987790cbd2402a62d398b59cd6e05e2321142d58d1482213a009ccbc
MD5 7dbb181c3dee36470ed4fc5337f9e124
BLAKE2b-256 ca0187eafeb59003aa082da99b0f79c2def7311b9ebea216faefd3a2afaf286b

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

Supported by

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