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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ ARM64

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

Uploaded PyPymacOS 15.0+ x86-64

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

Uploaded PyPymacOS 15.0+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13tmacOS 15.0+ x86-64

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

Uploaded CPython 3.13tmacOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.13

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.11.3-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.3.tar.gz.

File metadata

  • Download URL: prismatoid-0.11.3.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.3.tar.gz
Algorithm Hash digest
SHA256 0376be653958f74a09316ea775c148977490cd128bc65c6502f3c89890be3639
MD5 03c0040a95738283a23a72cfbcaf4f91
BLAKE2b-256 d626e7101e31942cef7ef582be42e93509f20054a8e60e03f82599bcb65a5268

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8fc3348b94cc90be33d14f4526f2019cea2e5b27dbd2cb061188eb704f8fec15
MD5 9bbcb8ada43e0da6344384624e2e327e
BLAKE2b-256 0ff1b465d887db677026431eac63501d4bf2700ac1c89a12e29ac682da439d76

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a172cdd80523eeaa2cf9b6428d3556ce36bff8c6312991274d911dd5529bc70a
MD5 6b8f8321e6190e5979e4061fda4abe56
BLAKE2b-256 09dd2a268d1a7d28e9eb839c25c8cfaacfeea98e2205827a67f5c88651f48307

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 decb3fe3db0151bd5ec0bc339cf2417b8d39e0b187006ea0439c35da6f1bffe5
MD5 5c7e08f2dd6509decbc9af339800a3f7
BLAKE2b-256 f95f95d578f2a356776c8fe187e1721a5df8479d2f0ad4e800c8e23b723c9cb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 afc672ca2424338e1138750c0626bbbde3a1bec5820dc71a1ccd44039969ddeb
MD5 302d2dd1c147f5778f31dd1d98b2e448
BLAKE2b-256 6dc040f4aacdf1b21347736698c633c167b0e6974c5741d571b3406438aeba95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 19d5c5a25cbe105a07e6f179259e4a27009b8111a3afa889760348f75dcecd63
MD5 42bad6b2dbe6ded88ef82d691f7ae0de
BLAKE2b-256 2c15b8b35632d6a70e2c467293b3fe90f6c7e23d798859d4fd051861c40959d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 f00122b4ba6e1748ded677e9343e8b7109b7e868dfcf40946c565a11f2d56a21
MD5 e88e24e471a84cd693cc78edbccac882
BLAKE2b-256 9159f2054dae0a00b301b17f10b8cf1db0cdeb11ed96d695d1d5d779c5d0ef74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ba2ee59432f50865d0fffc770d330e599cf5ad71bef4f0d4ed7c16365d1ead1b
MD5 1ae4bdd8c4a458f0a67bdeddd710120f
BLAKE2b-256 b2c6d08302083027850cb1d1a8c2186899826ba359add1f84d08fd59f5908018

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.3-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.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 0b1d46be0d0cbb3cb02ddeb118983d697871b26875004641d50e53f1ce1a0a6d
MD5 6c6b8d65ad3785f7fbfda26ea7c4fa76
BLAKE2b-256 90a742756e4968438042ee511d08c1ed1186e00bfac6af1c2fdb53618b1347f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1d7ec2b64998897fd18c409fd135c97cb02afe9a35fec17c0b10eb10cb98e60
MD5 c749a1a8b2d282a74483a3ea8e59aeb7
BLAKE2b-256 8691664c66043004cd01ab30b7b0cc9d7b8634ef068d2d655eeed294988bc712

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 345732e5caac3bfc59081f5be8814ffc57d747514e57e7b5b981d4aa22f1c349
MD5 efeb76040a133b733ebbfd8cb262415c
BLAKE2b-256 24431c8e2386e7f0df89e85ff2c4d81e60bae6126d20756a00eb20e5c1239390

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 74a3226fad37ca6f801e9518b847bc08f4affb7ed17b4d31b8e28758cfe2ccb6
MD5 cbbc2bd9c0950dc55c51c88ca1a5bcf1
BLAKE2b-256 b2239601cf62d4615e057d6a27e1c968e1afedc43f760d16c0e9ebb8b16dd6a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d8cec6acda5bacd2ef2aac8c0cf7c6279c1c59a643136b2e99a340276c2249ba
MD5 a31436011b5a5d9974913197c09a10c0
BLAKE2b-256 9cb933771a1f913928655493d68f616cf2c720918bda1b4e550bcb662e34ce64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 187da27581ecbca829638fbafa63dcf526d061814079e596cea40d3380b0c30c
MD5 e219cd90ecd03b8321e4dd3cd8f104e0
BLAKE2b-256 ff2c1869436ef306c2634a9511283a7af9d427e0aa9920773772b40f361defce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d34c9b34c9819288559d219957138fdf3ed3c88e1df3f34e6d7ef5b4993570ee
MD5 043d3b3e240496e00c2d3fbb98b28639
BLAKE2b-256 093e8e8eef593e1cff154db6a0c739d69cc33f1e2801a50e944528086b569e4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 90cfc9da3b7dd9722c447da0c38ec7b3b0498a5f3f07b80b5f40dc0ae010f4a8
MD5 4cfcff96698ee5962b65583f6a2e6b1c
BLAKE2b-256 e00d22355e4857c67a5d3a4a75fabdf8178680f6b67ba6b0d7a31223e0f49bd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 60d9d590e36955daccbeb1c5e0e61d576b536023cf58aa933628aacea781dc13
MD5 381ba8d1f8823bafbe857e31e8444bec
BLAKE2b-256 3f4851f78ab41253995b7fd117450ce4db25cf330eeb465c535cbfacfa9e0235

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.3-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.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 77dcac567f2b97de9a404932cea8233f623e847c78c37e9d39d78a9dc4a5920b
MD5 e3668393d784d5fb0ed1bf740a21fecd
BLAKE2b-256 134bc77a3c5c47c70a7d3417e22c1034a2c1d64fbcceeafa1b3bdec9b328b87c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 264cd6f5ea4c2f7ca2b65df48c7e91a50c984a393d8989e118cdaac5f344f511
MD5 f6997f09248be7b24e149a52b50be95c
BLAKE2b-256 929832d0038be7a3ff01cacb6becf3b854b99a17a404b520be38447e5523fb9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92a6d0ccdae11abcfa9d1fe1184b05f736f6d315f5b21124c9e214b2a7c20c1c
MD5 9de376a0c8eb8497d0c8d277bd987bf3
BLAKE2b-256 bc2eabda16f57dfe8300812e6684f5c82fc7e6524202c1ef554c66886396b54a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3706b43c05117f9939ddad2c29d00eaf47accc23c47b908cde7c10223363f488
MD5 a4e612004d2a3720a01573b6079e4f73
BLAKE2b-256 77818155beef63c0200a013779863ba53f8ce39081fdb24d1107683d4ee163d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 5adeb191708e4d65edcfe7a7473b858111c5df6e6e5aceeac448a770a9e36f8e
MD5 7a05027c6ccccbed5454cff7f0d415b4
BLAKE2b-256 4a5f4d6f4e38e5d35c69e1c9e7affba5a0f304555555e81b06c00efd5118ad4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 014a2998c5e3277a54387df5a290b96880550e08f9501ff87836fdb93c8c806c
MD5 512f4e7e56e2db557b17aaef094087d2
BLAKE2b-256 62007b9a5abed7b616cae4866754e11602f6a56785f25f60d6d4fb5ce8343bdf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 abba5047619a751eaf7a21afbc261b25df10dce24655a43262cd9bddd5bcaeca
MD5 93d8923d76163ebf01773cb0b2955938
BLAKE2b-256 1d23d8cd24bfc2d9073e6f0db49989df9ab258ecac5c3b49ead5c99ee6729fb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 4da478f861b322e235833134186f55561f11dc1a1491b59b41208e866ceee161
MD5 a79b3b4ab4f18fa7d15c06cd43cbc761
BLAKE2b-256 1a02aee8a1aa25675f1ede8279be5e09466d531700e478fbaad9bb7e1bd547e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 038fe7b7a33915592267dca66ec4c9a8b4b8b199dcd31bd5a2d8403eaa8f275a
MD5 1c5dc84b818d70e14ca859c6ae04c1f9
BLAKE2b-256 816518e4bc3b195e9e43ded79869dfb1eb2990b3816e5d5a95f39df67f774e41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 966965f9f48ec9e538f599d580d37b377aef3257e30636d215c623c31d7e8ca4
MD5 c5cb93cc570ee2f163a95d413ef08199
BLAKE2b-256 f73e598482bed9f8f49dcd8754681594d872dcf74a4276ce52eab88c0e3e47b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 b24998b4210e977ab75998cd2087fba604e75b40d84544e14ff393eee1507450
MD5 a3d9a0a11db4152064ecbdaec57493b1
BLAKE2b-256 e7d6f5a00f18e83c1f34a7e0ef0a6e4fa56dc2dbffbfd8d3af89669c2b384eb8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.3-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.3-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 266d8bd69cc6466bb3a4eed7eeb86e09a7f55092abe71b36ee77765b6cd84c0b
MD5 d01cd3fea9440e2ddcf8836c899bf1ed
BLAKE2b-256 b8900f6a1a6b65dfbd2fad89660c3b6c5377fa599c496aa9cda199673c3ddf72

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b5240c288c65b5a5cf0751c986cf279570817279db29b87ed24b9affb90af60
MD5 13f26470f2b8ec9dd0e15f1dc9395a1f
BLAKE2b-256 9041cdca7d49227d5def31359e7d53312c38d62de7893286b9bf566d01351f34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5b09ce96a1e885ba88a0efeea5b9101b8ff200d1619eab826ba8ef59d39858f
MD5 8fb52c3804ff75efd3fb01d6f1e0862e
BLAKE2b-256 7557390ff8dd6afcc841e5ece0df9048f41d455b7550d5a5f8174d72bbf5baf3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 755e92758e0487d0a61b1669b15b78c388ce754c6246b5ed5b9e6d1973fafb08
MD5 60033f9b6c45f8f06be1af98f5154329
BLAKE2b-256 5493883ce6e33abdbf9714a9452119ba02bf4d6d76c0bad2e46d851c43e2e72d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 41660c84ab1f3b4309be7af9fdbbf91c74d252cced1b1833e472643f4323b28e
MD5 41ff2b0104574cb297026d2179c55fb9
BLAKE2b-256 a150e80d8d815cf947e25dc285d66d4a77aca2b5aa087c75969f7845c39dc785

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5b01a993b95e4d8c26bd8ca5ca1e8671550df65654c1a47e1d66c471e662c1ef
MD5 739373d35f97eb348dd6ee6055a0739e
BLAKE2b-256 9416979bbad8ae5d88f5d1129e5f5363526446402c612b7f7e325d1d27dbed19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ec052717223e69ab8ad461ccd55d7b96b64be243e76d09f3aaf8b493e87489c9
MD5 e7f03c28e36ed08daf6e67d7052e3578
BLAKE2b-256 19ccb09fd9faa7b6fa289443768bf77ecbd0c8659a6d4b97d55fa27d6ad78fb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bc7c00f1109c5053d66766f93d9e843496f37de1815848c012e1a5429ceab8cc
MD5 4ffb59a2ad5ed8aec69c589a53f2d190
BLAKE2b-256 63d80d9dc3de06fb6608eedfdea98bec2d9cfb7c3a86d2e760035a8f745a13b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 42f7615b2b45b23e5c79409122143e565f2998bc65cdf6c130c1d77d08c1ebfd
MD5 48781ecdc5d45f8fbf2a262c67f6728d
BLAKE2b-256 2b37ae55e1369b13ea96014e8fb2260d33a0b6f13d9ddb7816d816a6a646f08a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.3-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.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e058c80665a844ae193b4a4f3b169ced0fdbf8f0b663a523b20464956dc80681
MD5 4fa4a1190b40769f7b4693bac86f232a
BLAKE2b-256 24f5da270317bcbe496145feb51c366f0e54094268e9ef634bb56095b0c9c464

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8f88561027cbe9d6713f9e68f561c0b1fceecd3f3d4e56aa2501b171cfe96fd
MD5 50d34e74f38794b01473af041b04c1a7
BLAKE2b-256 79e26ab8142805d0d74853d88acb3f68c17dd273a0272ad2e06f439f2a48369a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ff1a39039353b79fc8ba98908ff52c1645f597d8a57afeaeca961d090ab1ded
MD5 2db82107719b180e39df5b9d23d72fa6
BLAKE2b-256 112a91d129a71fd497fe3c3f4087f9c2f835301f450c61c009dec93e64ed50ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ede0b63c4ccb6829766105b821c2d0431125468252a21ad705b57ef36fd16910
MD5 ea11091ea703c17fdb38f213d9ff1718
BLAKE2b-256 77c4fc8842634cdb085eecbe56d3f8e82c0eb5b9482f6d77ba64e8588abd4847

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ce4434b9bb69299a39776b9e94d7051dbcfa3556f3e4052d7948669dcf0c54f1
MD5 0de01611f29692c16e803052eb25156f
BLAKE2b-256 3a1a820917f4ce416221502285a3e3cc49229035fe70cfa62a6030055c120f03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 db361aeb87579370c74da865d02c470781f46d5d88d59749e281b4208bfb0fea
MD5 52cb5af4762c89a097d03f7ae4186aa1
BLAKE2b-256 e32250402a4fa51d877e67d0d3e07e5b9b97e8fcbd31f767d2809b095b1ccc84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 aac6c573976b96d1adf3aee2f829d62febccf1edcd0e7c1c95bcb1800a03bb4d
MD5 2651db6cfe1f40ad4fb6181b3de30428
BLAKE2b-256 d5722ef0321ed288acdf7ab5562e5684f810f58d9168e60776c5a8f68178d9b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 acd2148896812f616a133940d5e4484a86c66ced482973a66058eabf6d7c9ce7
MD5 784f48adb4c03a67b79938ef67799dc1
BLAKE2b-256 ec6cf38396fbcaa03d20a1e875c6bfd42482ff51e8b7cba19e3ce2a58c333cfe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 18d0b869db7528b2e2e9ee503cdf7a292ae89a80a5bb960e6b84acb367bbf1dc
MD5 22710ce3efbecbc83e7d8bb882673076
BLAKE2b-256 b378723965cf4c409197619bb0af4efd64dee2a765e1762a5f50f0fff0b9aba8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 7c1c8414bbd839c2e306b2d247b66c4c35377339b267ae29fb3154df369804b6
MD5 84e0c57f5661dbf292fca2a387483c77
BLAKE2b-256 b4a51931d2ef21e4ac0f3f6b184ea4197a66bf9f72a8b4114092a2540cccaaf4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5d33381719505f643c3c2a70b92969ae1262930cb790828fabc51afb8e616952
MD5 f04035e87f24346406f99b8f0b7913f2
BLAKE2b-256 b197e28981fa2648eb21d223c1df8cfcb4008ffd902dd7de8f4252eee8dd528e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.3-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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bc30e7b1e0fed206bde88e9d820e37bf1e05ec9c2e7e62e5362b236b871a247d
MD5 b7898fff149a8a190a00249269c23f99
BLAKE2b-256 756b4cb1501b74b592a5b8185b3b081a8465bb5cf538feb3d49570528e362ce3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7312f2d50b0dfade79d27e4d46c3df0a416e4afcfc376ed68f031664a4c251bc
MD5 7d3816c922d181d4a3d98cf92622a93f
BLAKE2b-256 f9a6e541a03c1682c22796118bd98c10f3f0ef3df0609a5adb94b162ccd1a5cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7dff7e850e33f12f4da88bffb0a4580be2a96eb01e959632f81cda63d0fd4c2
MD5 6b32edc871e89a6ac2460f5aa6baf897
BLAKE2b-256 f15ceb1181afacd5766073654dc688ea589254a2f4ceca3744615121fb1dbbee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 46cb35db687df0a5361d6cf428b3415cf0406756a63bbd6c7d42c8e3dce74069
MD5 4b9b6606c19f974e6c3b666bb20aab57
BLAKE2b-256 7528cb390349cfc8d84b4e77e1ba00d7f160cbeb27d8b550f417a4ac48faf6a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 95f6e7f066a6ba4f65cf2e3aef7aa85a0848307203a821ef7c6112c68b95bc20
MD5 4d2a6291ad902fb89167d071dd73a9d9
BLAKE2b-256 27040213bd5a9c2d874acae0fd6b8bafa441827e9b1cc76019f8f6042826bfb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 50fcd6f5c1c3f62323af860e4f078ff02a0b5df05de6ae11f3b012bcd31d043a
MD5 acc5e34dac648548a7a5aee5671dede7
BLAKE2b-256 7484d030a347fd4720199dfc2da92060bd5be9475f044f91f5814ceb59c2b2c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 46f1b726cc5bc658ad700e55846e4a254b489d55dd7c4d5d1477e299ebce8b9b
MD5 c5d38f4be329e0b3afc3f2a8cf4fe7a1
BLAKE2b-256 6f57a14204cd3e0b2f4cedbe418a25d1d0d1f4a744a57ebc97d55d3d4fc1a354

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e52ea1cb9c0d05bf83e056a988e0b096767235985222efd7c891f77386d72ec1
MD5 ef2b6f4aa7d4a0dc30fc5de779f217af
BLAKE2b-256 32de5de8be88b731850a931a1d428659d50ef2329b138076ba3ecf41f584b061

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6d03a56685e821150afc2b19c421ef4ac8b35766d0dd80060e397250a7c21548
MD5 fb0a251a1c4439c9fa7db2ec87302edd
BLAKE2b-256 deb98138bac0d78826c536b723fd4690edd4dba85bfbe5cfc6ba7f75da78110c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.3-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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 86c2d1f25d4e5715cf2c46e720aaa2f1e492f098803745c7edef498534ad79cf
MD5 09b355031934ea5dc771eadc768699dc
BLAKE2b-256 2522bba78259d48c09ad79578efcac4362eeb8185e3ee6898d8f2a6b84376489

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9d647f520252b87fc7aae22d23b605961a7605f695c39c6a7f9269cc493ec71
MD5 35ad0f46953f2d20ac60c713e7e3c76b
BLAKE2b-256 dffd58b055ec1e045c22a71e181dfe2da7599e3951acda1ff771e1edbae32fa5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82b7e9fa702e684e9d8c6fd1eafabc1b3d130091fc10e489cf9e107ea656c464
MD5 28a3b250c51890a293afaa1ca90d94d3
BLAKE2b-256 af76e801630fd29f46983f6b448388034056c94f2b8cdcca70700d8ff017253d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 937005e4eb08357ed917509e3e53e292408569a6ca125dff34585c20bfe7c7d6
MD5 85f08eeb292bdf7fca9dea18602f3391
BLAKE2b-256 9aab6768bf7d1ece6dfcf91eadd13d26e373d02642eb466d5c1c2fd549499267

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b3ffb4a1fccd5f76c6dbfe1fdf841615c647e61ee2bc5f6d7ae2414ba83ba07a
MD5 6d4374da70f74226fc9882f2e13b87e8
BLAKE2b-256 361be393255f373d391c26b7e90a59c183c0ee9f628f76d277248c5f4fd657b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 05c0a0ea8252fc8c93da5f03dcf59715cbf080546325bd480c5ad4c43fd571c0
MD5 7560d9e45ffe19af3c3df7876aaf43d6
BLAKE2b-256 2eed9e2f8261a963eee9826ab9a287cc49637013267e24c74b60b723167d1c59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f2a326165444091165fa83f95e0496ada9cfce7aaa83a7b2b2909861ea96e49c
MD5 49448e4351f200da0e31c776bb8f63cd
BLAKE2b-256 94230d6262c39d29990950e38329241f645a41ccc58b03e0d12466bf507f2427

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4969c42f08da7bbf954757f5aeac43934d9f393d2ad2a93468dbac9925978fdb
MD5 ac4d95d861d267721cd42df8c6538ba0
BLAKE2b-256 d5011764074543f71e023a818fc3e1b14adbb984cf15d1f498ad0dab3c6b7999

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aa2fd9235e48691c4bca31b8e90b898685dad956d4a2ca65b2abca0a03459bdf
MD5 44ba681c0f2fe9a83cf842917f85d8cf
BLAKE2b-256 56221fd6bbb596ea731766e50396e6f6da34d4c18a83002680e99163fcded658

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.11.3-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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 54cc6bdb4e25726bb379c4321361f9d0bc6a19aa1c875a19b0c574a26d15c642
MD5 5c8cfa911bafe5e604b3d7346a1216c1
BLAKE2b-256 d6e89e751b5af89d8efa8f9b2e5424fabb13be665e449d670ccff6694dd47e85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74d0114f53061ede268fa7bbf902c5c08db31eb522f50472ca0d6e0834eef5e0
MD5 8bfc29f76abebd014a95bacbed120704
BLAKE2b-256 0ac61f0b8e224a5079e4450d8f4494987307e1d8157ca5e4682a7c9ca1c5adf8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 961dfe0c5d27aec8086bb396373bd98b78b492914a2489970ce39e76f00a1e83
MD5 e8f6b378ae412aedd253a06531b13836
BLAKE2b-256 7ae34de66df4a7f2f9392252745cfb255d534f399ae693ed1edc3bfaf9b6aa98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b078a5a6db12a445804c3eeacc9dbb51297e0c95228030cb3ff3be27210a0395
MD5 4cb2094f0d1d4784e98fc8cab79939d2
BLAKE2b-256 fa14a05aebce4e6c3106e44512056d19dd5ab2d245188d505aa6fcc0fc0dd512

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2d71e97345eaba750f1ac30d0044bb9e71e4669f5156785913894b6e387ddfc9
MD5 515cc6bbdb39e446691a98a0c8eface9
BLAKE2b-256 dbf3ee8ce5a4b43986ac2faf969afdadc8b6328a0dbb795c8e34145192e39fe9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9b8fd715d44454b4234751b812ecfe17e1a1a8abbe742b15fa7ee17c21bdf9c4
MD5 4a57366d27e1de8ad13d8ca9d6b02840
BLAKE2b-256 8571c257b3543971d399528732e2b0b5f4e66de547330d22c7d60a65f58b4f8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.11.3-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8a8f02ab3cc819a2ff1daf83c1e10fa12c644a6c0d4c26f18355701f6e03ae19
MD5 fdba853c805f789770ef56b9dbd651e2
BLAKE2b-256 785224de1b02cca20731467a082127964e3323fdbb7754e5b0528d9f5d435dd5

See more details on using hashes here.

Provenance

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