Skip to main content

The Platform-Agnostic Reader Interface for Speech and Messages

Project description

PRISM

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

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

Building

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

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

Prism is also in vcpkg. To install it:

vcpkg install ethindp-prism

The following features are available:

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

Documentation

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

API

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

Bindings

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

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

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

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

License

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

This project uses code from other projects. Specifically:

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

Contributing

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

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

Project details


Download files

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

Source Distribution

prismatoid-0.12.2.tar.gz (1.0 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

prismatoid-0.12.2-pp311-pypy311_pp73-win_amd64.whl (443.6 kB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

prismatoid-0.12.2-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ ARM64

prismatoid-0.12.2-pp311-pypy311_pp73-macosx_15_0_x86_64.whl (293.7 kB view details)

Uploaded PyPymacOS 15.0+ x86-64

prismatoid-0.12.2-pp311-pypy311_pp73-macosx_15_0_arm64.whl (173.6 kB view details)

Uploaded PyPymacOS 15.0+ ARM64

prismatoid-0.12.2-cp314-cp314t-win_arm64.whl (456.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.12.2-cp314-cp314t-win_amd64.whl (456.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.12.2-cp314-cp314t-win32.whl (456.3 kB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.12.2-cp314-cp314t-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.12.2-cp314-cp314t-macosx_15_0_x86_64.whl (293.7 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.12.2-cp314-cp314t-macosx_15_0_arm64.whl (173.6 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.12.2-cp314-cp314-win_arm64.whl (456.3 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.12.2-cp314-cp314-win_amd64.whl (456.3 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.12.2-cp314-cp314-win32.whl (456.3 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.12.2-cp314-cp314-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.12.2-cp314-cp314-macosx_15_0_x86_64.whl (293.7 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.12.2-cp314-cp314-macosx_15_0_arm64.whl (173.6 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.12.2-cp314-cp314-android_30_x86_64.whl (847.2 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.12.2-cp314-cp314-android_30_arm64_v8a.whl (755.5 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.12.2-cp313-cp313t-win_arm64.whl (443.6 kB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.12.2-cp313-cp313t-win_amd64.whl (443.6 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.12.2-cp313-cp313t-win32.whl (443.6 kB view details)

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.12.2-cp313-cp313t-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.12.2-cp313-cp313t-macosx_15_0_x86_64.whl (293.7 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.12.2-cp313-cp313t-macosx_15_0_arm64.whl (173.6 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.12.2-cp313-cp313-win_arm64.whl (443.6 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.12.2-cp313-cp313-win_amd64.whl (443.6 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.12.2-cp313-cp313-win32.whl (443.6 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.12.2-cp313-cp313-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.12.2-cp313-cp313-macosx_15_0_x86_64.whl (293.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.12.2-cp313-cp313-macosx_15_0_arm64.whl (173.6 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.12.2-cp313-cp313-android_30_x86_64.whl (847.2 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.12.2-cp313-cp313-android_30_arm64_v8a.whl (755.5 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.12.2-cp312-cp312-win_arm64.whl (443.6 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.12.2-cp312-cp312-win_amd64.whl (443.6 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.12.2-cp312-cp312-win32.whl (443.6 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.12.2-cp312-cp312-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.12.2-cp312-cp312-macosx_15_0_x86_64.whl (293.7 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.12.2-cp312-cp312-macosx_15_0_arm64.whl (173.6 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.12.2-cp311-cp311-win_arm64.whl (443.6 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.12.2-cp311-cp311-win_amd64.whl (443.6 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.12.2-cp311-cp311-win32.whl (443.6 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.12.2-cp311-cp311-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.12.2-cp311-cp311-macosx_15_0_x86_64.whl (293.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.12.2-cp311-cp311-macosx_15_0_arm64.whl (173.6 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.12.2-cp310-cp310-win_arm64.whl (443.6 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.12.2-cp310-cp310-win_amd64.whl (443.6 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.12.2-cp310-cp310-win32.whl (443.6 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.12.2-cp310-cp310-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.12.2-cp310-cp310-macosx_15_0_x86_64.whl (293.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.12.2-cp310-cp310-macosx_15_0_arm64.whl (173.6 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.12.2.tar.gz
Algorithm Hash digest
SHA256 e31437ee8f5e605267e296a2d310bbc495d78e735bc4fb810564dfd25dbf2b18
MD5 ba8e7452dcee51f164d32f600eb63a06
BLAKE2b-256 5fc9a370b86c85ceabea1ffba5718e38f46fbcb1feac5483bd46717edb734af2

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c96fc66deacbf9ee9db16f82a210d1908b706a087bd15ec104c2b98efe9039be
MD5 20331e767bd3394e2f3def7dee2f947e
BLAKE2b-256 7b85f6aa18767aaa41e6667ee64ad68b4bb8069999cc89de126776160badd19e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7105d7bceab679ec56502873c326138aa7d2357ef58180d81117418841ba4261
MD5 63ed83fb4377aad39269f7063007533f
BLAKE2b-256 8796b371d153a01b1b31c8b4a5da80079e3867c97318b6c155eda149d3db2fca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 5f2995b5233ad933edd403ff4aefeb729774c32bf1e708dc4a427f64bd8bd1b9
MD5 325e4a0ee009217b5f6e1fc55ea8695b
BLAKE2b-256 6923c563fd2f056f024cc7720fc2e4ec07a6ab4f4294d564d6ade86714342502

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a484f619afb3ff2a0f8cde1b4336321022cc914147c1137f5127b9cdec77db02
MD5 554fe4b62ed9eb1ceec86f235cd1cbf1
BLAKE2b-256 cf132060151c741c7dd38e5a563dc08b3d92f933c5d69327a31d6e03f1b11066

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cbc95d99d9e81be3fdc1eda6c1e57faf53fa6413703ff03647d6d187dcb2c914
MD5 79fe4e4619e6bcd7b84b7565ac1f1688
BLAKE2b-256 b7374f8ccbae7654f09cbb2f49755bd648448f88dc9140309fd0a5816eb67600

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.12.2-pp311-pypy311_pp73-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.12.2-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 7f48662d9d794bb8a03786c596b1bf5bd22b9a2fc27e1fb044954c2084fa9a49
MD5 b887ed2a419d505c639f348f057405e6
BLAKE2b-256 7b3e8d4ed959851a0face3fe6b653db5c953ce2b7979dfdea234ba78e50ae6d4

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b36d74118de3dc557c902e6a2c3d74aa688b2ab3ae31639ea428d91f51629715
MD5 42e716a386fb34ae1256aad18502b22e
BLAKE2b-256 2e791b4821e244cafe51436fe85fe27413223624eeeba2d9bdf50a632923bd86

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.12.2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 456.3 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.12.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 3e5220b65b57057787c656207b03ca3872256c3b4179d5d0ebd9207cfed43e3a
MD5 31ec58d0f6a1fffaf50bd1617c6e4b68
BLAKE2b-256 4225c8f12d866dd376792da8a49339775c57776c539a7e72353d0702f8061247

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5866bca660996f707f75f3905b06c55cb4ecc4d86ea5ea0d842c5af400c91eab
MD5 d198662ae7470a0ea9591b94592f1fb0
BLAKE2b-256 bb72a36b676525e1411b175fb67d481e53445222ff866f756d53e9afb7e41552

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70f930a471b636ed71f6b0c700a226028ac2ee3271b8e551721f43861ca9298c
MD5 4658ac6508799d3345026d10b10584be
BLAKE2b-256 c57866d7c7d2eccf1e8b7d8746c6f208f3b2a28c4cc1635e4ae776d3f4172f2c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b05a764b10b565d96123a994c80e45c34b2843f53a4f70f9d555bd1fb1c68f10
MD5 8386324b844c79fa2db1bb7220556a0a
BLAKE2b-256 66b98e295b05937bd550d64be36dc128e41791ff3c9e751f22b2c9cd6911ce38

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 632e36cc9c1ef72fdfe7f84a79d4c35631d5b3647c2a1590977119e484568cc3
MD5 c549ad4ec320f1302ab7507a73b9f5dd
BLAKE2b-256 b009b3aa130fd2412422dfda2a172f2c3793363854491e1f372491a6482571c1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 0c4896335013ebe3cf20cb5866d88c8ca7473cf85940aa88737fe75cdf7b6a4f
MD5 1a7bcdb8a5ae57747ec3f7c353a5a8d9
BLAKE2b-256 45d339cfb53d73ea0603a8c2f61354e577e6d74ab517bbfd58bd6c1069c43534

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4d93aa008bdbaadeacf5c55e044c955c9996c4532eacaa186ad70c9fdae6c616
MD5 31dcc2b555b42a0dc96cd27e18bef6c4
BLAKE2b-256 c2603834e859d6b9e029b73007b7af48ae0f78c4d7bbfaaf18f65edde1f2802e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.12.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 456.3 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.12.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c2c7d3273644fee83c462e8c8e87772088a5c5b92e9d3a4e7e620f8c2db2c5b1
MD5 c2616e090ff326b9635183ba7238e108
BLAKE2b-256 21e8b971cf4a7f1a0d5ea48d0631c7d10349a0d0938e71fa2055e66aadabb13a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.12.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 456.3 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.12.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b396944f17562a005eaf2ea44b4934f944afe9a6ffecad523b7f8461365b051d
MD5 1c5535986b06364cfc2dfc5f9a89075b
BLAKE2b-256 dc5e378fdca985220d4bf8dc9946ae73259c9f9a20c6399aec025203c289a976

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.12.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 456.3 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.12.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 372d3c5d3e6a2f4cb1d61d6ab4db9270906336a5ad5500c9d24d80f3d7fdc0ba
MD5 67b4124bfef58ec6aedde2679052d0ed
BLAKE2b-256 e023395c113c8181d0ab69570e49e25a003132c410a723b490bb8022764ef723

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce6aa6821c83d313d67c01533b4e70a6deaf4c6d1b1c6b9f43b5f8d217221696
MD5 f7a2f84483b318d6b91451c46db42e53
BLAKE2b-256 3c5010044019a7e5f427d5d6895a0496abed7816233eb1c4a0cd12cfd951b18f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 551fa3f6e5cdf04c8d9e84591e2f415c853e046ed3e8bd9b83651bf5a885d0c2
MD5 3d657ab2d26e8f7208ca2c01d6d43238
BLAKE2b-256 fba00a94ca188ba38bb32dec0b8fc7703cc49bfdc1b5470d076645cfac4b2bb1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 78e84fa8462ed022ca6260b26aae6fe6a25e49ac65eb4b3fe271e9cedef4fbfa
MD5 e8c6d800a2a512fabd359266a54b5fc0
BLAKE2b-256 819f12552c8678fbb26bf6edd7c61fa4d6cc0b2e497661a63af70a77609d9a43

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 14dc3b38b6fca2c1d7c06fb41af4300a617a8707c8fb885c29f065e7dfc51f8d
MD5 b191435622f5c048cf53335618a92ffa
BLAKE2b-256 f86901f98690d814edceaf9eab75fd073e581678cf2bffa823341a85e31d1ce6

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 dbca5014cb7b358311a46080b1053bd90b59a8ca1589582f601bf5384a89eb17
MD5 88ea817242bd7093dfe8fb348745a55c
BLAKE2b-256 8c2905e4890c713c8920a28d7a90102d87ea4ecbd3c341e5613445b0c609cf92

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 629577f541b9be9b0eeeb539bbac98090ffaa2a106633992ed24f0dd4e868f64
MD5 9f3891bddc24757fc6502326b6971698
BLAKE2b-256 44286c1eb9aad7ffb97ebc2bc36e4264616ef9b65fdde46b80aeaccead945183

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 107c39027f171a6f4da9a683f51034c72171293e724cbbb8a92f448299a2828f
MD5 a10b8ac37ba2ca7975351d63a44298f8
BLAKE2b-256 1f52b34d22e53a30299b187c20f1387e55bb7f49642aa5d0456960f26e91bfa8

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 36defa5b4dd3f754ac7ee83b713e36d7507f38fabb81e56990b51fd8e9a406e1
MD5 f0e27d4a812a774b9a1256d51d7ff3f4
BLAKE2b-256 41352d82a19a0173276c8999dfdba469352248db5f181ab30ca2b5fe9f853e66

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 0e89b7ad61dde6d62f63466cb8089ce8846af0588d454ea4ca6caa68b0159a06
MD5 f06c8b8aeb831ceb9fa1df0596ea7ad5
BLAKE2b-256 9d8c931e3f75c65294f04c7be2524a25c46a0719dcbb6c6679e5306c76fc43a5

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 fb947f53f97894501c4f31413f914610eb2f0959412541faeb440163737e19cf
MD5 f1f40a05905f4feaf0a16f1ac463be88
BLAKE2b-256 79359e19ebcbc22b2a9e195d4fcf4f58773fc07313d4259ff9ac6c3cd4d94c38

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 339f58659833f648a00ddb9ca2e18d339017e01eaeaca3180301177538ba8295
MD5 8eb8a1ad2a2d86118750260f96a96f74
BLAKE2b-256 005c11658308dd7d3945d8bc6e2d09bd2d4ce8755d5a570082d572f1eae5ce3d

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66b688f686e898d5cc5d405c0f00c3350d96e46053580fd95888cf5af114b979
MD5 ea7438a593a573b08561fb10b1dc88ae
BLAKE2b-256 d8e718d3ad12dc904c7f05cac72bb1163525e93c87d3cf6664fc49fb6ea48e8e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd412d4815e33d5f7a501ab213c252e10fb0ff981c3ff26ba4f554b1083663ad
MD5 84b9efcbd1c15bdd2fe3c36fd7f4031f
BLAKE2b-256 7779e7a275bb4e16726e2448b44b0624935c43d1864844c3948e438e483fd7ca

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 83452d154a70b0c77943bee48b0b0ee714dd3d545b8735c950a124dd5af914e7
MD5 3d6c5fdbc792aef120de962f7647bf16
BLAKE2b-256 57374038c7551ebfb96f3ae8d8f1a49291b56c7c14efd8637a144d4b25e74c13

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 772cba2e345566e3c869903e051f1875eb3ec330ffe129df10b8bbccf1eb81f1
MD5 56a3cfdd821a353a570e29773be4e02e
BLAKE2b-256 1665c3d5027fd65913faaafa0ac07ad1ea69a0eed885ee682d8b209dffe81ebc

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 54a414a39158805f92839f4cf319c927682a00fc8f0a31445eafb08f65e571b1
MD5 078616356bb376865357199c69383978
BLAKE2b-256 02f7c685e2f440f0ff919476c54b6ebc7f2775f755b676956ea3ce0dbc7f0e7c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 40d5369666dae573a8270d44c9c4947a66ae0af421c89b6708431fe040fd31c8
MD5 9fc527887a263a9e2e4dd824a903dacf
BLAKE2b-256 6bfe4695cbfa7381e718fc6cb4a65700769220aba57f51ad9c74ad7a0230d892

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.12.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 443.6 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.12.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4af625c32975d58ddf32fa924ebb9507c269246b393521ca6dd24f42cd89e6ff
MD5 d7f6dd4c2450b273ea95b63373db4805
BLAKE2b-256 3f8c9aecc5204f3334a6cb76e6c6c4ace580eba8c86406ff6b6ce4ca874ef357

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e6dd2dce9047cbb40a47d0102cfec6461932c76c1c53c08af4e76fee08d9b309
MD5 65cdfa57cd6a02f30e0c46b537842577
BLAKE2b-256 006816bcd47478706e5655d2d2f1add550bde3f082a8cd51069d50eb17cf5332

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 14f416839bc40dae40d34c1542dc225f0bb6f83c9bb4f11d3429aa54d8be65c5
MD5 8acabb6531637b2e209c341159c69bef
BLAKE2b-256 a5f98e1d22ebbc3f2ab1868bb0fa7cf5cf2c60376f0ef2cfb1420aec8b7773e1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc5ff3ed300582d4dec43582f2155aabc01765a49c6fb03e4afe3217db2200ca
MD5 e4dc0456d2cdca94fae0d9a192c47561
BLAKE2b-256 abdb19a697e76af8f4d8239dc234e112622cf13c3633d2a22c44f85cc14de50a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f6ae4f5161f97370cab6846ea3c11255d79817965c697d2cfd84fb5a71d22c7
MD5 ec5bee12eccac0a4f66ddf7e11c3651f
BLAKE2b-256 f7eac261e8a513b22de2712d5d6ad24ffcc4be65229b682a14b6409985da2a57

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 612bd10f79a1c1e45e23deaa853a3fe0b114e666ffdfd55d8959702aa699779d
MD5 49fe58bc1f787c23237bf88a7e825d29
BLAKE2b-256 8d569ec2701bb1a3d5dc25faa48a51695ab776cb53eafeba8c04a69b804648d7

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 408a6edecc78415b23cbe9c62e1f0a554215754f7b4bfb8d4a407fd272cbb360
MD5 b58db7b87fb4b916c547d2a6cacdac66
BLAKE2b-256 5bbe5c0de8ba49179ce07a5690b4288ccf3b27713a5bed56a7e6eadbd682410d

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4a90d67d6cf3e07bb44126a7ff0d1c234dac102b8135a3845f66fca800c9e7fc
MD5 54b006d6faa52794a4a657b843ab407c
BLAKE2b-256 24c3e14d1b8c9f2804c160dc4da21a46a67c38ef78660e6497fa24882b2a6e6b

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 76be0af6f59e4cf982590ceb114104799d829ecb106e9025658da04324d5e853
MD5 8cfbb510fc0b381063f180f0b7e26bde
BLAKE2b-256 fa9abc682c4dd89ac47d93bc68b0b9385e75744f8d915c4ac75e687a330c91d5

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 72d00b1dbaf8e30cc245b1f9e576c314f3d5bb2921976bde65d3602cd8b5295e
MD5 1d4887e93348b6b4b231651b34d8789d
BLAKE2b-256 7461c2d2e2857ce69e74796b0ac9e3ea817ed95349e9596d6978d08d6db4102f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 33a34848912a3dc327ba9f1cbf093205b78e9a08f65221191a4dd3d16c0453e7
MD5 6664634f1fe394ddc0bd2e3af617b226
BLAKE2b-256 f1886adec6fea093ff951f716d139aa515648c04b8fa80fe4784ddbd795d5e18

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.12.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 443.6 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.12.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9290a55d9ac3a092a6747ffa6c3c35694c576ecbbd8cd14233afd30e42df9a13
MD5 dba41954a1ecb433168d2fb0817b9fcb
BLAKE2b-256 b012e508699e44e66e1eea3653dbc418a3690782840706f1c3d456227c9c6e32

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.12.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 41c1e7512fa999e48318088a810599a62eca5d0c44c0329c3e938e8840d4554c
MD5 63e476901bbe225b358bd056e9fc9373
BLAKE2b-256 c4b2d0ad48b449974cd9cedda63fdfadc630650b83bab8c2fcbc414ec7c2a697

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.12.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d61f85721da5f1b1aff32abc12903c95ec27aac3fb196b5aa3b4b2a224de17bf
MD5 d9ab4f6cd0a6454f65bb0e5d3efc17c2
BLAKE2b-256 c5fcc62fad08f3f1ed6d213121513550327367eac6ae4e8ab3b1a33aa9709918

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa9e7b0e45d6f349b7618c677d766a6aa15660d0537242e161d8271eeb9abbe0
MD5 39ddc58b012e57e5aa4e219fa2f55f4c
BLAKE2b-256 16be5b106daa6d51157ec5fa71e29418a46e87b79de7c17e655ee29697f2e1a2

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9a60ca5e9150dd9eb169c5c5994f479f87d04bb0d2b92c6cf60596934b9c13b
MD5 32f9e1ecceefd57b7296f060f3a482ff
BLAKE2b-256 47c4fdfd82d76b717811450ad88c1de517550aa3ffeeae861f768da2f8dde36e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e1dae98afcef96ed1704c85974619e979bd5d10b259103b5ac3b38c2b0872c08
MD5 d74f2099f54a9e06677edd751c904ea0
BLAKE2b-256 5d7c6e38ebc275a5f4d8a3f5f3fff6502c33e4b8ee27555f10eed507af186d96

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d8a80a69cc04405ecb7d548188ab3a26d20bac726e39206d7407410a339b7d49
MD5 3b9cea4baf2305bc7ec7436c49e6100c
BLAKE2b-256 54617ada3899d418118344cb77381aa779935344bfa5f8582cd07c9c0df056dc

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e4afbbea23760a9d4b9a655df8d802b29929c315719ae5baf547deeb37173b89
MD5 7fb3cae5f5a0291d45bfc3421e770e55
BLAKE2b-256 492e242df2649439ed48a3eab7d6c735665a85c1b091b6022f3c1cdc137764a8

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9a144f86239d6df17c1bfd73497b3106dfcbe01c13be6768057f3e8e5c65a9f0
MD5 9bcbfecbf8e7d6539613c854146c2a8f
BLAKE2b-256 d4e22e16f18d0de64dc486d17f55ee83692c80c4a765526bf99a6ecf4fc65968

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.12.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 443.6 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.12.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1a563da6f66a795f370eefabf1e71666609af55eae7a469445954e724eb807a5
MD5 05e3b3b61c0c36911988e0978b60dac4
BLAKE2b-256 afd62949e1b60c297e20350535acc01516cd4e45f7f8993a2520ac57df86781d

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.12.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0e9aed571bd58617c0d1e582368de9eef965f8a30a25bd7382e05c7ed799bda6
MD5 651b87824e4e45312587a54c3c39c4f1
BLAKE2b-256 eb0dd9e07066740508632c5fcef802431f18bf68aa3d0217fe180cc3a6c91f61

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.12.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9147b52556094e680646b48129bc394e0972e0055826be5bcbbb466df41f2f2c
MD5 876c187c57239d60cad44a88d151add7
BLAKE2b-256 35e905edad5357b2bb854380644fb160d7524497036cdad24a8d3f002f81cda2

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e68f4402af8e36e2bd9e852a87064615278f9e9f1e2f3b2478ea3be0fe5a139
MD5 695dec131cd30065e8f785a20077ff56
BLAKE2b-256 b5e61a50a0b9ccbca6f8081b22d3539f9be7eaabb54e9456f168dcf80dad51a6

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53a1bc17947e023b2a1ba308ceda1c406e6077abf7177ca79a310f9af28c456d
MD5 329c915d083fd47a217dd62daf384d62
BLAKE2b-256 436467390ca9e55806c088a51145f7edb1d184984064afc663005b76f3493b7b

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a497192d99c3113f55bff40abb5f335d754523f6c7a13ac7fd85965476289cd1
MD5 2c6f42a2f1bbce80b55620c026e6359f
BLAKE2b-256 6987433ef3f4ecb607cac209fedd99d21084aa9964aed381e428859b9fb1ef10

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7f950c85642552c2b49c96003695dccca0f19490406e7baf83025a0667b36ba9
MD5 7c9da1d77b337afb2a22bc7cdbd8b7b7
BLAKE2b-256 3e0c313bc93486faedf25067e8b7e04eebcda28f359c371940eba8a7e0898064

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 766a165d4bcc01c98e1f0abea73751456499c39fda31af26350c0cba3fbb4f4c
MD5 26d881a6b5277e814175fd4b7bd6b33a
BLAKE2b-256 f7e3f3aab8d1c7d46015cf40361c583f039c4d7c6255ef7f3e0498596864daf3

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c44bbea6213867d3aa3b284e688118ac5d4dd58f3c4dc6cfe56ecd83de071ba0
MD5 7b70038e7cb47f11430c22660953bf4d
BLAKE2b-256 c776c25092fd9319b682c2b214a80a86ae585d397f684079c85a257ecc46774f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.12.2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 443.6 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.12.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 0639bebb58d5da1bd4816f1bcaa1bcee2de641c4098003f8fa71911d1d58f23c
MD5 54cfbeb3fa3adddec171b9804e2f8e4e
BLAKE2b-256 b5dbcd8b96c60c53970c0500fb27c6b174301f83afed15a29133208356a19fe6

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.12.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ede837a18430e4f5bd32d88b992164c241b5c82b2c29800d27bc4f98b3e22989
MD5 d9f7bdb8e601283a2d71f938c5af741e
BLAKE2b-256 11ee30546c35213d4a6d23312b98d601243bc4ea3f439bf52c167a7a4a8b597e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.12.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e1786380dba99d220e971838c4644be4743ae76e7cbbe32e4af610ba6ea1d195
MD5 95e15ebca7a95c4a2c91ec03d53df62d
BLAKE2b-256 8cfd42382b0a020cd47e900baef4a8f7c75c1faa75f2c468938e91cec55ee4cc

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 969a52bc168af9b940aebaf98feaaef545ecba83a71d685d18b1a750c4efdde6
MD5 0c27287211192212f7b12367fd152ace
BLAKE2b-256 69d8a9031db12f37d30e230c80d9d35072e198ac77a4ababaad4f6cb6b86dac0

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 52e4b423fbbe5c70f864f622c435b936e9aad1aaf1b7557ea0dc84970fec20ac
MD5 163b0fc65eb5d27d9404b18edeaa93f3
BLAKE2b-256 6941133bd50306a0b97ab1852155fd878a794c2fa56b70fd61852be7afcd19bc

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8e11f1a5b01d172779a26a8e30eed7c353ec93d059e95e89c2408f588423caec
MD5 9c96edaf2e7bc23e7a0bff66b07e3a4b
BLAKE2b-256 22b7fc23ce1931a43952e48987e0c438ff96160b52c7abfe8c7845ac2eb53aa3

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c7dfb165208173129722c0cff3ab4149f8ab94e869f077bba57f2c271f992d42
MD5 24d9322d74fd1444b8c44dbc554e0a08
BLAKE2b-256 c9e11204cc8117bef7a0b8e821afeb69762069c2ec18900eba3de951110ae1d1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4381bbc85624b6def95b8dbb73c34769cddb3b8705104dfcf2ac34ff151621cb
MD5 23ca08d1efd3801e56fe2fc0492b60ac
BLAKE2b-256 3760d5d36e65bf24023b8f3c634e7a198f82654ff61a604a937c41c71368ed8c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.12.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 264dcdffb3824b89da0e111fb4874bebbfe4f9be6834fe9b0ff582f6623062cd
MD5 3c0db7d6eb50ee3a81f52c0536b099c8
BLAKE2b-256 b69e29bcca0a378ea96bf760a3cd4870f2987e3923c78ff0f3bf856a334ff7d6

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

Supported by

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