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.14.0.tar.gz (1.5 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.14.0-pp311-pypy311_pp73-win_amd64.whl (445.0 kB view details)

Uploaded PyPyWindows x86-64

prismatoid-0.14.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ x86-64

prismatoid-0.14.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ ARM64

prismatoid-0.14.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl (219.2 kB view details)

Uploaded PyPymacOS 15.0+ x86-64

prismatoid-0.14.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl (118.7 kB view details)

Uploaded PyPymacOS 15.0+ ARM64

prismatoid-0.14.0-cp314-cp314t-win_arm64.whl (457.9 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.14.0-cp314-cp314t-win_amd64.whl (457.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.14.0-cp314-cp314t-win32.whl (457.9 kB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.14.0-cp314-cp314t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.14.0-cp314-cp314t-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.14.0-cp314-cp314t-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.14.0-cp314-cp314t-macosx_15_0_x86_64.whl (219.2 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.14.0-cp314-cp314t-macosx_15_0_arm64.whl (118.7 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.14.0-cp314-cp314-win_arm64.whl (457.9 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.14.0-cp314-cp314-win_amd64.whl (457.9 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.14.0-cp314-cp314-win32.whl (457.9 kB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.14.0-cp314-cp314-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.14.0-cp314-cp314-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.14.0-cp314-cp314-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.14.0-cp314-cp314-macosx_15_0_x86_64.whl (219.2 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.14.0-cp314-cp314-macosx_15_0_arm64.whl (118.7 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.14.0-cp314-cp314-android_30_x86_64.whl (816.9 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.14.0-cp314-cp314-android_30_arm64_v8a.whl (731.7 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.14.0-cp313-cp313t-win_arm64.whl (445.0 kB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.14.0-cp313-cp313t-win_amd64.whl (445.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.14.0-cp313-cp313t-win32.whl (445.0 kB view details)

Uploaded CPython 3.13tWindows x86

prismatoid-0.14.0-cp313-cp313t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.14.0-cp313-cp313t-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.14.0-cp313-cp313t-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.14.0-cp313-cp313t-macosx_15_0_x86_64.whl (219.2 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.14.0-cp313-cp313t-macosx_15_0_arm64.whl (118.7 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.14.0-cp313-cp313-win_arm64.whl (445.0 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.14.0-cp313-cp313-win_amd64.whl (445.0 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.14.0-cp313-cp313-win32.whl (445.0 kB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.14.0-cp313-cp313-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.14.0-cp313-cp313-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.14.0-cp313-cp313-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.14.0-cp313-cp313-macosx_15_0_x86_64.whl (219.2 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.14.0-cp313-cp313-macosx_15_0_arm64.whl (118.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.14.0-cp313-cp313-android_30_x86_64.whl (816.9 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.14.0-cp313-cp313-android_30_arm64_v8a.whl (731.7 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.14.0-cp312-cp312-win_arm64.whl (445.0 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.14.0-cp312-cp312-win_amd64.whl (445.0 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.14.0-cp312-cp312-win32.whl (445.0 kB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.14.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.14.0-cp312-cp312-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.14.0-cp312-cp312-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.14.0-cp312-cp312-macosx_15_0_x86_64.whl (219.2 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.14.0-cp312-cp312-macosx_15_0_arm64.whl (118.7 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.14.0-cp311-cp311-win_arm64.whl (445.0 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.14.0-cp311-cp311-win_amd64.whl (445.0 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.14.0-cp311-cp311-win32.whl (445.0 kB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.14.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.14.0-cp311-cp311-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.14.0-cp311-cp311-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.14.0-cp311-cp311-macosx_15_0_x86_64.whl (219.2 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.14.0-cp311-cp311-macosx_15_0_arm64.whl (118.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.14.0-cp310-cp310-win_arm64.whl (445.0 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.14.0-cp310-cp310-win_amd64.whl (445.0 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.14.0-cp310-cp310-win32.whl (445.0 kB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.14.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.14.0-cp310-cp310-manylinux_2_34_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.14.0-cp310-cp310-manylinux_2_34_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.14.0-cp310-cp310-macosx_15_0_x86_64.whl (219.2 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.14.0-cp310-cp310-macosx_15_0_arm64.whl (118.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.14.0.tar.gz
Algorithm Hash digest
SHA256 857ed6d0bbda375c5cc7e579e62cfb09983e2d0cbbe367afaeb0ead7e790762b
MD5 d2a9c3e1393b1498ac62100cc1a2325e
BLAKE2b-256 59c2969615ec1ae5bef47a721fe9d97879e00df1f0c452f269bef21df9132140

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a20c65647f806e413757eeb9c2462ef615c0032751ba542694e81b424b4e6193
MD5 2f71f415b6cf0cc67b7c8ff81e58fba8
BLAKE2b-256 4181522329bfc462955d4c498b581b65b1ebaa0a2e913371e686b832fd296c19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 db6190c48ebccde122f9f581d36d8d7c6b941d7a898fc9075dd6eec0c604fe5a
MD5 53a6b14eb5e5fbe36f935e5956c2e22b
BLAKE2b-256 bd6f7f737d2944deb42a191e015affc4d07d5748ef220e4ff22efc1bcfdd76e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8418c1a6a1b9ab0f5c31cccaeea1af655e7fedc0c21dd35667ed11f71d25f32b
MD5 10bd3ec18fe2a26ae20dfe568ed1a552
BLAKE2b-256 e220410568e0aa10ef2b431cbaa207a4742868123b1890e394e6dd9fc0b0ccf3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 22208976a5ffc966403a9954fa9977a102a389b408d31b1503b0f522172afec3
MD5 2a7f30dcf9d02d690a97420bc6b23c2c
BLAKE2b-256 b7c21a05332d1acde132cbb883d428002ef2e8b628bb69b69ee22e9e489673e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5283200566f911c14dcaf377aad4b175f6a238b3bc32aca2fb3d8f44d69bd424
MD5 f7e1ba04e202e486b976a9fd4b665765
BLAKE2b-256 1bcf1badd1ab96a042eb35c55f0e4521853f547853e3ca5ffb031b394637078d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 220a0205c8dd4e571f11109890db5f04d607a13448339dabdf6326c2213eefa7
MD5 858c45c05646b7a88bb0119105a13ef0
BLAKE2b-256 a41e0ffc6cdfc1d8bb6a835d699cce2e3f1c6cb642ae2949b4fb8248036a702e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e0d8d965e325d16f90202e55bcb0be50c2260600a5371ba4cb6aea8b776279a3
MD5 59c2a26c0fe5d9e93c11d02d36f0c5e2
BLAKE2b-256 3c9e5806a0df9ec4d3f748fd1b94d1dddf6efce7e50a612e5c43ba9a51684e03

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 457.9 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.14.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 1657653534af0644364dc0fa7e990ffc898ac7b8fd9f0bd918be554bb2c35bdd
MD5 b7de0f720386a9490b5860bac157b456
BLAKE2b-256 bf4dc576b249461739e4fcf5dced86a75bc7d46256f0368f698e35219cd548f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 234b4554359a08111afb008c91c3c2b8ac4d91c221550a47492fee864d21dc6e
MD5 23655636b065e732b14c2bce49336c0d
BLAKE2b-256 8624bc7c57a96a53458cdd5ffddf263981fc5425f02973e7369a7f2dbd4d9bb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aeb3747e45480a1fd3fb2c47510e6d8e90d81ae097763dd761c491f25bd4ea43
MD5 14a2be09e1767344024a6c8c13f90566
BLAKE2b-256 1b79270b221afb3a4ba865f80af87c22a08e802a275c97b991e9534409898a21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f34c62c5b7db2690a63daa47ee270ac2fd7060282613ce2bf9db88c829392746
MD5 53455b285689ba6081d01dbdf0a1a98a
BLAKE2b-256 f5ecf18e892d4226bf6d7e5b9b573ffcbca0a48ebd6d012a79728cf82b8f97c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d9e2a847e951dec9023169dc26bdb2d14aae948f5cbcaeb7430a24a18c83305c
MD5 e5af0064daf8a9e47b7b4f8d8edf2494
BLAKE2b-256 91b4acdb30be9da4c5b0a19e2f7e50642a4e99bb5526870587fdca5e462856fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c8326746f948d34c7b2ee00d4c54db8d158ce8695af120596c0af3a4c442a726
MD5 45cd17c3852bb55469cf1668a64ea7f6
BLAKE2b-256 b626c59d3ca2321b2197ac98f202d9a391e84a90c6c02f56f1583df6be7eba06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ec8c5a35117dbe5869ae1c19364c5cd7caf526da21b19191195235dc851c6b98
MD5 b91c7241b4394fdf69ed081a0d37bcea
BLAKE2b-256 b8a379c470e20968d5a04b9bda4df66354090768c1b904259b010d23192f9778

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0183395e8fd8ec2d4ba7e383a2b9548eb0e59e5b3327094b6ace2ff52aacbd5f
MD5 d57e926de3b1d538b2b9516db553f144
BLAKE2b-256 a8496931bf888e49ae598459fed7527552ba718b8f0abdc8c58f4464df890f1c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 457.9 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.14.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a5aea704627e22caf80c5901cb8e1397f2acf36e77b71a8608a0e7215b7fb485
MD5 83b2e62dbaef75a4b8caba88f27aabe0
BLAKE2b-256 c4adc19c20df6a638855a796cec334493191a39b4fdc9134225b3664980820e1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 457.9 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.14.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 4029d091a5fe0562fbff74261bb67f36468ca42214fc4c519957cd7672f6bdf6
MD5 852bf5f0f6b490b1954d31d5555103d8
BLAKE2b-256 e01c9638369caf9a6e7f2f269da41ac31c2ad7c1a18f2312967ff158d070b265

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3af7d0b541d9e234d0d48a149390ce706667e609c7ec421e0ce3ebeb21429539
MD5 1535c2e896b78a6030a8f63a8d49e678
BLAKE2b-256 43dea45b3f10a1224050e6d502826955e7341388d3e78543142a26755efeb8c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6395de3752f5314dec3732b88b94ece759f6d72a5eab4d3cfa5d51742f9b04b
MD5 77006d689cc46d9d1e96a72cf8d481a0
BLAKE2b-256 eadc0fd595ef449be05665c52f396074d8fb394267ae753720988c690be3664e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a4e1d09e297357ec74999a94ddd7904d0ca22b9d7e0a511c64593ae358b3f4d2
MD5 4d302bb297f8f203a075adf13b1f6f38
BLAKE2b-256 b41b0a9e2629d0d07eba30452101df96c3e7d03a4980cb13c81fa10d664c5415

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4e442159fdb0680872b638755b4353d5a12a5d9bf3c37d1e7c1f6a315ea575f3
MD5 3c341d45b85345bd50ebb84c6ce25a24
BLAKE2b-256 68ca8e97761ae94765d40b0e6829ae14f31e331e9352ad259018466229968a7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ec695ad7486a67ce224bf5d0d047f2335a3998cbe42df48feff6a156debf8478
MD5 459c48200f4a372326354b1d8561d183
BLAKE2b-256 e8d5e2fdac77e0751e30fc52d8d0ee7682f288f8b184d11fe51ea12dba66ff37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 547f87e4cebbbb2952a345881a60a6b4f9db23933bfda27a3a8908debec2bdec
MD5 b6d1ca402c642bff28c29937da1791bf
BLAKE2b-256 e9f7215af3854422ecfa02d5b6e6451c123bfe2d41bb620e25bbab3656e18901

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 623277645400db6ba72200ef0d1afb33d82d99ce6478cc298bf8e41ed7a0721d
MD5 b8a567559e785759d3538ff7d7342bce
BLAKE2b-256 1adc03835dda1b65b6afb26c6ada965a06b536ea515c36613c8276149d98a850

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 86468c45f0404fe761683009c85111ac504a151deedf1a5175c9470c28fe379f
MD5 19f63753a0edcf9e464352be4713f44e
BLAKE2b-256 827be7be7ca94366fafe56b99384d0d0bfd8845578e0db39b279e3eb31244f69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 a183495873f5265eb1be4fec0c3600d6ce6e99b7aba1351189dee481e28bf084
MD5 bbf6375d16e238d12baf3e62b43f433e
BLAKE2b-256 0029a232af1a56431a50b46aff723f087ddde1d876cb566690c25a76d1504d86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 9b49e50b3320daa6f2d52be3e236a4dc4aa9be4de7a46356d8d72be742278b5c
MD5 26c180258f8819dd67ff3ed2d06ec1ea
BLAKE2b-256 253e12eed22ed160ad6f53ebc66d239cf00ebe4a421233f05f9d1f04f1451038

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 445.0 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.14.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 869bc20720c3925429814b4725d2de27eb8fe0b924492cbf18a8f3c801329cda
MD5 6d8d6f8c7ec81ecfc1cb72a149fa82d4
BLAKE2b-256 b3432498ac51d2b39d3d2b52b3e3af6c77e68669842eb767c61ef0c9e1cc896b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77a3ab58c54491609e3bda4fe5c601569744ecb5bf0393431e82eb513d96cf26
MD5 ad6bb8791a40fec77c78a2a4c37af50f
BLAKE2b-256 67d7f1138bb31a065be8719e703568b8f399e164bf2d3bcd5cd0cfc35df31693

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a2787d292bfeef2542f627ee40fad44fcb44320e47eac02d354269d6aa5d286
MD5 5a340a4ebcbdc107f5581a8596096001
BLAKE2b-256 31f307ba8fa0e12b00c5432a9eeca4e2586ae2a98852fb5cb0b0b4fe1acb0b3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 819ed004ef371323ffbd7cb40db53634d9c1ded6084bb47eca9524a45cb7acec
MD5 7ea13b13dfdff895d3e334f0cee050c8
BLAKE2b-256 51750c2def1b46bb78b425b4cfc37c163281faba8f21034b78632e8b226af817

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 cc9919a1c24b622073ede987572d6b88533090e3464ceffd15da046054ebd8b9
MD5 c6fd51e92cbc1a1ac1d74ee48c192512
BLAKE2b-256 b937eafabba5c60c8b27ec557ed11227ebcc1e9c08bf5eb4080aef209c85466d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e1349d596e65e332366474ef0560977cf14a385d6c82a0fe9197e385761d8ff0
MD5 02ae9f339481907079c8a076becaa70f
BLAKE2b-256 4a59ed98089381c445727762a15902b30439b29ca498b8b334081a5039339e06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8c6afe7833b3c9bf844926ce5fe838643d790114410c504bc06be0754a2c587c
MD5 206ef8efa3a3e6eb187f03bebde38546
BLAKE2b-256 0e5b6035451ce9414529687681233ae184fc0bae04289b8dbcddb2ea429e31e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 042a9b30821b25d86634f3bafa6dd2e24fd078efd5eaf19f965b09b06fe59f35
MD5 9c63b676e38e062a53262bbb36b40910
BLAKE2b-256 541523a53ff0fcefe950b88e90f51d5555a1057a23428a4d67e56df45193f8dc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 445.0 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.14.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7f0bf48010c6e68f4e6823f0d90f4515e30f926a1fd9ba10d2570121db542ed3
MD5 6a16afbc06f085ae3c400939c1ae4c5b
BLAKE2b-256 5fe52eebdedd82893ee67c09c36268fea8642fe806391313aba867ab44935f58

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 445.0 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.14.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 da5b8ac5f8713a70fd049c72732e06accfd2547f9a7f61393ea680223d857799
MD5 dc5c8960d6d6ea497e941eba37b65c70
BLAKE2b-256 bfe4665999f546fe7898b51b86e1eef7f7fd3ed5888b67f8406ecb29eeddec40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c05c75dfcde7269ef631d5a3b45e810d274a2fd41d9ecef93822157095a2765e
MD5 b4e4b468240a1e82f83002674b13843f
BLAKE2b-256 cb197514e47a97aba501f1993b3298a88651471a90bec9738b382c3b327c68e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aaa1640d60f7b3232eff600353d158d8e58122e3724ae5107a4a054da01209cb
MD5 b48fa9bf70e11e4eeb251cd019063d9d
BLAKE2b-256 e33703dbcef0fdb88020413074409f8ce55797cedc1165eac1ed15cdc8ee0d00

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c74ab9e79e6038d87ab4d2e1f6693e459653ae9c5035c5a026b88a9a8d0b17ff
MD5 4210b89639c2d1527126226301e8b3a5
BLAKE2b-256 3fba460a8195276fda98076aa4a7dc1e65091cd0102ae6597f7b9b64ad5a79da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2891dd6c03441671eed7381cfd511b392884a718e0e84605a8f152bc3990c77f
MD5 835dbc6e62db3e4f938d8748034e82ae
BLAKE2b-256 e8755162a0146a6d81ddf8b7849a207e1442f3160fdba64ae210078fa0951dc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 177ed0ad7b23860b4eb8066294a6be233314d36c98c3ad160e0175c2cb8fc15f
MD5 cf1d145cac7fd92885046e881440a212
BLAKE2b-256 22b3f24bb9d0716982d6bdee6f7b652d072e93ae3483c722f45f68efa367c98f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 49a50ffbf46c841ac6d3c614aafefcc3eeb7f95fade148893cdd5582c2c1f705
MD5 6a9ed454e4d300f8d13a321a1dfdc8e2
BLAKE2b-256 2e1e17e2e369b35ca77d25f5b15a70f928a2c22e194974a128c4b7b960ec395d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 68412df414de408761c8e80e3fdd3cfff91993afbcf9a9c9bacf16dfe36bd84f
MD5 7697fc7e46be26e462af47949b52001c
BLAKE2b-256 e7307a36f6c9f8c1525ddb5c9734d4de785847af0f0e5f1d4e761c1fb043f79e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 d7f4987a5257eb25f0075bc56082f5f119d8cca6561f1d0cf90dac0be746c599
MD5 cf8bfbce4ea6b449f171ca59e741bc58
BLAKE2b-256 df4a798828ba05cb0ab5219096e855e6f0824aafdf298c90d8b3cd88431db15d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 234e9fb8444be23b87f2e61eaf7fb80950a33e3e571de94ecc784ec44fcab9e0
MD5 587f145ad2e1ddd83b75cacdbe466ccf
BLAKE2b-256 f0bd42c50ec66ee496b5cc0cecfdcdee590fb2de8a27ce8231e84af46ec280c9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 445.0 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.14.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aafd31d88fb09b0e338065d955582f1923625e2a96138d98f16b04a7462fa024
MD5 190a7380f779aff70d81a810cb227de1
BLAKE2b-256 fd1b79c1904042954be2d8a4aecedb516c8832dd7bbaa5308420e889791f6e05

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 445.0 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.14.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4fe85dfa8540266aa4c8e29bf1d3ae30c66ae12521b2ed4784a63995c2b53e89
MD5 ef3831734ee68f6421062d5ef6680a04
BLAKE2b-256 4f2a6364d9ebd1b5690aa5cc01d1919aabbc3dc3c0af5d14c9a4446f4a3e4ea8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d708655fe085eba7f7bb367ae3652b708c4f84ac17b6368c103df932af71e27f
MD5 f6f8f2f44703ece61a086f9f75faac53
BLAKE2b-256 9ce3fcd1d8969aebb8ad592209ccc3b98546ae31d41f3793eb2c2a08d1a173f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba26d700989652a96110f1eb2a98c446d49494aa2c2613dc6c80c84ab0274749
MD5 61b5fa01150d06bd28ce289fca8ab93d
BLAKE2b-256 e051d031b40b14a08255113b633fcd9e885e063f830871b7ba4f79bc336a6fe7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8ed79f4d06511d07f99e8ba329786af625ecc1c73d6a4c0a2dd60bf518d7c522
MD5 4cc5b1b85638756f926503bc2c2d67d7
BLAKE2b-256 d9ee7fb6ed3b5aaf6293bb9a624482e3dd0b76a543b34c3d0c1e0680ed7d680c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3d5c1f6564ffaf533ef3b803dd6642e2dd45e97007219d5e409dfbe82875e965
MD5 b8fce8bd0bd5883ea407054cae2eafcd
BLAKE2b-256 e6c6f2c3cf2f71e24091c9992ac7f02560bbaf95db4c5d8ff98ed22a1e7295b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 16d69ea107b1ee3a86e9dc2d37f058976416cb7a2a4d959751e1afaf8d557c15
MD5 e6afc11abd2c9d713404915a17c532ce
BLAKE2b-256 13f55228a564f49639ff3c95eca832aed9d9c4761ef868269d60e668e94342bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b37d792affcd553e82d2f984c055d24883f9cd52384b04b544fe93fdba39d90d
MD5 217c638f3f3b15b8939aa1d3dd4833a0
BLAKE2b-256 6e1d889d0535e4ad078bc9fc6a32aaab5e8b557f205c69b8ef4c74dc99a7dfbc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c4be6e3be8cb65d2a86315994c585645a4acb881cabe7c310eb886127459c39c
MD5 237c67fb6d971f417eb0a2247ffa69c6
BLAKE2b-256 f5d57af6fb128e6a8a976114cd1fb4e5ebf572743ffb81ccc1738e6a693d691c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 445.0 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.14.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d107721f9877b91d1ba6c659d0eafa04305edb8fa9fd00e0274620ad2e046c30
MD5 5fbe72bd7cd60f3a1a97cfe277bbc055
BLAKE2b-256 3f09caad51cd07ce323339a03cc870c6779b5c050274fd18af870ffb55f71322

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 445.0 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.14.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ac4ed61338126cb1c32d2c32d77f7b93ceb31d906cf28948b9dffd296bb902ad
MD5 8086dba0057ca1e686223b0f02ec262d
BLAKE2b-256 e409fcda2ba50813cf2d4ccc4407ec970283ca34a0a5e7c68d060833625ade2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a964d528a43a6c71bbc9bf12b85e0071c879b77141101ffeddbab02d3fd2b2e
MD5 7f7974aea0b8c53a857566c3ab3940a2
BLAKE2b-256 8cffacde4a7337fadafe6f456c370031829635006897c7a46c6825bc260b8a4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f7fa66c1b157c4fd4e7682cbea4bf1eec58d15e333fdb63992dfac27a0682af
MD5 ade59701a79b0b69e9f2de4472af6f33
BLAKE2b-256 6593bd6d10f4e367a80361ef2f09c6274c8a5292fdec8a9770a63f44239edb56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5f5b35666a6b10925deefd752ba1b498a2e77081d20f58cd799a3de4c5065cc8
MD5 e1b9f1c01c6bd0663d11ec70c519c862
BLAKE2b-256 0bc3d5e518524004251027ec9936c3b9b57c5f2931768a7967f053c7ae368c0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8b2aaddc0950e4437e66f6739dbccd7dbef2cc4307b2c2c023d0756ca062bb4b
MD5 7dbb561ac51716db9ce01bc4396ba330
BLAKE2b-256 e1b8b7dfe7d5823f15c2865e6394d89d3ea870b7fb8aaabc811c985deeed4132

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 19383fe2984cd077612d6cf76613d25e84bc1f3a6b8fe61ecb907f38f9253288
MD5 2e300c2ce75af55c92e500e19e590025
BLAKE2b-256 a35268d93e33a94f4d13f545fcc3ce4494cf38e7cc607a3d6d7a5efdf43bfc62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 06b467921c2b5d4e40140c72b0e38f57dadceab76b23a9aea728ade595445d5f
MD5 0c8f09c4f90e684b94764ec183a8958d
BLAKE2b-256 ff1f14ba13e85cac4e0b89791aff8f522c7bd3c5cc1886cf354723c814b15dd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4e3f2580187f2c631910b2aae30cbdeacfd7230b2a334434b6d260d01f54175a
MD5 14c24717ef0f99911d61ae44626fc536
BLAKE2b-256 ccf1832dad346173efe035869fbdb8e3125eb021d8827b17e19c5790ed0789cd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 445.0 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.14.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ae4163aec5b6ee7626ab775e2535c15a7000062072575aac48561adf6a351000
MD5 e3a879b86f51e202c3b0de6c097a8573
BLAKE2b-256 8ad310eec139bb94f061a11d61f40f1b0783c288e5a5ec46abe7980523d6ae3c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 445.0 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.14.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1eb9ec38362afab4c9bf5d8fc0051b0c1afd89a63d3ed3faa482d529ca2ecf8e
MD5 0b1537c539d32a7707ca5fbd98032ad8
BLAKE2b-256 5c503eb98f94529ffc23be72177fb05f9dc57a7a3d416f81ad92232392c619bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3dd286a6b919d3b81f9009021470406c8816ac3c696f54b5f6f9a79efb72207
MD5 f7df6ae05f2caaf046700edbe924d6a9
BLAKE2b-256 9772fa4f8a92988254f808aee33be1525d19615901f68f0fddef98bfd82503be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de7a2d9d098db23653fa909aa21a12333727e9d0d0af6f698d63aa9ff41421b4
MD5 b1c19de90ee81b41b347d32ef26e281e
BLAKE2b-256 7ef5e4702975419338ac84d7f0a80fabef48dd6acc19dc2f5f0e70d2d2c90a02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7616682c2b0d1c2ea3c326890389bad0d14c27c980c745624a33e6ba8ad19e00
MD5 fca52708a165539a396af14c48c03b55
BLAKE2b-256 d88aee120b374921718b4baab3bc6378c4758ecd4100ce021438a7b9fff75415

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 5805b8761ee69ad166e69cc9c194f3cac8607fecad9d5cd70e758a9dd3c577cc
MD5 11307f499049b3f1fca45b57d0a55f7d
BLAKE2b-256 f3974c90c66dd8c3983b6903e0e9f15a68d78016d5b9545921e9e08320f72a26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 62aeefa3d8e372b1e0ad3b6226d05d6e75899e2029234f108320588f6a7626ce
MD5 336ca0fa2e9f2c6ee84f91527a465947
BLAKE2b-256 2ea9256f52dfc79fec7e19d2e156457ddf890db48b4b8aa226cf2f8a658c29c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cf049ce4951e3a37a25e264dc2be5bc288e9343572103805059e532c124c4de5
MD5 61766d48b6eb06566be93ef19326a2f9
BLAKE2b-256 595c1b705db44fa4cb06c03ac0b030e2e3f582f3175763e985fe5d8e6785aab0

See more details on using hashes here.

Provenance

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