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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ ARM64

prismatoid-0.14.1-pp311-pypy311_pp73-macosx_15_0_x86_64.whl (219.1 kB view details)

Uploaded PyPymacOS 15.0+ x86-64

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

Uploaded PyPymacOS 15.0+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.14.1-cp314-cp314t-macosx_15_0_x86_64.whl (219.1 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.14.1-cp314-cp314-macosx_15_0_x86_64.whl (219.1 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.14.1-cp313-cp313t-macosx_15_0_x86_64.whl (219.1 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

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

Uploaded CPython 3.13tmacOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.14.1-cp313-cp313-macosx_15_0_x86_64.whl (219.1 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.13

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.14.1-cp312-cp312-macosx_15_0_x86_64.whl (219.1 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.14.1-cp311-cp311-macosx_15_0_x86_64.whl (219.1 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.14.1-cp310-cp310-macosx_15_0_x86_64.whl (219.1 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

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

File metadata

  • Download URL: prismatoid-0.14.1.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.1.tar.gz
Algorithm Hash digest
SHA256 12df04c84bef08f5f28d4967d814765457524adc97e41af1f7c8b6b1c78ad1d4
MD5 2cc4055e3e501b80e67856dd1778c168
BLAKE2b-256 e36053a8f12c6349a8e22580e5b70b1e9a44ddf19d47d78251a47c26c57fedb7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0c59b59d74ccab7d22da4a1b5fce8fb0ea6596e9841dd084047150ef7abf4ac7
MD5 069653d5356b56060ff831949e816398
BLAKE2b-256 c273524ee5e75c83d0279add829f7605b7bde17625f9f9a4bc061421d01a06eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ba25947c0af1d2781c0e504b0584baab2caae583f750d83190b3ce6b49593197
MD5 06c88aa31f20365e54f5e6ff338e60e8
BLAKE2b-256 c0d8f34e31eb9b8bb151abe47fe6234f8b8edd801d36a25acde78976f267dbc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 bb70483ed1b232fde680e8fc52c0bd5fc443057ebcabde6a369fe8e2cb58f0c2
MD5 b5da041456112e4f8238849edb38ea0d
BLAKE2b-256 6bc1d553daa3b91aa2522302330fb8072a28009e67cb6d57eff982383bec9b3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 41ee6e389ce207b02832483312b9ad0df6081b35fc36baf736e966c153db5f39
MD5 498fa16b2d8a490c89ac48fbe3b1c8c2
BLAKE2b-256 f365c21e801e5d3f6c2b57549aff4eecc02e814bbac775d091ca30da054fd17d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 146ffe858d498653108ee37576cf3af8ab69bd7eacf0f676d59b7468f61f7f4f
MD5 4e8a625158ad75cee271110d338d5adb
BLAKE2b-256 3704c5005a5ba04b1b557bd60354c33a1e204b362d14e861c42b449d0d205f49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 68bc016dba73ab5c03556136a67cd7ff0348ed1e5f7ea16143f615412727a07d
MD5 f09401a9c4641e3dd288665e414d0dfd
BLAKE2b-256 7a1c1d1cbea6fbc00ab9bacf82872513b0c27bca6a0d862c6b7402f4717b6226

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1d89c72dcaefec1b1e3ae54e70235396e272df89732619a24017f4c0c395ca8d
MD5 ae7ec5919542df4a38cb4f8a317efde3
BLAKE2b-256 706fb17fc1e51557220ec79c3b898dd2d79250c5293b46105a32525f791046cf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 13086c6add24f77f1b5bba02a12aacc934908c6ba67d2bcec873fcc116a550fb
MD5 a11ea0d8567066c022194c1eb07c9116
BLAKE2b-256 3e4ca0a0adda8544aabd55f668afacc5a42a9983f5e364fbda36ed6fed8ad58d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 abe14dc6b47d563750296f6f58e3a3193a60f83540d50942c24d74ec9733548a
MD5 d069a9d956270fae4db41597ad4bd16b
BLAKE2b-256 d6a698b1d11a464e79f4fb92936483dad99bb4f7f43b514dca4e215853bee1b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac4cf818d88ec542af06f3e18ef713d9a706fd2121a8465498994a665b7c9f31
MD5 cb6ff86f054790410dcb65484002ff7b
BLAKE2b-256 c54814654e40c8505b0b8f3bbea171c7bef59107b578e7c88fb906507d4e0590

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ffb17e725be8261670794636370cd31e3707faabb132335688f27968d75a5a38
MD5 755fc85714087f5bf91d0926a4f7c97d
BLAKE2b-256 40b164a9f11e49a640ca1f4bc4ee493a7b3d60476cbec335be946f7e3e74466d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d37c4428a901ba61b90cb7b9249b7162e7948db0c284ed0d75657c4c362072bd
MD5 c5cbac5408e687039936c3aa90354b6c
BLAKE2b-256 f5fa9512fa1008563dbd6c3e56af8cff20c5fbfc0ba4d9f7376b9cbebc979b38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a30c920ba7cd8f7d1276616219f3886bf4c5a86494babdd7abb6992a368b1d45
MD5 940f59402183c9bd30bb1d8292b4ffa2
BLAKE2b-256 f3751ad67aa8ee0e8102e50a49e43afce76a96d65b8762fa3177f1f5f4c452cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 aa794ac85f7c3e13a19a7b4acd7f3fce74e638ee97674405674f157db736578c
MD5 e7a93190c0b9b0acbe5d39cec379977f
BLAKE2b-256 b70bfee5158fab895b1c7bbd9d55ee2f118c52bee6b708a104f48c4cef557259

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1b3bcd7e1281e7083ee196bd9243a8363e6f6b140dff29a0531aec0d61031b66
MD5 30da07691eb5b620fcee559c4f1d4795
BLAKE2b-256 8f6c9e2511f41c9dad0789b4377e64cf6d8f10ec6853fe5dc7a2f992aff1de1c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0ea00cd00c4451095cff14323348b766d336c1ce2318052cf528a486019d6219
MD5 9386b6a1099d624a938e2bed9a711162
BLAKE2b-256 20c6113f7c361f1216fc9cb6e22df87a2df9ed4747b4ea5719ec8450bf2d5afa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e1bfeede6b549ae4c8ee78a4b6446e34108b85d14524d7d52983aa52bb1190d2
MD5 73238745e4eb7899cf9ac39e2a3c74f8
BLAKE2b-256 daee908eae0a852584f823a43736a75df86a9083030f90a4781e9d035e72b83c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb97be282597accdc5a6349d210761752e83046d219e46f22ed5b11681790562
MD5 6ccb2496a41f1e84e6ec34625e32a12f
BLAKE2b-256 90910ca911cc84f64beff05949e6b395914b5d995b57bb44b7020ccdcf2947f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eeed356e82b981dc4574551d56cc9b8e28a368fffcdd120d2d79e23a3044a805
MD5 1198f2845ad9931347a3d93f717e9c4f
BLAKE2b-256 ef828f59490cc20397e0af52b89acdeb6597a684d9361cda2abc894d156196d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 02588a7d537094a0bf9dc2195317adc98def9b3df789723cbd6097525b78dba5
MD5 33817db639d1f09f5a417132b48c139c
BLAKE2b-256 9e6ca52b52f4baa511699370cf475f928b54c06d4699c6c65ce2b8716e1f392b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 50dca39ae5912e6361f6eda557014afd4372bedff83b12778604cb791ee7246e
MD5 85c5f62a64d7bf6f7d8c5a9f54924f6c
BLAKE2b-256 a61d789eeb69fbe693208b537be5ca0a00d76709fcdbf53010e3bc38f689d3b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 313d83a37c2862a0cfeff881d1b54c47520a26e3e422b83ae2037f21ba96d6ee
MD5 5a7911fe9b07b99ccb1fa9ba4aea37f6
BLAKE2b-256 733936c843bb65ac463afacb435fd7590cc72fdbf9468eb78be210f765c3dc28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 83026deeba8e1434b85a92e97b0e7e824cee99b899e7adbb93223df82f3a3d45
MD5 c1ecb4e2ea1ed95877645c384504f964
BLAKE2b-256 de466982c11be91c13dd157642bbcdab77c6111c6e9429a224e3616ff029440a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 303f274f295b9ff884c083aca3ce72b2628ccf5aa796e653ae7bdde2727777ea
MD5 92528bceffbff576de6ae1def21f7341
BLAKE2b-256 a87020a92e6646e97e002d6ec6ad739fea265bdcc22de8b576d6e6120e711a52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 ee2746babd0954fcea0a3fc595bb076306964f4283f4252b2cd45e80e0abf20e
MD5 48f43b675fb5b9060f22379aa87cb07e
BLAKE2b-256 22dc0f6f509c6ddf34b19930a4995b32de17c1089474dd3263f966b5b2137b84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 b75b88234499dbd8b548337bf39a5264087c258a5d59e46f77e21f80e751c0d2
MD5 e78d247bd96122c0e75d98a2fef07e1b
BLAKE2b-256 8cb038e4e32b2eef718ea7c4a15e384c78dba26b7fbb7968ecba2f55a2263f3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 eb0ae22ca74214eaffd4bbee8a3e8b8fa389835ca7b2cad37467b00608fe837a
MD5 66988864b331dab3a9c69f90c0403064
BLAKE2b-256 e5b7bf3e192565f1b43dd8f4532393cf50162762bf59e28684bf84a7f2951a30

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 0b22cea9c100b7333531b16be9a3d0c53a118fe861b26635e6d19cbe6b917870
MD5 465052623aafb79c30abb68bfdc6b141
BLAKE2b-256 b29c5daba969209543eb403b93e139c3142d71a7fb5c16e36141b16cef14581b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1db6651ed4e98a9971809976de318714e8db49d657fddc15309a0cca133de93c
MD5 1dadd569bfd208945e1d53504fd58735
BLAKE2b-256 a357c69549dc6967e60a0e1e9fdcc70dd0a8deb36695da2da0a3d22714fb4cfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26fa5c979ca43732b2e3551026614697c0eb4e1f99468ac54fd260008fb04797
MD5 f29035bd43837b637be0080ae87e55a6
BLAKE2b-256 7130025ee58f9d0188328cdc18d30ecd6307b1c1a4b7f179cf64585d93d9c210

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 09077ea4d9e4817244af054553711d7d2d26f390175d811db61a0cc9df2e900b
MD5 9e729e360ceab8277e7569e6538d9cfb
BLAKE2b-256 1ba9db4467fa509a15b4a9ff0f634bbbc9f7b268493bba21a88eb6b5c1450f92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ec646d181318b5b89a46a43ab1d9b1e6599e103b8544ff16ccdecba9a03ceaca
MD5 03ecfe1cc7975c3e9dc5190e57ea2d7c
BLAKE2b-256 c44469b9f217c88b47edd679b747013bcb31ac1fb186443b1c51f5038bfcd95b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9beb12910c9f2aa960fe58a084cf7f0023e214148740977c9027b3b2b2b5dab5
MD5 d912f054bba4c18dbf0c805ec2d8dffe
BLAKE2b-256 6d98dd45f6c60d5e8e79c966de6907a5fd6532af3db50c78728e16b4f75409b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a97114284a54b972696de00898f82b3862e27b946b8b710d44a025a71ecc74b9
MD5 6eca71fa94e4452a4afe0068ced05d8d
BLAKE2b-256 935517d5a3fcef75c5d9833d295d5f4426635986bbb0e2becc1dc43ee5d06c01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d7777799c2516d221f2e48146a7bb7419e0466cccea425f1e0cf704d0940118b
MD5 216e38ccfc4609ae77af8fd99a9b0333
BLAKE2b-256 bce8259f62580b4b915f5b4b10a14d7f4d7840fa5e8c9ad0f39060e4a34ff778

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 68e1d52c9fe882d0953817816669eda5df5e52a57558655b62b6e6daca296cf1
MD5 37eeba1e91af711c9fddc7f9d255b533
BLAKE2b-256 bc7149837ca88adcd2dc884c3ff5d893a6ef82ad2a4d4a928c849fd7ad95289f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a3cd9d2e879c1a4ded78a066af1f403cb0700425c516f71e90080aa9d7cd7f1b
MD5 d80b9d104e14bfefa6549e1cf50a3bdf
BLAKE2b-256 80f7250f6f5baebb8d319bfca69c6a7e32cb68b84d3dd2dfe655909ccce16e8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13ef6848a87e6d9dd861ac2eadeb139932ac60964cfc06f0937870550579ec39
MD5 9da08b2d8a6ef0438e54b51a37387761
BLAKE2b-256 18336fbc1a2b34fa7fd9c4b0337a744724d555b7fed859b6b71d20ab4484d9a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be8df0595c75ec962abbcf7bbad2303ceb6018712ad167a9e2dfb8de0a604536
MD5 82a16be87c4eef6c12bf7553f7ecf586
BLAKE2b-256 9fe15498a749e9b59e19e31d3835efa0004b4eb188fc13832f311af31190ed35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 cce2e3b50c8877ea2375bcf835077e4dd11cda2f14245501ce442e57cf97d5f5
MD5 111415167750039a981168784e7204d4
BLAKE2b-256 0a8abacdeb4a2d3dafc6b67f95f469af93b3853028594e9f396ecd514e7534a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 376cf9825b1229b290e9be62618f6770d16a10d3544ad5243f34bdedb3783282
MD5 d71f0fdee2f0ec7525f816629c30394b
BLAKE2b-256 1175047cc25c49f481c71de4d8ead65ea84a6572ab1e01783e118e2f81d69f45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d0399ef98ff2123d33d22ea0cb3a2826749ac00b7906c27d0becbffb3a9b4a78
MD5 20e935ba6cfa1f93126b5d24c6c651cf
BLAKE2b-256 ce325d9529e735f9570a518d36fa978359b9a08615c4269fcf0ce298472e8b96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 623213ef0c1e10f6dce329e02a6d01fc7405657320e20e73fc0de865a28d8e50
MD5 ea81998a2954d47ef2aab01350ddf51b
BLAKE2b-256 79b7336eadd8cccb43b0e46c19c830ec774e14bab39a13ab2614513cabdfebb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 fdc1ebdb63d7919ed0e6eaee7a6633f235d7848712c4a558ffefee6a337976c4
MD5 3061d2e4f4658640359950d613649f7f
BLAKE2b-256 0333368e71359e1733219d4ca3760d782594d27e55c88618211b3ab9e2ac86ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 c08375b962570097b40179e580f80cfbaceca5bd4c19ce7da995982bc8047b90
MD5 4615f1505f2a0d5f35641f5c858dda13
BLAKE2b-256 b6efb677230a4fa193ebbab837d138f6ac47a4c7bdac2ddd0733fc7465549741

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8a86a91f5005e49daf07fb8d346caf7b1652ed65ba17a2f27a1bec658f014e4d
MD5 e530f3dc67b5be650d032a4a92685ec8
BLAKE2b-256 98cb3942b900a2a426c134f28ba839c6199a85827ce89653df50b59ce9d19528

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9478ab6b36d18bdd170ab1000d0fecb6af284f5f11819a288fc30b4f9122ae08
MD5 605056d029ceb5ef620bd5bbe9fe27c9
BLAKE2b-256 750f7287fb4adb138bb34fda47572802d0e36f43143be541434d556176c8002a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 283aa93a87d24f2d2b6e33d92b8f04d72e249020c463ac1e50a6737a5b2bba2c
MD5 b2eecb9c8b775b7963a735cede793002
BLAKE2b-256 010e87c3f671d906e281abcef7273611ce20f2a32c267685f61c7909fac04d2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 605d3ddd0f04e1f09a034f67cd113f8b3c19caaca22ce1d43f3f72931bee5128
MD5 cfc31042d6ec88bd06400a7c1376b33b
BLAKE2b-256 bf28247f0ef5c40ff32f30c789a49a2cebd2d93329457ae33280ac16883e1244

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7001b471e2e5308463fcf05042d955adc0a4641db086447f13db441a799b81e5
MD5 932f85081e0b323e539f0ab539cf34bc
BLAKE2b-256 636de7008503032a0bab154495590cbd3da166ae4e4d63c4a66eb4e63c8520b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3d71a4cef6eac146ae697671b9832a1c143993d54147338779e5db18f86e8667
MD5 9ad0e41ca4b6c9787acc78dafa100ee8
BLAKE2b-256 978736098f97fafaf7edcf3501028780a37bb0d11fd9caa750e54c81778bf388

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c41ab3864d3cb86444c105acc5cc1b2599fffe188411c74baa38e72cc488c456
MD5 bdfe06c0dc79cd4db957ea14d746b4fa
BLAKE2b-256 6785c91ae90c2aee5d807342e97ad5cefffbcd1561652b6e011ba77c78378bc7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7cfa10472260f0966819b9a4877c93b20fe149e1c86ee35d671c5a6f6a9ba04c
MD5 22a619483f7d10a2ae1396c41ab303c1
BLAKE2b-256 e2a6d2c70f633298bd113159690fbe2c0131cfd006e3e39d47cb77946bc4bedb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1185db4e77305d0ac5be8949f86ee2ef9f236e018aab05ff189d10b984f01e46
MD5 ed31a752698edbe00360aed06260b645
BLAKE2b-256 411af73efc443c76ecb27eafb44eca2eb9b48d1235d3bd441b93a33630eb6399

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 55c5541093a314ccfd840deb80765a18e3c97944ffe5b6b010618df1a0306d2e
MD5 a7b660c54a5abe14e9c9abc266271072
BLAKE2b-256 66e060b5e8357311b8581b2d210a27a1e6fd7a6d0cd692c2c96fa44d7d3a4415

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 df9659cd56e0cb62264e6881a0d9bddf15a7e51537eaa8a440695d531e8a6b6e
MD5 ee43b95f1101b30f7bb96cc029fa70cf
BLAKE2b-256 cc84af3283d002046edbaa81dc0e9df01503c37509e66bfca98d82539d07c686

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4beabc3586b609750b27f259d88303ea92080382d97bdeafec8d980925c82623
MD5 a0a1da5279b2e36a13d0c346493b7167
BLAKE2b-256 c53ce1aaaf0ffc6734ab6df4ddda9c13d307e9be8fa5b923e394ca87691d652c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83ae4e4ab94d60c12527d2d976fa09701d2b886b888708b48b8155bc75233dd3
MD5 d7059b7ac3039603809de43c044e0dc7
BLAKE2b-256 8f7b02ae568737862151a9ede9d52c432113bc2d21e675a76567e8339d0be010

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a37a1f4edcca6fab5d461b0ad7a0edcd5a92d0d4ed58d862719d349403ac5770
MD5 b56b73d81e7aac28fd90254b98c9857b
BLAKE2b-256 b0efb18371dc298002c278aa32c6c1ae07f8d88d36bae784e35acf05c54314bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c154c819207a9a52d481f8f3fca660cfc0f56478bfc36e819ab2ffcb65fb8e5c
MD5 371fcc84490f153f5939b9bd1c1e8c70
BLAKE2b-256 aad08cee25ff5e11ceb029dd51356807580a4426a85a00a1de547f1477f3c203

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6cba44480690585e475c2caa7a73f55c605845eb128ba95546bb6a3b0351cd50
MD5 6a71256e3d6ca9d63ec7fb7afcf03762
BLAKE2b-256 d6d9abcf0ff81560a00d1b6b0c59dcad55b1d1cc58109c5fbf4122170fab33c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2d8fc525a133e65bd07107ac3c54e003dd31af63c891acb4286e37e393cac21e
MD5 781badb29cf18b12b81759c86383b7bd
BLAKE2b-256 7468cd275fc9b7784f4ddc961cae86ea304a8284d91caf9a0ec24c2cb32b31ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9b12767e813bdfd86d01ccd0c8cb523a618d24fd9b5460df4d4a4ba8488a5a55
MD5 46d4eb686045bf3001d2314b84fada22
BLAKE2b-256 7c1c954effedb2eae7370d05d0ce3eb1cdfe4a0465a221d9f041d4f526f3f9fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b69e6d1ab32a01aa6441f75593aaeb668a2dea22bddc094a26aae14902fb0d09
MD5 f238051519129e12378f8707ec0320aa
BLAKE2b-256 8d566547a95c36899248df231b22bdd45ac85e4d87bfce1555d423fdad78ef2f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 32a09bc0125e9dc8b55ba5f638b2855fd74dd36609d382c393e67fa3d93e9311
MD5 ea2d41b3cb3daf93122f4cdfef84bf15
BLAKE2b-256 f3f5de8c5477502f9f08c440e75638e7c2b7e73c6f5c6469a2e97fb93c6ad260

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.14.1-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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9b344bbb90416a2f95d2c45a4ecc9a7709581b4bb6af22fa4a71af756cda3e44
MD5 75bd3608b68df48d583049730d5776c8
BLAKE2b-256 0ee4df0764d76557486baaafec6f2ededc187efca42e9c021abd3331c0767c20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8f74e872f2dac0a05c181e64b61593f0d749a9042c12744dacac0ac92d5dc41a
MD5 973f248605afa40158daa4d256993780
BLAKE2b-256 e7c958146e4c5878bf69bafa844783ac4f74eaf442619a723e7c1f0755b712d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b448c1d1fd79b61c015461e2a57ef7b60fc6ca64f7c5b59492650a59c143f3a
MD5 18c60bd9016b141432de477f0388392a
BLAKE2b-256 bb19e65ca3880f0b83c6b2e183464bc096170d31b3438cfe334e9b8abef325e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 189447202184478b2422502f592a77dacc72109e3db79e60aa2e73edf42e36f1
MD5 0ff426580372606dd66e7331461fde8b
BLAKE2b-256 c890ab793119e3187a1e518ac071d250288bd90df49e468eeaab184126e4da7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 1fb7b74ba7cd11af361e50de5149e92bd3ed13b8040025c8e1273bb42be1dcf4
MD5 8db21b3adf5887556ef17685cf727619
BLAKE2b-256 affb7ff47388eeb2ee4087e36e4e0fd6e118306949194216d5a6c6f8633114d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d317348f3e9a2a4afc43dc6345a28fab08107c11d5e6fac7f3829ecf5321efc9
MD5 7e9d0f7c7227bb00810d9e96422dc90f
BLAKE2b-256 227a629931a978c9876385fac5529d2af28228ac122bcef08df732028aca71f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.14.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5e2c31b1d4fb19c1b8be862d915883cb4f706fe50f98a197696ea38eb2798e37
MD5 50665b7d29c81ba1fd502e838ca2c338
BLAKE2b-256 ac762bb7c9fa095b38f5283bd31f098d24d4e9d8d79a458b187f787d53f08f13

See more details on using hashes here.

Provenance

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