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 8/API level 26 or later.
  • Web requires that the browser implement the WebSpeech API to be implemented.

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.6.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.6-cp314-cp314t-win_arm64.whl (491.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.16.6-cp314-cp314t-win_amd64.whl (497.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.16.6-cp314-cp314t-win32.whl (497.0 kB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.16.6-cp314-cp314t-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

prismatoid-0.16.6-cp314-cp314t-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.6-cp314-cp314t-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.16.6-cp314-cp314t-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.6-cp314-cp314t-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

prismatoid-0.16.6-cp314-cp314t-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

prismatoid-0.16.6-cp314-cp314-win_arm64.whl (491.8 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.16.6-cp314-cp314-win_amd64.whl (497.0 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.16.6-cp314-cp314-win32.whl (497.0 kB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.16.6-cp314-cp314-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

prismatoid-0.16.6-cp314-cp314-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.16.6-cp314-cp314-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.16.6-cp314-cp314-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.16.6-cp314-cp314-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

prismatoid-0.16.6-cp314-cp314-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

prismatoid-0.16.6-cp314-cp314-android_26_x86_64.whl (853.4 kB view details)

Uploaded Android API level 26+ x86-64CPython 3.14

prismatoid-0.16.6-cp314-cp314-android_26_arm64_v8a.whl (762.8 kB view details)

Uploaded Android API level 26+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.16.6-cp313-cp313t-win_amd64.whl (482.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.16.6-cp313-cp313t-win32.whl (482.3 kB view details)

Uploaded CPython 3.13tWindows x86

prismatoid-0.16.6-cp313-cp313t-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

prismatoid-0.16.6-cp313-cp313t-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.6-cp313-cp313t-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.16.6-cp313-cp313t-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.6-cp313-cp313t-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

prismatoid-0.16.6-cp313-cp313t-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

prismatoid-0.16.6-cp313-cp313-win_amd64.whl (482.3 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.16.6-cp313-cp313-win32.whl (482.3 kB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.16.6-cp313-cp313-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

prismatoid-0.16.6-cp313-cp313-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.16.6-cp313-cp313-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.16.6-cp313-cp313-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.16.6-cp313-cp313-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

prismatoid-0.16.6-cp313-cp313-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

prismatoid-0.16.6-cp313-cp313-android_26_x86_64.whl (853.4 kB view details)

Uploaded Android API level 26+ x86-64CPython 3.13

prismatoid-0.16.6-cp313-cp313-android_26_arm64_v8a.whl (762.8 kB view details)

Uploaded Android API level 26+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

prismatoid-0.16.6-cp312-cp312-win_amd64.whl (482.3 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.16.6-cp312-cp312-win32.whl (482.3 kB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.16.6-cp312-cp312-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

prismatoid-0.16.6-cp312-cp312-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.16.6-cp312-cp312-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.16.6-cp312-cp312-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.16.6-cp312-cp312-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

prismatoid-0.16.6-cp312-cp312-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

prismatoid-0.16.6-cp311-cp311-win_amd64.whl (482.3 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.16.6-cp311-cp311-win32.whl (482.3 kB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.16.6-cp311-cp311-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

prismatoid-0.16.6-cp311-cp311-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.16.6-cp311-cp311-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.16.6-cp311-cp311-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.16.6-cp311-cp311-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

prismatoid-0.16.6-cp311-cp311-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

prismatoid-0.16.6-cp310-cp310-win_amd64.whl (482.3 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.16.6-cp310-cp310-win32.whl (482.3 kB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.16.6-cp310-cp310-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

prismatoid-0.16.6-cp310-cp310-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.16.6-cp310-cp310-manylinux_2_34_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.16.6-cp310-cp310-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.16.6-cp310-cp310-macosx_11_0_x86_64.whl (299.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

prismatoid-0.16.6-cp310-cp310-macosx_11_0_arm64.whl (184.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.16.6.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.6.tar.gz
Algorithm Hash digest
SHA256 e8c5531aed7bf07a053f23264873a42d86ae6b1ff3a2d998d06d91633a1af981
MD5 8bd950b29c9ff89aa4b1aa71e0e77475
BLAKE2b-256 ca1b1177b1d9a3e5fb29ad943088d20021ab164ec6d8ad9747585b5dcd9f4766

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e67d55b7f9234f1740aaff7a505d3c2c898d2010fae25a568ca2be05375e0b27
MD5 5540e71c8a86b6295098bf0db1afa9e5
BLAKE2b-256 f6065487ea14bed7058011ee9c1206aa0fce8e9d3ddab1e1a380f0e214a6cfb7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 28112d458fc7b997e1df4c9d6e97ea3da1441b24b9fce55c528497f05c9460f9
MD5 f58f3abe328dfe91ec7e43fd3a5b1d30
BLAKE2b-256 c22ea9921dfb9739233654a5c572a030441e645f1adf10771e9b6176042e07b1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 497.0 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.6-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 4221f6a9375b84d8b4f8e023af787a8f98f09673e8362a157ccb96de4a399f3f
MD5 3d20fb8ba8e7ef8f2165968bc87face4
BLAKE2b-256 7ccbe776a15bf246d60f7a84c79051eabc3fe92e5d983d704f71755c54c08249

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d42523ebec21dace2a8c465583c1e191e94bd4a95d0f81b852bd337cea7dbfb
MD5 1a22b4156823dd7e7fd3d886da2463db
BLAKE2b-256 54040d856333d69a69f748dfbed6b19aa78e16ef9b942eaba3bb862933a6c99b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a127e1bf012af247742f60721dc782b105c69115a11beefd0353d4839535ac11
MD5 2987ea6f5cc48a197cf261229a4c0229
BLAKE2b-256 8b847b1c7a3e1b82c6ca59965909df9ead85fa7b6cc45ca514633ffdf123cef3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 20514aae907185c160b47378443eaf74fe9f641b3ce5a1ff82db8b9b69bcb4e0
MD5 c3eefef5299cd04bb9a6a314f4948641
BLAKE2b-256 a08e0ddd56ff79e353c4753cc57d3221875b765168b04318cea7491207a0fb0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 cc76b134f4a70e7d941195bbca9ee4902452cdc1f03cd091d377468aa035ef2f
MD5 66bd8c46639af4f254c010b683d703d4
BLAKE2b-256 3b9256de504fff979c14368eb0f144b334bf7003cb5395c91f24e860f2d1ecd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-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.6-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3141f22a710dd4d059897c39137e25d1d77cad652b43269bc4b0a86669d3b94a
MD5 b240701f1f2ea459b91e37cfde3185d1
BLAKE2b-256 7377a6a7c5cf1ba28cda1c0b51d7ee27677c0795569d519fb317c360433873b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp314-cp314t-macosx_11_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.6-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7190a7b567fab0b75861f42764f7394d0b6e61fcabf0ef01c353f1c7cbce407b
MD5 1847b4bc887f6250e7dc4c5d349aa532
BLAKE2b-256 b9f30de235d89ee8f7eaebe1e8600e250fb56ef00b1df2acbe0bb8cfbc24b20b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 491.8 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.6-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1d22f937906f9a5a92b572da0b2fc80f8f7f157e6cdb5fc1304eb289360c5e18
MD5 f78c00a4e13fd2bb8c68a218845ffda3
BLAKE2b-256 10343b50ed3c9982d4b4b5ad7be8726ac0bf1b23784fe1ab0939282ec4e2d33e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 497.0 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.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c6a0e646f7b7ae190f1708f246e699f4fc75c90ebb4f3374df2bd302f9ab073c
MD5 d9e62e0f7c5cbb422d061ab2e56b93b0
BLAKE2b-256 81815ebec9425106f82b80bd09023ee7d38833405090ce03e81584fd46947ff4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp314-cp314-win32.whl
  • Upload date:
  • Size: 497.0 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.6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b24e3c360d66476c52b0bf5c858bef872f5c9e6613a2292fb73ef670a036c3a7
MD5 057ab594b48a1db143ed638f92cbc52a
BLAKE2b-256 a0a50d63e9b04421e705de347d7513afc25ff6a3a3d16201d759f334613d06f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7559f7d2a97ac7e5515d897ac2b3c711c9fea8dbae37bcf9e60592509969f470
MD5 c1de30b24f5bab553800a91f1dd747a7
BLAKE2b-256 7bfe0bea0f02ddeb8f22a06b941b717c0031b3459b44668affa3300c47807338

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1eea7c2ab1dc0b750150bad5442fe2de3cc06c38238f358aa562d52e6daf2697
MD5 49e2401d1e99a4084300e2ee886cf2de
BLAKE2b-256 9e6078c11e7ec9b4c967bf18efd5c0270053c83f66d2789c4dc216f3e3ae2286

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 daf41c266f979a199939d05ef66b398b2a6c4f2095961c42ac1dd811bad7887a
MD5 6765c8ae3d82fa2b24c539db719ea826
BLAKE2b-256 6c0cd21ef195c6b1c869c244005a7254cba0f2b041ae302ff4061515664f9768

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0a1da4e4e493a47ccab524f57c1bafb224dbee1acc24abbe247ebbff8dd70bf8
MD5 c28bd79e991d463dc715584259c6d486
BLAKE2b-256 7ab509d9c13591b66026722527e26460c930185523fd5b09ceb13b97c39fa69e

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-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.6-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2224484e64f23620c2db55adc4c5bf001c2a5bfb2a74d3042dca4cc8310a48b0
MD5 9b8b1488bd845e1cea33c34473eccfb8
BLAKE2b-256 4018a0ecc53cfe505644c19ba29cbe6f118b16982daf9dc7a4e1ff4ef40ea0f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp314-cp314-macosx_11_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.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b516428c8898f1f0431423fbdfe9e7a0c348bc29a11037e27b5733a3c95b9caa
MD5 8ce1989cb0457a93084cdf96e5cb19cc
BLAKE2b-256 d3d63f88ea0803a4fa867f9d8387881bfee54e7a0515d80bd948d53431153443

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp314-cp314-macosx_11_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.6-cp314-cp314-android_26_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314-android_26_x86_64.whl
Algorithm Hash digest
SHA256 cb91e1b79eaf64ab0977c8017dc25d7cea7651c43ed168b3fc062fbd60c27426
MD5 a7b03eb6882556b9bc506472138770cc
BLAKE2b-256 075ac1dfdd2c4fb5d81d161c97fa6389f29438ca92902723c4c8835479bfcc70

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp314-cp314-android_26_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.6-cp314-cp314-android_26_arm64_v8a.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp314-cp314-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 b779eeba5a9ba785d9681b26b6d64b68f98d3846fb984f902e9b1004e2823a13
MD5 f54812021f33ea6884a922146ed46c50
BLAKE2b-256 d513fd4f4ab8d805c5fd59b9e0a7201bdbf4254ea98b634e19d22377bae52b9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp314-cp314-android_26_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.6-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 e8b34137580e35edd01281cd301b374ba3b83b26d3780fcc2be950ae4e1fdd7d
MD5 3b2cfc4e95fef5ec685520028038962f
BLAKE2b-256 095ef7c1877f6a9697434a7fe30dee1ac44f7b360d1be034f480dde8db839ac6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 d754f9b3f563e59e72b5804486410cd30aa3fb4f44dd5bd7e80527c8ae7a6ab3
MD5 99cf2a8a6a6aff76c85e7c5e7136cbad
BLAKE2b-256 2bb2b23b57152ca3d1c47b171762b3aa3bd74be2faa6a096137bb2c1c45afd8e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 482.3 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.6-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 2d3a3beeac801736ee0e4925f2eae9bf629c19c9c5dfe107d992fa3201c23050
MD5 c2c5cc0215cc781eeaed3195e9e5403c
BLAKE2b-256 284e45e759292e6ff369fde7152e2b550b900f065e7a379cb9d034aa863f7e8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3aa94bd6aa75e15ec11c65feec4361339117cbadaddbbd3d001824a9c1b5a634
MD5 131ea2c547d4e9c8c233539f1deb4c32
BLAKE2b-256 4632f45606f9c9e9603ec334f61abdffc677b5421d6351f6a8ab19c55acb57e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 39289eaf90dc6ed7d69e3d929842e3860e7e41076b8a1b898bc808fe387c35e1
MD5 3dcc3a925508d064fb288cba0e332f2b
BLAKE2b-256 0307eb0bd47a9eb0bac874618efd7c790cac95fa743585c93c549d8d1e1224ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 bc305aff834e4620264d49c1e7cdaf6860680771872299f14191e5dd4b39499c
MD5 d8b04197771325ee24f364977a0d1980
BLAKE2b-256 318d9ab58310d297b6ea4f67518adb03367ac9d054949c7e38ac74b6ed04cff2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 00a5984c19c212577d6421881e9f3d96cd61d7a28e12c0768fe0d3bd1630aa72
MD5 771f03f60d91355bd9c95faa89e4944d
BLAKE2b-256 efcbb1ae26efef737dc0f16eed4c1b20387aedf0b7c88f836dd3d8fe210f75cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-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.6-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7403c3bbeff9549dae98e71014699c3837e01f31f30bd4e1bb97cca3591ac15c
MD5 af69a5f176825bf826d9b05344cbcaa4
BLAKE2b-256 72ee7f498c6cdbbeabfccbfe5e972a4a69ce032f88051a3cba7d710213b1c3e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp313-cp313t-macosx_11_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.6-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 873ea66a0e23aee87d6308057c6796ab89c0e530287488b929c90cdc11c29df6
MD5 a479b3c66962ea80c21a84726a5d47fc
BLAKE2b-256 58483370a30fe358ebdeecd6a0e7f76a11bdba117069bb308cf2d23e98e8a37a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-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.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 31806b77ecd88e5df68f871770c6ead92ccee7e3511ebaacafe5e0bed4f30fc3
MD5 b61f554ac275b1706e81b90c5e8e389a
BLAKE2b-256 8ba0e36bbfb90a679fc4fbfef3e8b8888c32bb4ad7b6718c135b58ef2c8b7dab

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 482.3 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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 96b620c738619d62a9f05f14d2872878e7d79f6194fc7fd9412f13fbef88fe80
MD5 940cad8f6ce4f2fc0f634108fe50b4f1
BLAKE2b-256 b5aa2a533eb73f2d74c8c734a6f16c1fede2e3d7e647df4c2b36dca48c5c6dae

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp313-cp313-win32.whl
  • Upload date:
  • Size: 482.3 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.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 dc9bfa78339213d46d71a76f4fa377d5a1a89352bdde87a93699e68c53b6bbaa
MD5 e371d9443128ead628005c4b907fa774
BLAKE2b-256 93062933112a7ab516b633ed4649748851076adab1078004eec11d5a820b833b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a85e038d438afa937cb72785960d02085b747bfebb62c31a3b374e0b527aa2d
MD5 7a85bacddfacd406804a08e0cce806a9
BLAKE2b-256 a272746e30cd18594b684c6f08e96a5d4c6dac57d32f3b29c977b4ae8c2adc5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b664dcc9e9e35a37756d28cc849565df86f36d40a8858bdc6d2b724db1b31ce1
MD5 7203b9f36ee8709d0e5868dfd320268f
BLAKE2b-256 b3431e6c6b5072de8fe4cb6db0224b50acf59a89a3d0206101a5212eb5f0a767

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 95c87730a7f721102478cd5eed82042ed8fe4d2b73bc822535b6f7824d2b26f2
MD5 e6c06ecc3519ce401606a3df3b3962ec
BLAKE2b-256 712c523da4903a63d507dbd6c7bf50fc8064ed0bf6e2649e060afffe57683d31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4bd50f6a564d116e44f6aeda2ca1cc33b5c9e22a406ec889152f4f5201fc9d59
MD5 ada147b9679b1705ba5afe8a01d04a12
BLAKE2b-256 fb4da65fc9ab5fa7409e7252a4808c941a076fec1f231f63f5b4cd39d2f61436

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-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.6-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 eb5fd35f623923462b183f7c03a3dc2c6a4fe99c94daea636ad51f3d8732e2e1
MD5 a898bc4185f4cb0cdf210522f3af6d25
BLAKE2b-256 ac963d1fdf60af1f18cc81855e266251e6109583784c37ad35e9c8ec47620ad2

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp313-cp313-macosx_11_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.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47383f4d2ccbfd6b39c2bd30a122417b1a9d840d88cb0036a132ecfcfe686b32
MD5 fcff78c337acd78dd9bf29e85daa8662
BLAKE2b-256 dccffc5d14dbc9391b6b39cf3931dac883cb348bd2ef9adb901deb795674cb2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp313-cp313-macosx_11_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.6-cp313-cp313-android_26_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313-android_26_x86_64.whl
Algorithm Hash digest
SHA256 23046833c1368538d3a07153fbc49b5cce02b58bb22fc3cc65c8e06f96d62dc5
MD5 61b7841b37f32798805625c27fd7dc32
BLAKE2b-256 46c6e594bb1c9cd31b84d3e7b5b2b9337854d9ed1b42339226767fca73466d24

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp313-cp313-android_26_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.6-cp313-cp313-android_26_arm64_v8a.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp313-cp313-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 d0608b6cf360ffa42797b4b3fe973c9d8bef17c21ad638a8885fa83ddee1b080
MD5 89d539977cf1c1a29712622b891e7c66
BLAKE2b-256 4e685a1f50fbeb83c2b639010b401c3dc6fa607b4feff352c0c2f71950f8ba4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp313-cp313-android_26_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.6-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: prismatoid-0.16.6-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.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b6271b042641294ba73fbd1d2d00979ae2c5fc82d000556752b2d099bdd6acd0
MD5 5a722bc16b44ddeae74aad4cad45a9db
BLAKE2b-256 b93d3c93f6605581bc2b1cef8fcb2c740dbef419800aaee6ba55a779d6823c6e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 482.3 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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4069f565cc522db1f61b2391d4e023cd1db589f903207672b20b8e329fbbb790
MD5 67edbae53d07618939a54713016046a5
BLAKE2b-256 9c8017ddb59578c9e25aa85765b66fe2cf8e53c4a41d9f9198ef84f9a1c1e5f7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 482.3 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.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 45f7d6b9f6958505d76e1129cc8ebd2b8b9e8ebd57e0fcfcf993d36f3e77d928
MD5 91eaa0b8c14cac52c2221b056c6cf536
BLAKE2b-256 33c9aa76a3561b09304e6363bc5d59efff72d8fcace846c850126ca759c41f82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff7bdef9a866d9d4759f23385972c7afb35d00a1e75c8051e455d170e7fe86e4
MD5 95c19c8b710e38f596a0f8f12589849f
BLAKE2b-256 d0eb012260ba10dad222f09bc2d74c2d5964fbef5c02587ded724f03abd15352

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 742ac96f8f93035cd84148b2ff008ae0cd5c5805b019349472719c491d432d9a
MD5 a606c73358eee81e3cb534c397d2a39e
BLAKE2b-256 6c64199d7d73f043aa32bdec113567122e3d5b704b7a6f44d7cec918ef09d228

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0757d776be7a15fe7a0aea37b808b38e5d6934be14df5fe3ff6feb31f47cad12
MD5 d0dca0a93be2bf5387601a88e2d966f7
BLAKE2b-256 b0a920646f45521a67aea4fc360fe324509adc21589b74d1f46e2757bc9c5227

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 149d440b5bf9c7361560f01ed998c2bb230a3586c685efdcb0689ad3fcee9b83
MD5 723381ae4c8f90141b56d8b7a9a68b7a
BLAKE2b-256 d687dec251d2fbc940ad69dc162571c3406c570435d393882197d09451d9dfe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-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.6-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7aa20755ca64155aeaed4013b93203d09afe4d9c453ed69ac1d7d44f1cb42ad1
MD5 490c3a0f91eb9b5258db810a8144d76b
BLAKE2b-256 a533e5ff6aa8da0acb6eafc4dbcf714861c78afeb55ee869064c54185212b4df

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp312-cp312-macosx_11_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.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdb613b4cdc89214031b6fe88e263ba18d06b5b4ad32a8422b2172f438c5d26d
MD5 d33a035d79a8f44cf01ae67dcb38cfb9
BLAKE2b-256 8b47be0d4c5477920b1c276c2610d73010a11895744dda3e91707fe975c78190

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp312-cp312-macosx_11_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.6-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: prismatoid-0.16.6-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.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ae9eddd3a0d0ec4fbaae07b0ce7475efa25d4c3c3c2bb142d7642e58dbf7ec69
MD5 f8ed0d4e52de8f5e940331c3208dc403
BLAKE2b-256 a2b19f3c2d10629bbac7d2626fb5cd102749ea37969a022292ae2644e8b9dea9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 482.3 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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a3dd3c57a71501bbfb324df33602c6c9b3cdd12a5572f123a6f832352c590492
MD5 5cc79c215a7a7d5cfa01d46c523b0255
BLAKE2b-256 873de16bafb9d0dcbdf3f1733692e98bb78273ceb993c2b892dc04179b30458e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 482.3 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.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ebd2573065a1023704716be6f5021e613cc769068b86ef1169652b6b636e1fa3
MD5 fc10e3b63e8c70e82346258488f76bf4
BLAKE2b-256 78dba4ef8ed9459bd3ca9c94f1b30fb51b0f9a32a2d634c085ef4d991f0be2fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 431d2b70199546dbe7021f00157e2c25b05c45d16d409a049ac2299c862697aa
MD5 e00cdde051379b39ac0fb2e3a2021b8d
BLAKE2b-256 8a4dfaa36b9b041fd5ae495cb2ecc9101e283b7a4958d17617ffd2cd0b7b22f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a299260de557cbcc58e5ed22bdacb18e668fcf0f65f8902f1f980a0a313cb5c9
MD5 3aa116be191bb24c7a83e440e0af2805
BLAKE2b-256 46423928b3e7023c9dfd370feeb56248405eebeffaf7df864acab3616b0beaac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3bdfa663afb6c80bac44a762803c284d7868bb12ffd6f261b5465317c2c18e36
MD5 5e06880b3e3ecf59e120b78810b3b652
BLAKE2b-256 64d4fcfd646a443f882dcadc129c11ebedb80194a200ef20e050ec801c68c7d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 259dede2765144cc785a39dd33f5200e6be1d968f15175419bdcf9abfabc5557
MD5 eda7fe0498501a6567e8645b96181144
BLAKE2b-256 9bd3f68f995d73e28a5568006ddf7d62f9964a56866cf6e3a7121ef519529170

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-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.6-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c4edfe8dc608a3396486095bd63379ee9cd2499da14196f609e6f66993f55fd2
MD5 ede384c09d340e0a64480ed8da721326
BLAKE2b-256 e60726e9d923052b31b07cc338e3e1ff18d8411a20bda67e2a4de0047783d749

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp311-cp311-macosx_11_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.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb4414d92fb0577db800e235d88ef392a612bfde6f7fb8f571a888d5ea4431e8
MD5 2765b003f11afbf79594d4e6e8bf270f
BLAKE2b-256 7ae95d5fb479a3814ba328a79b726d5d3eb0e207c0664e901d1f9447892ee494

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp311-cp311-macosx_11_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.6-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: prismatoid-0.16.6-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.6-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d728144b5ce946aecaf59376b9c832da248e2a2feedd0b495edb710060e75941
MD5 6271742f27e4f56e16bc6e018421fc32
BLAKE2b-256 15f1d646e6cdc9a79caabb6dc02f6b796077ec478be228444233912f42ce22a4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 482.3 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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3f403e7c779f9eb59addaeb4583dbf0eb56ea1bc5488c94bbbd2be2a669990ce
MD5 e9b71ce97276dd984565d552c1a8d119
BLAKE2b-256 71aec40a15ea31fb3705762c7235dfbf3aed2124ba95bd5820411132f78181ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 482.3 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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1f0e1ed92477c36017158382057c98588befdd0c7b29ba8224ba0d4b7e42b4b0
MD5 0760fed86b5fbc42612c5ce582b5bfce
BLAKE2b-256 af155efae0c86fd78f98803ca2bdd4a73c8c5eb16b6f05074fe19e2c5a9d00d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4afb849cd638fd022497e638870bab2a3e0b6c04c230af39739f6d8029b812fc
MD5 0aab089f4c846d5a81091132670f698e
BLAKE2b-256 072dd7e16987f667e28d8c53716f3bc0668d4a8fe1a9b8288e17e6965bb720cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 89646e3b29c980abc14dbe950c3412c63b3f6c3123667586f73848ed0bb2f7f0
MD5 6cb8b183fcf9f0cafda016f830ce4ac0
BLAKE2b-256 c2e79fd7db34127181965ad3cb3c7885674723f76048e1b533637fe7784296c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 27021c48d0c40b010e9581177d1f6c8053055ce195fbc84346ffd57167b5b8d8
MD5 3240fdc4592e25341d8acd2120324886
BLAKE2b-256 3e61ee51d06b57d2b0935298d90833cb08fd79e6935f175cce837b7a8000408d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0137bf86959e44b3b38a7a17e5b75c7da3e5cf0a549d7e7ef3fdd9a867b0b818
MD5 9c2580542fa3667c546670a0e5353941
BLAKE2b-256 4e7817aa9b85df00685c83ba92ea2f24e51cf47b40d68935e8e7717287e3dc9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-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.6-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7923c7b2af5a81c5e7c1ef18e314bd7c6d4a07dd9b4afc7272f70e8a1f12f5bd
MD5 c5987e7edb44df01dc65215f8ac37393
BLAKE2b-256 f09f68ab7d932789745875903814df1dd9249ed6fae4705561abdf199c44dedb

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.6-cp310-cp310-macosx_11_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.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ff774a2992b838326ba47bae8952d3a5f41f0c82a4445e1029a3412139b4afd
MD5 c64085b63c19c69ceb57ca7d1ee5b207
BLAKE2b-256 d6da0b456bb9fc2853de6dd3808f52ef74c131f4d3e4db4dfbf08bbe3f9f5aa4

See more details on using hashes here.

Provenance

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