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 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

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

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 SAPI bridge is credited to the NVGT project, as well as the functions range_convert and range_convert_midpoint in utils.h and utils.cpp. Similar attribution goes to NVGT for the Android screen reader backend.
  • The simdutf library is licensed under the Apache-2.0 license.
  • 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.

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.11.6.tar.gz (1.0 MB view details)

Uploaded Source

Built Distributions

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

prismatoid-0.11.6-pp311-pypy311_pp73-win_amd64.whl (2.0 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

prismatoid-0.11.6-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ ARM64

prismatoid-0.11.6-pp311-pypy311_pp73-macosx_15_0_x86_64.whl (299.7 kB view details)

Uploaded PyPymacOS 15.0+ x86-64

prismatoid-0.11.6-pp311-pypy311_pp73-macosx_15_0_arm64.whl (180.4 kB view details)

Uploaded PyPymacOS 15.0+ ARM64

prismatoid-0.11.6-cp314-cp314t-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.11.6-cp314-cp314t-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.11.6-cp314-cp314t-win32.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.11.6-cp314-cp314t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.11.6-cp314-cp314t-macosx_15_0_x86_64.whl (299.7 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.11.6-cp314-cp314t-macosx_15_0_arm64.whl (180.4 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.11.6-cp314-cp314-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.11.6-cp314-cp314-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.11.6-cp314-cp314-win32.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.11.6-cp314-cp314-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.11.6-cp314-cp314-macosx_15_0_x86_64.whl (299.7 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.11.6-cp314-cp314-macosx_15_0_arm64.whl (180.3 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.11.6-cp314-cp314-android_30_x86_64.whl (847.6 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.11.6-cp314-cp314-android_30_arm64_v8a.whl (755.8 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.11.6-cp313-cp313t-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.11.6-cp313-cp313t-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.11.6-cp313-cp313t-win32.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.11.6-cp313-cp313t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.11.6-cp313-cp313t-macosx_15_0_x86_64.whl (299.7 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.11.6-cp313-cp313t-macosx_15_0_arm64.whl (180.4 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.11.6-cp313-cp313-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.11.6-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.11.6-cp313-cp313-win32.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.11.6-cp313-cp313-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.11.6-cp313-cp313-macosx_15_0_x86_64.whl (299.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.11.6-cp313-cp313-macosx_15_0_arm64.whl (180.3 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.11.6-cp313-cp313-android_30_x86_64.whl (847.6 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.11.6-cp313-cp313-android_30_arm64_v8a.whl (755.8 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.11.6-cp312-cp312-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.11.6-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.11.6-cp312-cp312-win32.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.11.6-cp312-cp312-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.11.6-cp312-cp312-macosx_15_0_x86_64.whl (299.7 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.11.6-cp312-cp312-macosx_15_0_arm64.whl (180.3 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.11.6-cp311-cp311-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.11.6-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.11.6-cp311-cp311-win32.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.11.6-cp311-cp311-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.11.6-cp311-cp311-macosx_15_0_x86_64.whl (299.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.11.6-cp311-cp311-macosx_15_0_arm64.whl (180.3 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.11.6-cp310-cp310-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.11.6-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.11.6-cp310-cp310-win32.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.11.6-cp310-cp310-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.11.6-cp310-cp310-macosx_15_0_x86_64.whl (299.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.11.6-cp310-cp310-macosx_15_0_arm64.whl (180.3 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.11.6.tar.gz
Algorithm Hash digest
SHA256 4fa353810d66d3d2dfde3df1679dbf22d64d74c4b8f52ddab24da4198af92b80
MD5 0a8f3b938a7f2a6f4294fc77800eeae5
BLAKE2b-256 8c8076c22839fe06cb45e12d13f90e7f020ddac3099e96cfc808382048b750c7

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2d4a4824732975d9311ea3f106e5152b3fb42e038a4371aedec2c90717a7321f
MD5 da03f0026d149cc184e4ceb61d582000
BLAKE2b-256 f6489862b87371717a3ec7b7945ee830233caa054af9b3af8ab8dcd207f49add

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.6-pp311-pypy311_pp73-win_amd64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.6-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.6-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0ae67ffa69cc5917379fc0feb1f2f9267da7044d11dfb9445f0b8ec56fb67a8a
MD5 2ce7a8bb87e25a35513490495b6a6a9f
BLAKE2b-256 1eb5162dd40b8801645c1477c32102d9fdf26fa306bcc4a3dfa67d2f9d1a1712

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.6-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.6-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.6-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 899bf0711c3f4a143337381c53ed7f83c738d707f5eadf1f73a7a71f0096999e
MD5 dbd8dcc5139cde12d7fc8ba9727d5d73
BLAKE2b-256 49a6621fd013d2ceb519ba536d4d213cedc6fea7575a8417a4dc8f9338b37961

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.6-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.6-pp311-pypy311_pp73-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.6-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 cf19a02e93ed76cfde68be7c89d98aea09ef92e58e0b6b8d9b4fdd5d0aa65fa2
MD5 785e72e7b7f2cd39d51282899023899d
BLAKE2b-256 5676a2a80462643f8b684ba4d87d61c7bb20fbc4d1630c0c305ed77e88336b6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.6-pp311-pypy311_pp73-macosx_15_0_x86_64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.6-pp311-pypy311_pp73-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.6-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ca018b9d2644ca4fa47a773f0a38af4906172c4be140b8be938595759e4b8484
MD5 3a03793567af416d0c8e378b2049d269
BLAKE2b-256 520ac2a17f5a6ea237aff7cbe4125f12acfb9962a5e5c25c4874a4a9adafbda2

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.6-pp311-pypy311_pp73-macosx_15_0_arm64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 64200078cf87d3d31d1a62e3e4486b539ec69a923a9ef3d2ccf9b7bd74eb5d74
MD5 593527ad1e7ba50b3d769a4845e153dd
BLAKE2b-256 b7be6a637c8c70aeace7157fcf3073a52cd81d52551fab2dc0d5985abcd10a88

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7837424cf86a7b77cbb4eddb65f6f49795eb929dfabc966d079f29b22c93a438
MD5 ba3393241b92b2b0d4d510938df6e9da
BLAKE2b-256 7f618c996348f5e7bf8cf8a6310d97183651157e2bf6ac7657501c789f5d6637

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.6-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • 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.11.6-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 1eb6c61eb24c5620300323469b9ba427c26246878cb9e4152856003d7b8a7651
MD5 e089a3eb68acde6b8da5bcb45f25d1ff
BLAKE2b-256 38518079f57a7eca07d6109dbf95071a676c9e9a19e2107650417d91974dafbd

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 065e00d4ed6c2c9522ec343817d4a8d3d331986c7431ae8f3dab27e3d767b8ac
MD5 045099ea4998507bd54d45e5b7d6342d
BLAKE2b-256 159036ee228a9da85d31dc2c6a7963c96833a7b96b8dbc4e1c5e210930a970c0

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 49951937b0285e8730e1bf94848a02c999bec11a0fdeafe57711561ca7b8f23b
MD5 e72c012c21bbae8a8219822bf5b509de
BLAKE2b-256 dcbf1f3d66937c0023fd32ab427576dc2db0ed4484fc93b3f9067f5413839750

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 800bd70bdfda6e95b06743e5b3b4302f48437c0cf9c52f762752026692d6e732
MD5 7339044c17f3711f2fa2370b348dac73
BLAKE2b-256 003764e9a6899f6b3d240d518d06879bdc6fcaa9e566c1e08a36d5883f6ddf42

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 aa82a992d817146102e1ddd7df7b603c29216d552cb34eefdc7de062b40f6737
MD5 89677e068ba3e7f777981f2f0f1e0f85
BLAKE2b-256 e47ac7207da3c8465b10ae13709d6fc1e9d2b3526c112223800a2c1ea97bb8f3

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a208d102f8eae5da19c241c5f0adcad60843322da84a812bef7ad4e1c5b63ea4
MD5 58825f5bc0ceef8ad906dd57af683ae6
BLAKE2b-256 b5d95915185be70151e5fb5f0c1fdb293bb1b4c2e20e3bc1066cf707ff64e823

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 02a777fb0adb242bb77012899e8b692d615e84c0733649bc68bcd324c173db44
MD5 06e633b1cea1df93c1c0932380c695f5
BLAKE2b-256 1f6a7cf17912fedddf7eddf6c9e73f7e5e3d306fff23901729e82fc08d87e855

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 16fe1321978eb5081a59a29117f44fdf5d0ef2eb1b1dfd0fab917d3bdd204e99
MD5 73d72bc963f64a06e0e1989dba340b7d
BLAKE2b-256 404769c06233d7e18b1a60f5e35cae45c3a0e71bde3b352c137f09e79eadce4e

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 eb3c2f54241642a9748b1e4176a693a602cd278a2bf0a0c09c0cba87fb6a470b
MD5 4b2c05d944697a595ddf950e3338fe02
BLAKE2b-256 17782b65ff507dacde8a5ec25ca7ff1872a2abce6d311c0bc07061d4b3b24588

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.6-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • 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.11.6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 87f6c3391340ebbbc364bf8dccf5970e538165fdb6f83bbb4e7c67f4cb05c2ed
MD5 ff6e09b78af7ae3a3ee3cdff3ae84db4
BLAKE2b-256 025b5e81a77ebe32ae8ef37831d7924cc201db8b9b85297da091cefa81faa92d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef73ba6826b3a3aa7651567332c6531e9b63e1fd53bd9f9ca933411f9f43dec2
MD5 b45628dca2ed0d551a7ff0a85d338efb
BLAKE2b-256 fb418dde93f19bc3c31e86b8a1458140b6f6cecf6ab3e2209a25b7bed4299fce

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bac45320c2d1223ad5cf57367fb9c98de0a1553411710ea21b2a7e96dad5bb29
MD5 9a65b12b8f7ad743dd47df8e0bf6b4ed
BLAKE2b-256 cc0a1e77ae06663700fc42999ab689cb97e414cb720e5009aff1d5458baac325

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 50a9029357a8a2c6316804a5998e7ae08d9ff3f703786f3a33cf096b9342fbc2
MD5 c4fea230ec2efab2c4589d699b18ba6c
BLAKE2b-256 a64b48a9da51b42594862c12e7424ccfa8672983624f52ecd171d6263c4865db

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d6c099e7bc01e17598a09e2609197058ce51eb0cc23cca42d8c2df4c779b4eb9
MD5 079d6fa952ca522b5dfd7c0ca2b6368e
BLAKE2b-256 85faf44406f320d0b764c6bdec3c942666018ef3c425b8aac16f3a0ad38cf0af

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 02772f52e63228a260ec9bc9fd1d4feb9fda8b74a9123781dd2ebce08aba77dc
MD5 5347e34614ea33c0aff10ccb994b031d
BLAKE2b-256 690b39b461d67bef4cc1bfce1950a26120ce81f88dc115901740bce0a43fe50b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 92848692d2fe01d93f28934ccdcd12d9fead84821649261abba1e57d3c50519f
MD5 f1388a0d25b12f8f30b432f57f5d2c41
BLAKE2b-256 508a2a48df2259740eeb28692c674f9fa1f3ffa9768ea026da912f6468ae1dd7

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 dac10d1411a241ab86e4a69782d310a4bbf1eb93203489ab32b319c2ca1a69ac
MD5 930b86b5d04119a62d2608516b0d555e
BLAKE2b-256 d0fd599530a138a4e93710b6fce9b5c899e35326a507a7e66deb2711507d4f27

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 94f429f463f5cd2c7d350acf3b8a83786959cbc75fe724069355cc260ef229a0
MD5 c893bb48925b49e1dcb982c88d4e3468
BLAKE2b-256 2b9006d1a14ce15cc9e11c77ce99a55bec70cd627e7866a8a0071581c10db18a

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 888fe9ccaf297c0d3b275cceb46b2e38118707a39f572ae034c568c83f92517e
MD5 6152388f27ac31abf542c53370bc4320
BLAKE2b-256 30e6a35a530166ca8fb4fb689ae068ea45866fdb27e234ed2fa9e6ff267ed518

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 68382e4abac349b30408375874bca12d9078336e243d2a2ab64fe784f408ad8b
MD5 d06a919de8d44c1409d532b6b8bedb47
BLAKE2b-256 3edb7cc017185f9d2a0056a4cb86331b375b6de47745918a095e54f918046a33

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.6-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • 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.11.6-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 16b7bf907f12d386ca95ad923c7900dd4cede87d7071055e8bc4ffa296ac5772
MD5 1c6c96115f2c1041731b27f8c970782a
BLAKE2b-256 eac3bcf557e93479382823ba22b83befe77cf3053061d287385ab9f47c37a172

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01d5753de3c1bcbbd4682df50fffce5317a10cbe0339e44eb730c15b2286df2a
MD5 68db88ab1e972a3ffd395eb1e278d945
BLAKE2b-256 6233cf099db4f75a72e9287a3356c63b239500cabdaf332dbb88c294d6483fa3

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 531b311587ffa31b8cc34e17340c6e0ee28d7659a89255f0b573a57901774e74
MD5 8c9a40c7c7db9a66b309c68e3f222c05
BLAKE2b-256 972731b682421a1a3acb738b06982f5b8a35337e15099d5db60960686257cfc1

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 119d379b69c754a70999a4aed705bba3850f5169493616df89682934e903f57b
MD5 d387ee6c09135841f0dd8ae1ff4ccb82
BLAKE2b-256 ec453903823ec7caaceeb83855725484b9b3801b435ddcfac37d3a36fb4f466a

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 aba8769ae81b72b6fda202306614a551ce755b825c35e79c00decbd6dcf9aed7
MD5 244142441a7a8dc80583afbba270b181
BLAKE2b-256 a2f0c1d312073246afa3c21c399a170a78e5aee817c2bfe157acfc4770503521

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b44a88c53a90e9e60c121904d5a4133766ed7646febc26794a83130482932798
MD5 9ceef37ce5326383800c9e5246c1f433
BLAKE2b-256 9683e3f76eca6a026fd61823e1c07ba5a7682817a17bcbc856477a1d9e859495

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8e28fa6350e0e8f74e713bd1a317a0964a13e11af2e6e168403ad994a01e28e3
MD5 cb7d04e23541373ad60ecdb8c0b290f4
BLAKE2b-256 1a6bc1fa1bb5eff6087711ae2fb85b0eccd36d2dbc4dbe083ee53f8c556672bd

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fd0aa91242e2896db7d9cbf2dcc8bdbe546bec4c2e9402a65e99e31497d9beae
MD5 86c8bae11a9a539521d787291d1b7907
BLAKE2b-256 e5eb71a74a1b7dfa57dc2c424ace7a0d7458a5be7f4c6a229264abf148252c72

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7d8674f15c59734605021cad66f6ec26644d6215853b30294735f3dcfbd284b4
MD5 ede0701244ebaf829b5ca9006c39d569
BLAKE2b-256 5f086c4c2d50fbd87dcb33679e3ff337c8157a7916d4636a43d411ea7abb791e

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.6-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • 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.11.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 fb0bcb78d4ba7912174889b8dd462a5b008a2104653b95e714dea1781ce1fff5
MD5 a0ed84885bfd6664a780a181281934be
BLAKE2b-256 5f990e239aede7a30d7babca12b8645c0d6470c8e0908313eea7311ed9dc94d9

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b2d3fd2a7f27bfde9bed12fb6c8431ca2d94bc16084af6d0524607db9efa69e
MD5 d301acfeb60afc04a9cc90b450e4b6de
BLAKE2b-256 43f777761203a3b2b8528331f89db7d50eb5f6938e4f627e2e999b59753527a4

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc8892508909f834e40dad813ac707295032e0bc3d545eefd0ee893d1d186e89
MD5 e7ec54e2fa545fe592cd53c7ea0f8014
BLAKE2b-256 c85ada82bfafaaa8faaf56bbaa1bfae28cebab199b05fce885e28c13e69acf4b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 489375d9fdb9894206fd27b3352b78e9e9bfc8f7198aed5cca012205f478bcfc
MD5 597eb6fd07cf3062214e8c9ccb581944
BLAKE2b-256 f709bc5ddf1aa5b8c5f817362203ba36e207aaa75ce27e1a148570d9e1482db3

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8b81f833ba5a5415af7c9911e278f3a2e0b244f70f90b13a84781534a211d7ce
MD5 4b0f1cd8f042722f430ec68c3dae81cf
BLAKE2b-256 ec1b6eb97ebcc881674f1446ef838d863d09bad8cb7b9f20ebed07ac760f6181

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7d86280872bc86381cd82cb44523e181ecdc5e07e06bfd6fb4bc0d0b8af5d0f8
MD5 1aee7b37c432391bdbbea28947e8e7a8
BLAKE2b-256 c8803a4f23cb356833808df2232a12da87099b190a380c0ccdf15ddd60aa6d62

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 db604e45297db228805a513f5b4464e380683934cfc239d03fc7a62c4a8469c7
MD5 39720278f7cbaa0570d4dbaa0d24f318
BLAKE2b-256 30733e8b86aa3a8634800122ae025fde93f5c6c234cc2f51da89de5014edd282

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 560b4825c7913dae27f56bc52d05e38dba76cf466e363a123deb9298f03bbfc7
MD5 3b1a6298aad7b0ac458e10897ad131ca
BLAKE2b-256 3fbe4973e7c3061fc9ecf4d8971bb9cb550d0af74bfc75a0a9070ab17ac0103e

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 db83dc5a36ca15521acc24e1568defb857b9ca04d2ff1615a72a132dbcd81641
MD5 6a6859868f6a89ae084666c64829b0f2
BLAKE2b-256 76746897482de89c31c2a8cf7b6a4a87770c34ebe77e141d3d5ae91259f212ba

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f5f57ae29704fc77dc507b51f50d2f01f3a75afc289fe3962e118108f70efe06
MD5 6fc03ded459b1c792fea8372956cc90a
BLAKE2b-256 65721e927b422e5cc110948013a659e815d57d7ff84d6cb869ee65a8bff3de87

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6600bed5cf25afd0807e7dd34d40be27c28255fca39c3eccc519904064e19314
MD5 89a609a7de18b6f306efbe826bda601d
BLAKE2b-256 4d7d96d0b1c13dd43b5c0497920e5652d3de3e060417f29ff351b451c2cc014d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • 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.11.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1f86ab8a6cd32f4b1d07d2724ff3c8a56c0c2fff0967d69612685ec154fa3573
MD5 605a1dc3bed8905860a37a857a62c503
BLAKE2b-256 516506b7da2487827055c44a189c5c990658f986c779822226e9608c660519d0

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4560d43df7947c4a5ba47af17d7558dcda32ad233100227cc793e8346077c86
MD5 5c3660ff3a3b3625077c989b119fe906
BLAKE2b-256 b13daa20047ede6b3f972b20824c4f9fb3c15abb8a65a568f228e66ca30d2a15

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00374256c3f072e92ba3ed3302c37ca12ace17bbef625fd18e3143d6d59cd9d5
MD5 b00d5a9635095ba84b20a1c1e380bd7e
BLAKE2b-256 d49d7fba4b695a6b00ce84381aff461190c03ad30109e7e02f1bd690b3797fe8

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a9a0e6076d41743107729b633cba9522394b409f057040efc0eebb122dec8892
MD5 f917b6c4cad070d49ada78bea31b5125
BLAKE2b-256 08b45a7f9634288b2153c13d52a02e49683ad6c36de84954d1591a6b6e2858d6

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 09a397fe4a7bcd21e8a9ecde86f5741284299ee632940807ce2341db97f156d9
MD5 f3243d9086135c447e18aff76579de15
BLAKE2b-256 5799ecbba42a9713ae65a4a2ebeed042a3df24894a3c21695789d819936b12af

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 8eff06d84a513562d1b34c7fd3a4e90430b369ab0b33e16822b97dcae49d8824
MD5 e5bb1a7ec47bb31d4f904ca37e87afdb
BLAKE2b-256 ec9075e7a62b9bcbb1e51e66c2711bf78bd4584d14d7d689c5f023c49689381f

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ab7933f11153da1fbecef0adab51f57f0ad71f705c2ee67c8fb5968cba668f7e
MD5 2eb5c896ef4672c9ac45050c0a8a074c
BLAKE2b-256 da7345852a1aebf2638f2162179247a09d25ee436ff275f5acc214a6dad33541

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8ac1a1c56949010b5d73107074c63adb24b87aa0b3f081811fb6b9ee94b666ae
MD5 73377bae0575a339aa94ae1ed6afbf88
BLAKE2b-256 b15a4bee65f7dc55edd9312e1def0feadf560fe6f74fd8e7c373ee3ae400ea24

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b1574168999d8dfaad967eee3cb163426adf6a78b617809f0f4622f471aceb24
MD5 98538783d8b07805225aff6705bec329
BLAKE2b-256 d2445ff5283779ccf807904ac4e894f6e81cb9ba80778dd29c6139b159e78dee

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • 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.11.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6102243227ab79607171742d338ceba1e131d3578340b001f3ab6655942d3dd4
MD5 87da3f165dfac49c839536566ddacfc2
BLAKE2b-256 85210d54f405201c26bdbdc097b4c971e88ebdf725880ec6468469f9c99d64a7

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34bc10848285bec1bbaf6f13bbaec2613f2fa742b4b4f2e6eac46dddae4d81d5
MD5 2c7e260dd6213a5853a57e1371838cd3
BLAKE2b-256 51d132bfb93101162ed43f0c467766025c6d5ba028bdf55dfab9727911cefc41

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91b34e12cb8e38ce0aebfdedd7c6858f08303a2249b6782d2b648b9fd1b97c0e
MD5 76bec5c84d7a9c964683e2e85bed60ae
BLAKE2b-256 ebee4e6b131499606739721cf332d67a2c183e36edaa191f37def51cd5393836

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 748a9371cd382fcdc5932a6636d807ed793bb0bf9252c0ea2068569fd8e7db58
MD5 24fe36d9919e23dfd9272e38b5c5f55b
BLAKE2b-256 90f121da774a9532fdf7ce61c047d8444b1fe7a62643df8164d7900190e8ab98

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ddb4d9198b7833726ab5e9bf952cb2b0a4d0242d7680211e438377d6c67b180f
MD5 65c99a0c8bcf308ebaa4edd8d73df361
BLAKE2b-256 762ea38daef188f148703602a968d24cd9d187fad181e82c66c1add418658d2f

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ae5474369f1a384e622d05a046438c31fbb8c0b67693b07b78eab588698573a0
MD5 0a6016d16121566ef6b80b122a2f4137
BLAKE2b-256 01a3a06aa4b01d62476be1ce9ef8d1f55638d424f7d99243d736a5121c70e059

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d2c80b8747f076b56912bf928ef3db617dd3d343d464499952f082b88ce9bcd0
MD5 6e2f7f0dcd4b35fdedcfdd00b9bac181
BLAKE2b-256 cf5672e98ec7555c63ea0f4ae1aa4fda6f9594ddcc00e787247b912d03e0c635

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e397e42556f1e83b31a8f243e606b481a2bee939bd34922e26cc3ad7ffc979bf
MD5 5a2c658cdf044aff90457ad487f992b5
BLAKE2b-256 f9075dd1b191436dcb9013c0e919e9a7799ac16ebd02f53566bedf16fdc65f7b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aa87ce2571b1774cf6ba3ce6efbab803b19ff0533c551403c45e5d460cf1afda
MD5 7c787feef3dab97c7fa4bf10d40c32b2
BLAKE2b-256 5922c26fa4b7bed50e6ee87e01ae00357315bd282c74f2b83d3accb3e4ed7b36

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • 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.11.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 82bf076a0def65a3366f380884ddee74e6b6ca63074ebaacc0a4f2cebf97aa44
MD5 0c58bb0e1ca4e1afb1841e95b0e04377
BLAKE2b-256 3698621399b62c0851de6678c2cc92e2cb1c347cda3cb1ae5801314970988265

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4621f55ffa45c176b9c524a066e79314c56bb269f02432c2e46a0b19bca230f
MD5 419a5bcfcec506c241dea31983e67200
BLAKE2b-256 33a640c23b28d83f96eb97da4fcb233b7c4dfede9b5230ce19ab067e47eb8f38

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef84df0d7540861b4f822d2f59a0cb5d672c83375d2f2ecad6560f40f898f75c
MD5 4a44484bae6906a0535c11deb1b5934d
BLAKE2b-256 04917a14d0c262ec8d341116fac70e0d7f83f8d7b3663aa03639ca30be3f611a

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5a2303993d11d83e0424a0357a7343490a39d283b3ce45dff853baebcfd5424b
MD5 0a1474d8445f7677fc4ec198c6f74e17
BLAKE2b-256 89dc91f4bf18bb05df63d684365618a8ba6b57092b651cb889e5c76aec862e80

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0b1b74de99a439d32be9e8827e3f6e5a452820a4c0a405f83602355c5bbb17da
MD5 a43840a80a848a74607462d54cbbbb1a
BLAKE2b-256 e2c7e087edfbb3382a430ba21dd79cd91174a8271ec463796ba337bc4582940b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9c64928c5a4ea189c4c5ac7ddbdfa10def085eb3313fb30c6dba7ee03114bae0
MD5 2101397d21b8d1ad6b23bc09796d1515
BLAKE2b-256 df016603bc95b5e2daf3941fc65b797d524bb7b4e80403be9994c92e815ce484

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.6-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c4e8a956a258d0b7aa05af3bbb0040cb754a228cd299efd5a1046da6b2b205c5
MD5 aa5f28fbbaf21ee7d4102ca4608d0e2a
BLAKE2b-256 916cd10aea5c502b2dda865737915ab4d1246ef87a521bb029bd780d074d7186

See more details on using hashes here.

Provenance

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

Publisher: 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