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.

Minimum system requirements

Prism requires the following to be met to function properly. If your system does not meet these minimums, Prism MAY malfunction or fail to load at all. If you attempt to load Prism and the load fails, or if Prism malfunctions, please verify that you meet the requirements in this section before opening an issue.

  • For windows, Windows 10 or later is required. Older versions of windows are NOT supported.
  • Apple platforms require either MacOS 11, iOS 11, tvOS 11, WatchOS 6, or VisionOS 1.
  • Linux requires Glib 2.80.0 or later and Orca 49 or later for the Orca backend to function. Speech-dispatcher will work with any version of speech dispatcher that supports ABI version 2 (which means that versions 0.11.1 and on will definitely work).
  • Android requires version 11 or later.

Building

To build Prism, all you need do is create a build directory and run cmake as you ordinarily would. The following build options are available:

Option Description
PRISM_ENABLE_TESTS Build the test suite (currently reserved).
PRISM_ENABLE_DEMOS Enable building of demo apps to demonstrate Prism either generally or being used in a specific language.
PRISM_ENABLE_LINTING Enable linting of source code with clang-tidy and other static analysis tools.
PRISM_ENABLE_VCPKG_SPECIFIC_OPTIONS DO NOT USE. Enables options primarily used by the vcpkg package manager.
PRISM_ENABLE_GDEXTENSION Build the GDExtension and Prism together (on by default).
PRISM_ENABLE_LEGACY_BACKENDS Enable all legacy backends supported by Prism. For the purposes of this option and the LEGACY_* options which follow, a "legacy" backend is a backend which is supported but which has a very limited number of users, or is only available for compatibility reasons.
PRISM_ENABLE_LEGACY_SYSTEM_ACCESS_BACKEND Enable the system access backend.
PRISM_ENABLE_LEGACY_WINDOW_EYES_BACKEND Enable the window eyes backend.
PRISM_ENABLE_SHIMS Enable compatibility shims.
PRISM_ENABLE_TOLK_SHIM Enable Tolk compatibility shim.
PRISM_BUILD_WINELIBS Build winelibs which allow Windows apps which use Prism to talk to Linux and BSD backends when these apps are running under Wine. Requires a Linux system and winegcc to be available.

Prism is also in vcpkg. To install it:

vcpkg install ethindp-prism

The following features are available:

Feature Description
speech-dispatcher Enables linking to speech dispatcher and, by extension, enables the respective back-end module. If not defined, speech dispatcher will NOT be a supported backend.
orca Enables use of glib and gdbus to communicate directly with the Orca screen reader. If not defined, Orca will NOT be available as a supported backend.

Documentation

Documentation uses mdbook. To view it offline, install mdbook and then run mdbook serve from the doc directory.

API

The API is fully documented in the documentation above. If the documentation and header do not align in guarantees or expectations, this is a bug and should be reported.

Bindings

Currently bindings are an in-progress effort. The following Bindings exist:

Language Package/add-on/etc.
.NET prismatoid
Python Prismatoid
Godot Prismatoid (in-tree)

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

We also encourage bindings to either follow the Prism API or the Python bindings, with appropriate modifications to the aforementioned for language conventions. Bindings are of course free to add on extra functions, such as the Godot one adding speak_to_stream. However, the objective should be to make transitioning between languages as painless as possible, plus take advantage of binding-specific enhancements. This paragraph however is not a requirement and bindings will be accepted either way.

License

This project is licensed under the Mozilla Public License version 2.0. Full details are available in the LICENSE file.

This project uses code from other projects. The full listing can be found in the NOTICE file packaged with each release or at the repository root.

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.16.2.tar.gz (1.1 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.16.2-cp314-cp314t-win_arm64.whl (491.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.16.2-cp314-cp314t-win_amd64.whl (491.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.16.2-cp314-cp314t-win32.whl (491.7 kB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.16.2-cp314-cp314t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

prismatoid-0.16.2-cp314-cp314t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.2-cp314-cp314t-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.16.2-cp314-cp314t-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.2-cp314-cp314t-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.16.2-cp314-cp314t-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.16.2-cp314-cp314-win_arm64.whl (491.7 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.16.2-cp314-cp314-win_amd64.whl (491.7 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.16.2-cp314-cp314-win32.whl (491.7 kB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.16.2-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

prismatoid-0.16.2-cp314-cp314-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.16.2-cp314-cp314-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.16.2-cp314-cp314-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.16.2-cp314-cp314-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.16.2-cp314-cp314-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.16.2-cp314-cp314-android_30_x86_64.whl (853.3 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.16.2-cp314-cp314-android_30_arm64_v8a.whl (762.8 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.16.2-cp313-cp313t-win_arm64.whl (477.4 kB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.16.2-cp313-cp313t-win_amd64.whl (477.4 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.16.2-cp313-cp313t-win32.whl (477.4 kB view details)

Uploaded CPython 3.13tWindows x86

prismatoid-0.16.2-cp313-cp313t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

prismatoid-0.16.2-cp313-cp313t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.2-cp313-cp313t-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.16.2-cp313-cp313t-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.2-cp313-cp313t-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.16.2-cp313-cp313t-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.16.2-cp313-cp313-win_arm64.whl (477.4 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.16.2-cp313-cp313-win_amd64.whl (477.4 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.16.2-cp313-cp313-win32.whl (477.4 kB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.16.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

prismatoid-0.16.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.16.2-cp313-cp313-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.16.2-cp313-cp313-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.16.2-cp313-cp313-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.16.2-cp313-cp313-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.16.2-cp313-cp313-android_30_x86_64.whl (853.3 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.16.2-cp313-cp313-android_30_arm64_v8a.whl (762.8 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.16.2-cp312-cp312-win_arm64.whl (477.4 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.16.2-cp312-cp312-win_amd64.whl (477.4 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.16.2-cp312-cp312-win32.whl (477.4 kB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.16.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

prismatoid-0.16.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.16.2-cp312-cp312-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.16.2-cp312-cp312-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.16.2-cp312-cp312-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.16.2-cp312-cp312-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.16.2-cp311-cp311-win_arm64.whl (477.4 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.16.2-cp311-cp311-win_amd64.whl (477.4 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.16.2-cp311-cp311-win32.whl (477.4 kB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.16.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

prismatoid-0.16.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.16.2-cp311-cp311-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.16.2-cp311-cp311-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.16.2-cp311-cp311-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.16.2-cp311-cp311-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.16.2-cp310-cp310-win_arm64.whl (477.4 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.16.2-cp310-cp310-win_amd64.whl (477.4 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.16.2-cp310-cp310-win32.whl (477.4 kB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.16.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

prismatoid-0.16.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.16.2-cp310-cp310-manylinux_2_34_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.16.2-cp310-cp310-manylinux_2_34_aarch64.whl (184.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.16.2-cp310-cp310-macosx_15_0_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.16.2-cp310-cp310-macosx_15_0_arm64.whl (182.9 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.2.tar.gz
Algorithm Hash digest
SHA256 74626a736134021d3b1d6145ea84f211dae9a32eb98db7af0c38d402af49756f
MD5 75fcb5da175b597cf9b40f87f97a327a
BLAKE2b-256 45354e7812a66a6bd653cc4655add2d181644e61e21beb0005d615e2d3f500fe

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0a4badfd4e711783d97342238c43e848f9efc4f99df7820d91206913aaf36756
MD5 34287e38a8e0e16f2671b0f3785f3ba9
BLAKE2b-256 166957ed23664a2dea11247df1225e629c69292b7d34ed6c69521b3ffb94236d

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7cf1c75305490a84ed44d49e89c898550fab0751ef6b22fc5c16ca72cbbe549a
MD5 bd7c870f60072c0e0d926813acf4e89b
BLAKE2b-256 a1c9c29f2ea389feba249e54b37be4f98ab4cf7ef21599ab2ba59ccf5e3ea5b6

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 491.7 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 c1b641ac6b3e9cb91ad154cc4cb4af457d9c0868bf1573ba743696a85ef2c322
MD5 ae8efd6aa363ce0ad078eb5d86e8a10c
BLAKE2b-256 e85e289b5929253bbcffc053b1a66054c21df61b3fbb78e311dc9b4a85166520

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b51e69dc8ce0873d707a316a2bd55955038b87d1d6930f55f183835e484eb74c
MD5 714fd4422c2a64d9ac64e3b48876aa3d
BLAKE2b-256 9ab7baf0b72c8d562a12e7c55b9d8cfe727c44a6e4b98c08de69fc3f94ff5472

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2bd9f38b6614b08a8cb77dfc70253527990ae46be2ea41a5a30e7abf031a3f2
MD5 0730a0866d1b9b6de1c01a156f2c3f02
BLAKE2b-256 7e5729228184e5183800b9087adefe0e837063eb21e3000def7df94d9a0a6423

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1c3eae464228df734579fcf938d1e24f4f9908d70172e38b519a5b87a50d6dba
MD5 577d5e095cebfb7bc1605b205b0cc287
BLAKE2b-256 bc49de3052f1fa721c5ce2d211535a5ca879cb27ef19a24f89dac0a3863769f1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ed20ed3b2536a5223a316fe4965fd10de734e24c1b8a21c6a9834c3c5df989b5
MD5 02b7407edadcb9717415f83f32433531
BLAKE2b-256 c2b8dd2a39cf39a003d5683f1c615103353869c0e5c4de625b8815390ecdd9a9

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3c8a6ec05b5ced3f3266f2db6a1b4f873b07ff872b06c7d506fdd3f5727954b6
MD5 4b752c19221fa7fde94ffa713a6430f7
BLAKE2b-256 911d3a20217afcde04ae1fee746b5370b2b064abae09daaf8e966b1950e83b81

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d5520e2b0dd798bf6edf7dd38ea14b9f65fb4c8e045074098a3c3f8a1d467556
MD5 d1cc8d93c25e482b7663a236fd1cf770
BLAKE2b-256 4e8812ff732b7dc650360141735e1702f277dce7142d05b59b918e2004613132

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 491.7 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 26cf00385a8996ac46b9ca8e06ddb0510abbdab376c58163a044ac1107a4078b
MD5 54be83a0f010e8c29f021d0e4d8f0a40
BLAKE2b-256 e2c58cfbafa3b9aba5bc1c487219e28c6650609b2e5852122acf5bee81642ca9

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 491.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 25611b0383bfa71b32851a175715876127bab3cc69b01672c6ddfae05f5fb786
MD5 356d6ffde1ef543571c35a126ce3c8ab
BLAKE2b-256 43bf98965bd30f569f45500c2e963d1c91c5fc9044eb42c4c2a545807039c89c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 491.7 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6bda4f766ab38ac7fe7f3d1ca486cb45f332df643f51915842347938e6b04dc4
MD5 eed5d74f24daaba6d2bec1e9c7cd570d
BLAKE2b-256 1aa50ffaf4816fd65e921a256a0be542df85e2d0f632c888c57792e0019b94d7

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6250580e138282b1635e704b9aca06c6bd24fbe216861da6cc3196b09c7ec896
MD5 31f838c3e7617439c277bc0141ebdee9
BLAKE2b-256 6e9c7047cfa1f94f9ac74471d205c25b4736551dee31fdfc8affc37923f44e5c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4cb12497f7a9e7237e2ec45df59a293d4da19ef8346dab7e1e3d6e22fa06f32
MD5 7ed6c35d798e4a082b32b5958bdadd62
BLAKE2b-256 884290e8f36f37f9e566e5bd5212efaf7c8c9909c37947e4aafd49b71f9757c3

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 9c23027e1c06a47d7f1a8b40c7bcbc44291e05926a3bb2bdeae9f5ad183574fc
MD5 f5c406597a183091ad037ccc5aa6561c
BLAKE2b-256 24e52f997c7a9091b9899d8bbecfd778207acbe19a13c0cd308fc612270ceb47

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e41a0365d7a46c9db1e202e96d4791a7674edffe502f905c840ee351b07c9d82
MD5 5aa31eb3f479d6338781da40168f166e
BLAKE2b-256 67000a1d5739d4d937eb52c304982f1b2294802204788009a27dcfbe83a40157

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2b8273338d8e9a10a6c5f5f218fa5ab8896b876c3ddfc2daac550219b32a7d26
MD5 abe102384c46261e8460fc8ccf94b834
BLAKE2b-256 1982c4d18a21abe7a3fdc97e06564a0dc7ec761303c114aadcd0a64830774853

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0e0f6c44b76791a151e1dc5a3d10f1d30d1a25ae2a165cb7494974a0c361c0ec
MD5 eed345e4a3913fe4e19268c3b1b842e3
BLAKE2b-256 b2e588c046e3706339845ba2c1ebae3848d597f7ae5b92a052bc725b9596dbb4

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 1290314c78e874c1f494dbade590f6a580727f3c1befbc644933a98fc5fa9b2e
MD5 24476b01b73b0382d01e19dc64dd95a3
BLAKE2b-256 1bbb5c136bc71b2f3e00be83e352287a8786b7fbfd563c158927c6b1f9419e50

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 5f7d70bd6ba585d45b456c5127b7054c1bdc66a65eddeec9602b9d6c118dacb1
MD5 2e77e474bb486d8e394951a407161d3c
BLAKE2b-256 97349d244f5f37a986921e7e53f9e2ce085c601d22dfc0cc2740395e03af104b

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 80beb0435fa73b87f2e7834894a6751169aa57b4dad47a4a48d888c16bdf5495
MD5 4153647506c920c6c8c7de06929ef02e
BLAKE2b-256 c65c6380d176e13e9f174bd7fe5b917eb917fe5553ff83d49999d07b5fd09b6d

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 1dc2d4ffb9d8ad5cf4c50e68bf32c5dbe54974dc89a9f3e087fd734320baeb2f
MD5 a60579a9efe739ff842b117fc94e6cbb
BLAKE2b-256 122e5f6237ba1635e9fb6d83a493222c0d28e441d549cd1c69297bf94e07b819

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 e8c0c03c634eb53c2521f0aea179f3ed864a6fbf78cfc5549f61fb893f2156c4
MD5 84ec911a912a884607b76385b89e43d3
BLAKE2b-256 3f8562309656eda814fd819291b71146703738bb5449d0e112fd62620f2f1102

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb06d4807c864c53fd6ad7eb53a843d9195008e574dffe7ddc67f5771f3242b6
MD5 0eecdf79568071a74ad409a27996bb90
BLAKE2b-256 e79576c113992e7baeaf9fa81c70b4a4be6b90e8b4046eea5ae0e25e09e27d24

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe7b56d8b202f6e7e74a56791bd6532c52a3a0afc1ef2cabd3e1a56dc545c330
MD5 f6fd44d888be0dddcf96d70a6c069672
BLAKE2b-256 c4192db896dda4c3e636c0ffb6f4d64675b1b0580f3d1731e805c545bcba5dfd

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 23646be4913b5ce8dc9baab34058294c4d49cb0220b49c19087e05bc16ea006e
MD5 19a9fb9d21199c8e30cd1f0033b72b8a
BLAKE2b-256 d52cf94523e13334c1bc723ae0879c7525faa47ad54435b9dae1be1f9ab74e31

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ef980c59d8a4dbaa89379b0519ad6f22424dc7e2b0670fc9ffb24fd0cd86645f
MD5 9914773edf223c0f9553daff398eaecc
BLAKE2b-256 e99a96c61aaa0a5b062321474a22295937c94c4ad099a6808790a7167b39e3df

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7c1b31399326df57f6cf0b05b788056975e0747cd93cc7954aead3115b0b22bd
MD5 cb5b7c55d5a2c50d1d3ca8cbcefe1add
BLAKE2b-256 84eb97972ed569d89f2a418e0b8de43b6813fe5dafa212d1ec2fc97717f8c347

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d64041babbbc4a9284e38a69439e820b5c6483fc96dd3b092ce27815dcdce42c
MD5 d10edffa25a4a1e4fb7552776b7991b4
BLAKE2b-256 318cd3dc7fe733e9f0f7dcbc3402f018b59de7863f3fb68ad8383cec376fa0f9

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 68412f52c556b508a654217352fbfd6a3e001cb665207ee979161e56fe4c6ccf
MD5 0bd59e61a7464d31b68a56093f8ed30b
BLAKE2b-256 e45601b74c51972fca841065898285adb27f3def85da65e93147c9371167b41a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a271d4d5275a8cd39aba096cece92b70a38d10477b138b21f388319cf544b7f6
MD5 a5f469585583d0634668223ed241b416
BLAKE2b-256 912df6057f14da2a9eda70c233d52a62e16fdfcedea0c3c634d252cf4f90962c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b31f52268f3e4707423b56f69c24ddb340237bd8b93c161c2ec32fd7b317aba5
MD5 c25a228d105af3a29cbfcf2b2a9ae5ed
BLAKE2b-256 1573e76f072561f40884cc32fbc73d38f911366b2987d2ad63babbcf81bba775

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5150ae167102408d32069d8da093d117d03e43757bd41ba99e250dea3a3a9db0
MD5 7d34f987090476af86c7121c20af285b
BLAKE2b-256 0e49f245098d1f21bd6eb664c8ce52433f8b6dd2b7ee51a5afedab8de4f3e1af

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60bc68dcd72a12ae6516cae2aca7dabd72aa03de59ac95fe613ff4f699e805db
MD5 7d169547ff94fb50e125a9dea38ebca4
BLAKE2b-256 acbbf9f8bd1de4590837eef30e003ece33d8db4ddc3ca1a3c94cde1cb353a72e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2ad5b72ae892707214da9aaeba4731fcd512286f151a6be3dbef8f0ab9371107
MD5 95c4a390d7e29ea55f2e3267c8dcd2ca
BLAKE2b-256 051b54eee59442ca0d98f69e65ef156cd8f5cdc796e10d45e7a6b065551f658c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d1514441f9a19821d81a644d4ed6583c6dd2b3ab4b2c85b9677a33daf9edfe49
MD5 4479cd6321d4f27347be27491505f551
BLAKE2b-256 49d569ea79bbdbcc3b778d2cc181a6d66a2bd6cb398b147adf1d1a36b7bee42f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3ab7254653e8253329c2ca59de37678b5a9b620739b6619f8c2143f89198b512
MD5 881f55e41c6c1645926f61e404463e09
BLAKE2b-256 bd9184d7c5e85629d71b9a04f4421de6b20482f6fc197db6aedc25aee2bf2410

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d78f8f5bfba21f7dc7320e2e1354ae4919112daa9deec5508c2156b8be5e2e41
MD5 cd8f5242bd2b72f289be77cf6275a47f
BLAKE2b-256 7cb6d022adb428e1212363b7fa0a0de2256f56d3f93bd5664a47c54364c627d5

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 b070f2b749df2e193c6a728d34b919ec0a8838cb3e574bc70ea4c55afb14b232
MD5 e7780e3a0c7e5b128346e0c1c7eceec1
BLAKE2b-256 78ee0b1a96b5e0d8704b88de28028b6f6480e491860a569b97cc39802d11dd06

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 d96609679057a0ed12aa490152227accceefa9d96658571da8432ddb6cd3fce5
MD5 b7a015636b2adae87a48ae51c3fe3121
BLAKE2b-256 180ea342d359ae41ce66b5631a2ca27fba46ea75a99e7702c490424f62161a3d

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f7e83ea5bf181862a20531a13133480d8f168098d78248ed458b43cd383963ea
MD5 1ad83d52e856157452485f9fedf99486
BLAKE2b-256 77fa66c889db927492010d2a482b2af554159e5ca5b9575e9a3a86d36fc3319a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f2ad6bcafa034642fbfdb1faf75afd69e9cb7d48529a1054e4981cec7caa14e0
MD5 4d2392bee339ac99005d9145811fe799
BLAKE2b-256 728254625d6e59921a1f25663b3d32fd1325207b7e30f228579c86c432cc3755

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f00f319264f9b3678c75ffde2f524636125d38264adc8eff7657f406f91b0c8b
MD5 e8f14eff40264a81c6f751150f4b03d7
BLAKE2b-256 40237fd2fe84c278fe47dc7f46abf8ea9e6be0e9d3dac246c6bdd6e0fa0052e7

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35d611426cba3a5dae1cebb90aca2132225dda54af10b7ea1b236edf918fd96e
MD5 8cfe39d3cc889ed38311b10a286400bb
BLAKE2b-256 c1ff2741e537c61c67a0a9a57c83a2513155d2aca3b480ea664985bf70d7272c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6bf845c04003d5aaf235e4bc928536218caac6600bff408311192b012384dcb
MD5 1fdd139b7474c5473b87dc20a03db80f
BLAKE2b-256 bc3490154c3997b6e75077b8df81b056f0a555db8e195838c20c49795b2c3dfe

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f019a85eebdf2b66985ada4964ec130ea4001f563d217ddd0a6eac5048d35052
MD5 718320125c4654a102a22f9bf0734b35
BLAKE2b-256 cc3e490d4927b339e54ce5e5374d814de06ee17662217780fb05599e57101031

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0bfdc49026fc41df364d33d38041386614a30d3f729d3baef0641aa0ad9a8209
MD5 305344a3697fdce3dfb99ae3419326f9
BLAKE2b-256 4e809d20fda526155a1c323507d9eb8187984cf7e5aa4734456526c11c80399b

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 eaae50a01a147dba101046daf8b4225443615774a5454ee62dbf569ead6e3c0d
MD5 97cf95394104db385ad55a72baee73ed
BLAKE2b-256 23091e0a44b9befaedfe4d7649174f8233d381198d7fea9f908895933cdb320e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 21945a3c64c6055d8d32b30db1094ce7e9e7fb114a1bdea1fde902292dcd5149
MD5 c151121aa27ab5bb3bb21f32931fa979
BLAKE2b-256 90d4cf6aa3826351ea50edc30e21cb75526fbc5d88f0e0b71e8ccbf2c8401566

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8d9bd229727eeb7caaefe080925d759d4085e69f76a59335f51240edeb38cec1
MD5 3ba0deb12a2b9e1706b8832cc712ed5f
BLAKE2b-256 c2cf4f22b9f46f02f53d5d8b8668908118cdd6ba8276b0458331fc5db35e7494

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d903e1051bb9835f545353ca8f928f566e7c085850a6767322e93f8c1d98c0b8
MD5 a2aa4e146d5d48191941a88209cee54f
BLAKE2b-256 a30216cfe8e10f49d6fad8403f50fe2e9dbd0958fd6cc3ac10c88813f972056b

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7b5ae956a5e875951744c596ac7b79acd27e2bd935dfb2b16ecc05861fec26c4
MD5 9fd37e39dbcf4ed0dec0df08baef7e02
BLAKE2b-256 46abdf84c5707bea1229bc0973c1d1ca423b6a6edb5200d68fc50f43a3908ff8

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92d1c4f9b769312655cca130d5cf40d8c8de5d3f899502640ff2f5a3bd803452
MD5 64529c0b72e651244ca3f09e62635fab
BLAKE2b-256 e54136a4de68817a576a15e26b4bc817d0032a54191976f5ae95d7332a9616de

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d04505e0f032cf961eae81406233dc7b131204a657c801baa989bda065ee77f9
MD5 11dfdb816084b0832d19e6bdc5d14453
BLAKE2b-256 cabd0f1097fe7bad596accb396a6905c27c06d20d46cf7896f168144b2c62087

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1d7d6ea0d12cfb92ee9875d8981aa175e3e7ef36f43ed98c0a5930e1136d6d34
MD5 e9985d653ad1c5495a1ae1f9131fda1f
BLAKE2b-256 a593b17acacebab821f9641852c8ee62ecfd403e9c89618fb2babbbdcd655ac1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 25fef427b3bc4c712d44e4d573914a250ce65f99d173e20af34f5006e1b28fd4
MD5 db296056257536b655cc6454ba03718f
BLAKE2b-256 e50402560f76b20631eb3b1c79296d610f8bc2b5c3725458425edea8525e6daf

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4c25a374d8d7500a118175f3330ac9c08d4167ccae614e20a4cce9fdff2bd4bc
MD5 44799289a29396ea508966bc29cea054
BLAKE2b-256 ae4ab7ba7aa925752c712382272a6a0da6af7e2375d697fa121965a586e7357e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c047356f9533bc5fa04bc0af166d76217b3ab0ced8337b0d3693d815ee055f98
MD5 880a583c1e85e3e5926db9883e3c60c8
BLAKE2b-256 eed696a534bd984c8b68b71f69393e30c071953d14a24fd901d81648bb221c7a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e4846bb4bd0ece6bed92c918a4c6317ab236d5dbf5958925d3e9d7e8042bee66
MD5 26fbf9f01bbd4a732e834614da9cef96
BLAKE2b-256 7b4f5d0eb5d10ef16b009cd3ee7f9a47ffdb59e42a4ea6dc61b87a560025db5e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 17cd2c5aa24125c22c3f428260acb938da6c8f581e12c52736a4fe150a9373ae
MD5 9bd808ba75f57a5eb3c8b8335a12d61e
BLAKE2b-256 2eb7660c857e115d416b22d25efffb59df38919481e63d49e4ba36f53a383aa1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.16.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c1d8b2563f8bdcbecb1aff66741c8edee3dd1000ade7a44e6ac56189ad833da8
MD5 ce70bffdcd86ef57f3891ffe3ecd476a
BLAKE2b-256 c0666e22de503a6eb35c4ff496a2f9fc644b88d1049f46dc3e0ee410dd34b248

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4dbb141fe1d83b02b8b62d04f525e893e32e703c2d9006a1a880e9594c8385fb
MD5 a54e2eabc775e9dcfdb1d02e748ada80
BLAKE2b-256 f5b48c2fb7906a476f1fb0488b43f1a027ef9278c17a9d4fdae6a81a8801c6d8

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e827e06b7b5044a34b69bd7afd0eaaa4038e6f264e685d2a9bd3928cc93aab2
MD5 c8211b1e98c5ebb421e4ab3a2ab3a043
BLAKE2b-256 29803fb3e8630b555e25b0db3bb7b6b90117132cb3ae55675662cfdd90973b03

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 40a5add8484ab8de44616fa34b26b787eccceec2ae0f2c508bc574cf3b1ec3e4
MD5 cac7686a2af55fc8e5c5731fd64e2733
BLAKE2b-256 a40fdf28ea9a77ae11e9d2439b1ec67202fff72070101fa259f0d6c835c64c2f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7356e3096a4caaa52eb015ddb3875c5752ef4815642efc7eab646470176d9f51
MD5 6bacf0ff0538e067ba8626c45dfc6a49
BLAKE2b-256 6f0916391408573e06c2a35b403ab7d36bad8f1680ca009e07f106b62ddda032

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bb4ab457a4fa7c3cbdfbbb6fe508b61fc2d8d9c82ef7f01c0e047f705b114037
MD5 37b159a4f9e4d9cea3e14476e7574c83
BLAKE2b-256 1e150f717038e2c5119fe3ab4cd2ef96b3f988393f3918b61e7d7d08579e5906

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 29c7ad07a0551d07c3b2b082ae60e22b1eb7488da04069812eb0f7c956eace20
MD5 9c4cde80eac129000901576d8d720eeb
BLAKE2b-256 09de3088e497c6598b462270c19dfe3090114931bf7b1d239dd285a468df83f5

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page