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.5.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.5-pp311-pypy311_pp73-win_amd64.whl (2.0 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ ARM64

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

Uploaded PyPymacOS 15.0+ x86-64

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

Uploaded PyPymacOS 15.0+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.11.5-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.5-cp314-cp314t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.11.5-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.5-cp314-cp314-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.11.5-cp314-cp314-android_30_x86_64.whl (815.5 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.11.5-cp314-cp314-android_30_arm64_v8a.whl (723.8 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.11.5-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.5-cp313-cp313t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13tmacOS 15.0+ x86-64

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

Uploaded CPython 3.13tmacOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.11.5-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.5-cp313-cp313-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.11.5-cp313-cp313-android_30_x86_64.whl (815.5 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.11.5-cp313-cp313-android_30_arm64_v8a.whl (723.8 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.11.5-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.5-cp312-cp312-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.11.5-cp312-cp312-macosx_15_0_arm64.whl (180.4 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.11.5-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.5-cp311-cp311-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.11.5-cp311-cp311-macosx_15_0_arm64.whl (180.4 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.11.5-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.5-cp310-cp310-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.11.5-cp310-cp310-macosx_15_0_arm64.whl (180.4 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.11.5.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.5.tar.gz
Algorithm Hash digest
SHA256 d470a53f535462e27ff101ff49f54b8191967452e7a6afee31e566790ff70620
MD5 642cc2e1316206ae02b88445ef5d3c11
BLAKE2b-256 824ff58f6f5fcde7c3db156cbeea614c7f223bb58b5429000fd2dda26ea9d3c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 77a1bfcaf613aa2e20571658c22dbe125abc2c5798817130a353e56f6112cc22
MD5 67c6c7f70da79773dcfe6151a78be5f4
BLAKE2b-256 c9a1b28a0826a15fcaa9a657ae8d2f91c032b8449a41147358fa51540c47fd2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7a175103a536dde5795292d07c2d737e101f72df5b257ec52a05b24ad853a45f
MD5 85820dcd45d40c222ef1adc8d12f5513
BLAKE2b-256 0ba0178ad43e272cb7d429c4a7d3feedb49bcb6bf9d9aeb6ea4f0b8f0ca3fc53

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 baf87ed72fe9938d8d4918ed11c512367211560b23278d72d91c1b37a8be6472
MD5 7f75c2bed70afed2225736512f8602b0
BLAKE2b-256 f2297c3dbbd25cb60726c2b40d19a55a145ff9de9e62b24685f9dce1b0d41190

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5ce18aecf9bb00ae32883d84b88b0ccba94067e8f1dab0a64f8f33c7f42a3408
MD5 71b9199ec2d8e0cc03074a5129c808ae
BLAKE2b-256 8c74a7abf312bbab24759f04b7074d4317d0d76833408374cea036b1c588dd11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 843683eba6d187886bd0fdb10db3a3c385989fa279d9caba383e764fe843fc11
MD5 8aff5eb9318217eeb2d66c7e8adf5c5a
BLAKE2b-256 dea6d66dc2de13575b4d826caba389cb8df617e1efd50b54f8229efeb58d6feb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 3d7ab41559b9057008bddf3009f0591141eb23e1d1b71330a18d056a960c5f77
MD5 1235fee6a7d195c7a0a7360799078273
BLAKE2b-256 53812148d3bf03c148d03feed4d1954f3839e0c59975b27cea9219333bc0fe54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 57acbd6c9ecda70f8cb0293f997058f7da0645a205079dfd88a4a2e5dbd37dba
MD5 eb341c8b3356999bf44b95269aca0025
BLAKE2b-256 24549ef71620bc62c55bd946953dedb82758508a02dcf493cefc2e58a518cff7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.5-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.5-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 05ced301f8f838aeca91027ca632004598e94bbd982982d46555a4460695b4a0
MD5 a6c17aee0af1237f41dfdfd72400fdd3
BLAKE2b-256 f1e91885220ff6eca56c656e8fec7c2d141a03ca5d23ecc5b51b9171f26a1230

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9205131fea4e43529a21868c460ec475bc1c24425856874c6db31f73ec962770
MD5 b0757cd13ff56ef310b066e6eb38f4da
BLAKE2b-256 210ab4d84fc4e51ac9492e78c9ab180e8f5ba9d22a2533bbb73e404d4016c48c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e80e8fbfa3fd5eb99e6da437b6d0e49bdf8360f5ecdfd3a315664e76b561875
MD5 55ec6de7b0bcee7334bb60696d4c4ad6
BLAKE2b-256 f1cc90971dc867c2a3fe75c5a7273838f817d4bd818f31b5e9d3c3b794607b8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 41aa3a740362f6f41030b1ae65619764aeb39d83d4d1bf0e6ce7f77d4599a944
MD5 3b235630bf2cc7a9ebaa0d21038def55
BLAKE2b-256 a9ca4b040ea0e61e1f884012528029ad50c3596d10354b317d21b21d2c05975f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 687dd47324fb3cf5c07b07b4030b689c13fef4c8f2eeb62c661c331c5d388fd2
MD5 7d948e4c9468438f29936b74bcd77703
BLAKE2b-256 4a1d5d3c4120f88f5347e41449a098ef71dfbeece2b79719f642fbcfa3b8af77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7ba636c2a2199c1312d5d43a453521301757acff7c26c08df7c86f57c7d2eda3
MD5 c70e5e8582591458bab21681864f4d4b
BLAKE2b-256 5d963a66aef54d074125e4757f7a8fab67daf4904a19a197deb60a5ed0a0a1fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ea5a9fe420847f69ad015f3f8972bc72c8ac025c582d080b77ed733c447836a3
MD5 3db7ec31e962a3b146f6702e54074003
BLAKE2b-256 7fb20445cd75a2ff3041d6411b90182a441c334707e72a7f06171f34dd27bd46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 755c8c2c94523e214489e9dd10144491d29841f50cbf3264f900e304394006db
MD5 37aaeb975a3f15fe87b050f13117949a
BLAKE2b-256 4adb2d93e403dde2f1f1f1387dbdc17556a94ddb943e2ceaa6289a5650388d9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 67b95e076a4fb15054d708a73794a303b9fd78a43a8c01741a58e6a1d1207afb
MD5 381bfa522c7127d8fa30a6a651adbf3b
BLAKE2b-256 3d6c561fcec29ad42eaec5c163a2869290a87786f0da471c41c7808acb03ae57

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.5-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.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c0831b3aa2dc384735747aabf95769659fa0f9fa37a51f5d27cb81ead49ba760
MD5 c442392446960ba7096db0fe1e82cdd5
BLAKE2b-256 e36f59bd4e9fe75e02f7cbae42fe96f04b5e4cdee1671e4fcb1d55aa0cfea036

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd41df9790035d295de030a863aeca7606888d98ba54a11950fa042c5f60d3e9
MD5 5725139973d3b2244f9cef8d0cdef293
BLAKE2b-256 1d260587768985f49b2c43d3d6cfeeab4174e64f54dd72be4835fba38c793e5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 125267377f98d5ed3e7718e080b3bb9e651010e471c392d5243fdf84e8a76c16
MD5 691941b2df53c1e3a4fa0effce005922
BLAKE2b-256 2215a86a9e9e7f73045250f19859ad3c115c307734fa13c8ff618524344396d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3b71447f04d595cebbdbecc9e4723e6b6594e9ccdfb4a2d924860e7037b66b04
MD5 1fc37ea4de1ed1485c211c924df8a321
BLAKE2b-256 f1f451a2180ec30ba093658f582b174b69666f50519b0ea0ec57253ffe53a5a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2e018d171c362210a9e408e04034e7ed6caef5a4b1223df46c0683b5686ba993
MD5 49c5f6efd50c91fcc791d4cde108f8de
BLAKE2b-256 fbaf7bfcf2ea38d00648f9e71a6cd62a34a0ff4647db2efcee1ba1859d4257db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d38706b146b2003e84f41588991eb17b8c4a4d8fb080f75237cca879f26851d2
MD5 9a46ef6908af2004e1a6a365db3e670f
BLAKE2b-256 ba8fb394012282e3561dfa3e0d59ec93d9a4bcda96ff629d874a7375e83adce7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8519ac1a3878cd97062226dfaa04b6499c66eab7aebb0bbc9ee14ccf5d470dbe
MD5 292a6e54f29324710826fc9bf05aba8e
BLAKE2b-256 1e760f92abe858e851fca0a4757a9f1d29667ac1647602cc3acfb3a2ad91f857

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 1a1755e4e34a3fbe6eceefd1dac890aa6150713424b4ee6facf8885e86185418
MD5 7a8e40dcdfa16b571a4be688718ebced
BLAKE2b-256 011f8f6495e80b5ad223616bf412690c0705bed5ffdb1e39a105e1a59c33153e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 b17a5da4b5722f2cd70053035946935eb0962b60599e8581c4b42da285bdd797
MD5 b9c064bbb27f2248b698bcf3d892436e
BLAKE2b-256 e5295757d3048f4c5951c2665364104797996440edfb6618ea6777efcc26164e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 83c92c71634943acced49f071b7803ea9cc952977aff8b0890168eae5781ec56
MD5 510efbe257ebef17ab826872ed84129b
BLAKE2b-256 68fc21e969717aaace1ea6341f75ea11b365e91c9e0bcb38d85943841173b1ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 60e72cac25703a30ded0c04d3442d6c68d0541e772051cae8df077fa586d08e3
MD5 3f9b70217ccd8b45ce3d1601b9cdad86
BLAKE2b-256 61359c22b0025ae8a6c3a49f776d76f6282cd691aaf5bad806b59dce6781f5e1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.5-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.5-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 1e6afbd77cf262267e9420d524e2f735c90c636258fbda2dcc3e476068a6bbd3
MD5 209e35500ef140f9844d587e7bcdb810
BLAKE2b-256 84b67e6447caa28f21d10b7fcc4742b81d2fde6aab8fe8f044fa1428d9727df7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e51f4c0817274609f557c5fd94d90160c07e8b377a8c44e401d18bc9216e5f3
MD5 4de7ccfd50afbe1bad778e3b4dd3bb9d
BLAKE2b-256 372ebf0a1da23a5f97ad925840951ff6d06196b8727e64247506122f3e616cb7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2be035450c2c8c96ba7ccbfd151be920e80a016915ac7ff2d657a56d83839808
MD5 97cafe8aa897b04f41488d2285bc173a
BLAKE2b-256 0d859d340b3bc684ce38fda5724db2b88b0ebf30ff78d4565631d4253aa4c187

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 264334f56907a8bf6c0d8b010f82eaaade786f27bbaa653f6600edb85d4f3eb9
MD5 c5ab82f1446f1b746431d33ca0bf2e58
BLAKE2b-256 18429379b451278c6f113abd8e8bf6b51d18c59bc036d7a43f5e4a7471d9ef3b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0fe3fe8b3cab7b961cf45358ee594e44345115e76da69f5432fd742e5ea70d14
MD5 3089b1104ca14d9b90c99f6183c9bbbe
BLAKE2b-256 dd57e6aa574e424275bb156a01c24f33ecf51c3942302ba5a399e487aee1a7b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 03accec810f5842b616efa79e0d3bf5b5e580e241147fe2f259d6ae30a92e0ce
MD5 715361993032be2b6d1fbd8e785a1bcf
BLAKE2b-256 90cae6af1ec218a93e644f6d1d91634ce98a112799f3f307ad5515084fbfa363

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 44fc5bc2ba5e141fa5d2822bd3fd62bceddee9ff565278a5e2e6f3ca2bf9c76b
MD5 aafdade9df7732c550145b8e867f7024
BLAKE2b-256 5a477336926e5c45e0bf79bc2dc5b3bf236e2489fd8b3c73ae04b04f71565800

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 57504557be2640eac4198a0a62f4913c9ead197e7a89e101a7f0fac0ebbfa8c6
MD5 b0c3444a62a3103d2eb65bea4b392dac
BLAKE2b-256 b11b1ec1365b0bc9cec9fbc17d0221f15c6545e8935e222107059f4a4196f908

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a58242ed05de59a6742031f2225de07ca0de912612b44002f76b51f2d4a7c2bf
MD5 4d2487ac821b1bc5c51baabb692a5a67
BLAKE2b-256 7f727877f73eaba2a0daa83e7890c1b57cd3ee9fc5f6061717a2c9f91df12143

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.5-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.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9a947b725a4427b44e8deed1675406a947f6ca86d8081f64b361ba4c6605b785
MD5 90711144ceb9624d264a019641520fd6
BLAKE2b-256 2e05406ef8510a25be9e2916151afe9226f2199f50e644706986d35853df1142

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afabeef57e9de3f43ded06f29f35b1a37c3be74c3aa252db09a2e6c9b7fb12a6
MD5 5fe16915611635e2c32bb8931c4b5bb0
BLAKE2b-256 7d1a0fa88b204b300ba2bebbbea63ea2b795b9ec9e67309d033e90088c0eb5bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53e9b1ec97167d3aa58f8c522226e1f6cbf52882e9e556bc19df6fe0499a99a0
MD5 006b2a6371d4857ee9c7cafd33766905
BLAKE2b-256 d7a4a098e22d9a9083fe25bb8f88c3dcd143e63a6da4900f06ecc3dc664a3608

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 9b674b4041099eef94d2a3d2332526e050fb14629bf22814013ae78fc8d66840
MD5 810e3333da6d28cdae3deb77afba3e60
BLAKE2b-256 aae075f2a763001f74285af337bc199cda67e8d5828be4a6097276f1aa63594f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 85745862595a8d0910848a2c4681205635a3d9ba947928c082c007141b16c1f2
MD5 337f88d6e924776735e231a815608e60
BLAKE2b-256 19db55b2eee2e33bb704d4c89037b30bd57cb37c9a5e89fa8267cedc977f1c5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a627d65fcfe23844cf203b81878da6fa212d07186b346e9306afabac2800fb9c
MD5 d242d9bbd48902f4381641d84363ce02
BLAKE2b-256 bbaad5b119f762d148d7911ea805a7d1a4932f496d4c3c828894c1e15cb1f923

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 65cc27e142f551afe6158864a14f7a7b16239f96c713e443c04c777b26fda207
MD5 11d7bd5e779944494e835a91035f8a22
BLAKE2b-256 7f483f5e81dc3534574ca3930735b6640ce25b05acac74d26f2fc22024aafed1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 6005b4a1440b890d6316f95ca5ca48740a168bedc507aac846121dadf3d0e3d5
MD5 f0c01fa7751534ccede5d1ab28511c53
BLAKE2b-256 519883d7aad1f516c09a441ac08eeaf431e585a10003c4c6665e3e441473842d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 0a0559761e291b7f3744951e39c17b08bf28aacaf4d90dfa205be06c6163ab37
MD5 4b02fabeb411e1a4924e4c3d2d548089
BLAKE2b-256 aee76167efcf9483d47e67fa0ce723390c50f136c5d57f065f30cc9afbf1916e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0516b56315bb6da507336ecd647676475ef8ce1b4805e33daec4a9193311cd64
MD5 262be0a43aec64ad39d05e6b8f4e9f6b
BLAKE2b-256 b700ab108d233904b3a38bef91f12aa716e77c8a10ed839b7dd19f5d23e074d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9fb56eb9ca1078a047667d8566d830a50cf018c9469ae7ae40620775ab29ef81
MD5 0321c1cfcc53cdd5473182c51b38370e
BLAKE2b-256 82bfd6c609d3d0e31534b85891db9b7581ed7ccad4ac98fd9834d66bddc5771c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.5-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.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6f4d75c3b74377c23aa8a9614184bda4351d143928019ba005e97d9f0057a715
MD5 da9e479628dc53c1376df9510ea2941c
BLAKE2b-256 e5ccad7216a0e15de32b8142c954d0c2a1ff893bca0080cf10a7d7d6abb76aac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64be67b655a6aaea602676d1791ad2850923646af0c356baeabc1c515a42292c
MD5 4e197038198340c4f827895129ac826a
BLAKE2b-256 f5505cbc5be41aae7a619a86352ea309f3aec2b2a3f05b4da87d81838bc92ff1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf5c4d42901a50c47415245cbd2dd0fc88044e580c63426bcc887ae3e3961cc3
MD5 6e6e5fdeb43458fd97b2314b3d1b02cf
BLAKE2b-256 e1600437f6b575195d801b87907f48ccfb3a577afcc9b5d86a60265056bce0b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 9448825549cb35c80c582db2184396a7dbed3baab52747bbf921b665e2547def
MD5 c3cf72042b6bb23d38ee15c2ff1a2634
BLAKE2b-256 a96ef4edac9c9676d0a2a54046e9041732bf07f71cd1a49c5bcc26e32d5aee2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 93d4561fa1a1609a31f9ba1912e67c7e2e830831a7ad10b7e161aa262a458f06
MD5 d927d28a37c352dedbababd201985784
BLAKE2b-256 f410bc405c366b9103f36afe9c8fff129daedaa88ea302222b59859d3ab6ec92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 974ea7cd9cb9f6f2b6ba2c200601ba30fdf0db5c03f6e5ac0b7c3b0b39d192f6
MD5 39f1c7676115551564e4978ff09c9a2b
BLAKE2b-256 6cb3f2106f697ac83626e9620463b94a068541e2d1d4775d30de8a52435ccd99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 049f09416c89118312ac739474779e473d57c46c215fa885229603e23f435d05
MD5 6aab2d9e11992cbc6cac579d3d6fa22c
BLAKE2b-256 ccf73f972adff9db4c2130315a5e344a58c4ce171b075409b2c2e47c3429ae8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e26add77b733c601b887c4154050135615342148ebe61a81051538a3779a0404
MD5 f576cf3d01580aec3e061813a966e1b1
BLAKE2b-256 0b7949ac91249055964c3fd6ee8259ae39fccc289b5e61d3cbd955bae82f8d75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 213d45b274b9115a259f27eb936cbb0a4b9757e27f7e792b41d687864a5617bd
MD5 875b633f32f4cb60bf7eac62c8f7d6b7
BLAKE2b-256 9c443b5ca9c3a0fae2b028d990e2beaaecde5c0786df111378706ad49491a7d8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.5-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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e4590459a45f89e9da9ea2c65b1480d0ea8faa0e7eb77b8645c8cabd794c0ab2
MD5 1398aec60d2ec0c6f0798703e9f155d2
BLAKE2b-256 d5bd688b441fb4e2543631b039499dbd8398ddd1908f3541eb2c0f65e6a41c44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f7900e8b46a886db21b1694c27e6fa26387620b0ff2210d01f93f8c2862c834
MD5 7c25c2d06517498ddd00bd7dbea04a69
BLAKE2b-256 90bc5450f14208f50c1c16c1b2f91a49bc763aa59f4257d5ff2e5c540189aba3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69a76391629cf11cb382775bde22225343811855e95f682c08dc9a5266698b95
MD5 c0792ae262e7b11acb0c47134b2bc477
BLAKE2b-256 0febbbba47ebe5c15df994ea0cd16ebbba55389e66189d5a318041225ad989f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 43e8fbcf889dd670c13901b48f4620d68f423b1d2c31cf0ddddfb68201afea89
MD5 e854a83d93d42075dd6371a1627126fa
BLAKE2b-256 e89d9318dea8e80c83944d1849bcf989928b41067d35c5d447cdf416e23e4703

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b0ac43e35493a177afed5321207f7e9224cf07aeb2bcf2c7651bbf44170ac790
MD5 9a7c00b2a80614b70c929ba800f18e50
BLAKE2b-256 42926cd509bc26c9137df2c3106052eed8dd683e98fc73a1a6207fc8a71a0ebe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 fb1bc896d019935b798d0fb3c29ab996de97273a80d88b7c2e9cbe11a4c5007b
MD5 008912876b777fbb9c4170c6cea914bc
BLAKE2b-256 f68bdf54407cd61966a51585e586624985cccee5b73a274a06366001013cadbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4bf563eb56bd4247de8a9478999d32ab8285e9f69f03db7418f65b43451ed37c
MD5 bc5fb56611f208dcb9354cf620705c71
BLAKE2b-256 43e6eccf94a0fa34384153dbce391d50af29aa2674c2cb4b380ab951ef1be802

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7b353406761a99536fed1b8eca7de76461798cf652f0c973cdbfcb3b321f71fc
MD5 2070f4734f51b07f507e4c4b459afe14
BLAKE2b-256 cfaad78e7f8c602d06d1828008ff3db1425cf1a6275261b2b3028d28deafd2d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8017f66bb7676f298c00b1966b35b97e08bd73b00b77a66fb14b66321b1ec04a
MD5 90e5307698cdc793e05416b8f25fc7ed
BLAKE2b-256 5654611f54becff93a590c33d08f8a378261e8123bdb7159653928bf0522aef1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.5-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.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 55b9d8330aaf6910d4983f1d53c4a253f92b6f1f73f73db6e9dd319354c011c8
MD5 b94d63045f3726423f5909380e47f72b
BLAKE2b-256 33440067a8afd99e46f23dd328799f962cfbf72dd14f166f4763b28e154da505

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c636cdfa45fdee924e4a9728931335fdb57a82d194530974bf06feedc1d57bd4
MD5 3871f970f70a92d40d8cebb2c59e3534
BLAKE2b-256 ac084686156e9324abd52fb37139061d51d968cf70d58275af73c4ad4f9ec6ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8ca593f94098433da98bdb7a1dd018a7dc5ccd93afabd226c67aaea7978867a
MD5 69e7a93b135c34e670b3dce611135283
BLAKE2b-256 34ae552c8a9b0d4a7ef064316d24ceea2f1c555657be002fbdf0c80dfd77ded9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e4a3ae2e38d443baf97a8fbfbdb530b2072577f6fa287414973c14c362d40c5e
MD5 019de50fd6cee08860f391e70d7c242a
BLAKE2b-256 9104b775b04640faf5517416d461a3bf36ec50fb2bdb822e4653901ef4b3a87f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9c1724409a9588d0112a3c8452ec486d8fa3c9381bee5e0c05e6098568199cc3
MD5 38c657197a2734703d150feac702ec54
BLAKE2b-256 ed251c8d364b8c72f97c2927a096efef5aba6f566cf3a479d46f7297f59eaef8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b169ddcbc0d07126ef5e2e784d19e4bacbbb2fe151cda43a37f677a804b0976f
MD5 4f729454ab08794ee3291fb1f33867bb
BLAKE2b-256 26dbcf9e13c687fb8a62f29ed5ff9a10fcd736bf2be479e8d3a182e864a43195

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.5-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b71776c590692f3e26386b10070832901c4355718b5bceb7f21fca6c50ae8eee
MD5 a206879a10bcea19071f3194d585809b
BLAKE2b-256 4e62459fe9c4e4661106fdca372b7a4ec5f65a68610e5e6d95e24f9fc04e5eb9

See more details on using hashes here.

Provenance

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