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

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.16.7-cp314-cp314t-win_amd64.whl (497.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.16.7-cp314-cp314t-win32.whl (497.1 kB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.16.7-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.7-cp314-cp314t-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.7-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.7-cp314-cp314t-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ x86-64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

prismatoid-0.16.7-cp314-cp314-win_arm64.whl (491.9 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.16.7-cp314-cp314-win_amd64.whl (497.1 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.16.7-cp314-cp314-win32.whl (497.1 kB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.16.7-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.7-cp314-cp314-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.16.7-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.7-cp314-cp314-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

prismatoid-0.16.7-cp314-cp314-android_26_x86_64.whl (855.7 kB view details)

Uploaded Android API level 26+ x86-64CPython 3.14

prismatoid-0.16.7-cp314-cp314-android_26_arm64_v8a.whl (765.1 kB view details)

Uploaded Android API level 26+ ARM64 v8aCPython 3.14

prismatoid-0.16.7-cp313-cp313-win_arm64.whl (477.6 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.16.7-cp313-cp313-win_amd64.whl (482.5 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.16.7-cp313-cp313-win32.whl (482.5 kB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.16.7-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.7-cp313-cp313-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.16.7-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.7-cp313-cp313-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

prismatoid-0.16.7-cp313-cp313-android_26_x86_64.whl (855.7 kB view details)

Uploaded Android API level 26+ x86-64CPython 3.13

prismatoid-0.16.7-cp313-cp313-android_26_arm64_v8a.whl (765.1 kB view details)

Uploaded Android API level 26+ ARM64 v8aCPython 3.13

prismatoid-0.16.7-cp312-cp312-win_arm64.whl (477.6 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.16.7-cp312-cp312-win_amd64.whl (482.5 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.16.7-cp312-cp312-win32.whl (482.5 kB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.16.7-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.7-cp312-cp312-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.16.7-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.7-cp312-cp312-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

prismatoid-0.16.7-cp311-cp311-win_arm64.whl (477.6 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.16.7-cp311-cp311-win_amd64.whl (482.5 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.16.7-cp311-cp311-win32.whl (482.5 kB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.16.7-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.7-cp311-cp311-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.16.7-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.7-cp311-cp311-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

prismatoid-0.16.7-cp310-cp310-win_arm64.whl (477.6 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.16.7-cp310-cp310-win_amd64.whl (482.5 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.16.7-cp310-cp310-win32.whl (482.5 kB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.16.7-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.7-cp310-cp310-musllinux_1_2_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.16.7-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.7-cp310-cp310-manylinux_2_34_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

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

File metadata

  • Download URL: prismatoid-0.16.7.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.7.tar.gz
Algorithm Hash digest
SHA256 490c57e7e6f49d64b6a9c89bc414a5891cc0e35bdb3fd6c30bd6d62c1e921839
MD5 86237e8cbe1d00aa5c766014900bfda2
BLAKE2b-256 705479ab832494759e7e99f1e758e37c2dfca8c65b1a5899ee1496b65f2d216e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 ddfede2f650e8a759843e733999fd8b3d378cb7a923b40abfa3c6e71b7bdde31
MD5 9f9679b4c6b5bf42fac8cf985ce4149a
BLAKE2b-256 d8f883a01a4f506532eb47e96ca3599d48cbd33ccf93fe06b837b68dbf916adb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 36ddedacd68f896a6b342b6c6c6c6021cffbb8687c60baf370d576e5db21966c
MD5 db3e3d62433965d9ae3752abc8497a4c
BLAKE2b-256 05c80d9ab97d486301e39c5a63ad3c4081db5dad367955933b108a20437b5c8f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 497.1 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.7-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 3c401f147fb865823b04ecfe5b287813370aa228abcbdb59608df57841c715fd
MD5 dd4e2043c2cf85c659314a381a495f9c
BLAKE2b-256 47ac7d2e2911cba198ca4241cedd254248c3cd4e1552ce90d7ac2704e6ff74a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d00101869a01e1ac1a9ec1563cae16944b946bbef33b2eb97cda804c38279f5f
MD5 d4c7ed3b9226a2eae124b203886a897e
BLAKE2b-256 378e5417e6c361da01b1ee324099d7e3129a558a9f631ea197004b6fedd312a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc34ed087565f4f77668deb43248f1cd0a5d2d3d14729e059a200856db19b7c2
MD5 935b979ed2a383f4750d4db41b3260e5
BLAKE2b-256 e362868cf5b6317d5f28868ee65b3357c7519a8436f466acf18d395d1311ac84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c0e158e6c98847c0711ffe7f969803be5ecc1c4bbc47b5d6e9022e1153ba48cb
MD5 d29cd48f3c034a61de8221674680f950
BLAKE2b-256 e9a4459b655a850b14ec5c45b9fc83f39bdfb5e48434b10060f5063810edc2a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 1853c59a6952371bdf04fc575894d41e1e3586a0e0bd2915fcc553e74629590e
MD5 2482dc0bec0084d2d453725a38119f6f
BLAKE2b-256 ab527a885761af448671befaac59852b6edbf82430d21403afcdda5190443739

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bdb2e366c1a4ba8c74625ca5941e01f1f64186bd1faf4388809e2d668bcd743f
MD5 e49b5afdc599c08ac8cf83e1b84383e5
BLAKE2b-256 82c3854cb48dfe0005570526c63b7c1ef65bdcb437584404896e15e6f27dd463

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04eae85db8b81d44196b0b18f1aa3c094ae76cd0b4af7f1b634fdb421d00cba5
MD5 0b0423c1f4606507ea63c9e7c4722212
BLAKE2b-256 3aa1347661fe7e0dcc7fc6fbe2298e69205ea179cc80cb36d67553881b8cf5bf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 491.9 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.7-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c9633e370f2e040b88183c8d8950b8158ac83f20a6063688030c971b63ef67b5
MD5 bc310d556d71082150c80e3433c239a2
BLAKE2b-256 22533d0c47c458723b5516ae80a6f5de4f7305c75f835cbd3348687d613f05c8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 497.1 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.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8da9fe85514537d0eca43ba22f12b198013a9d6e0e36943a4b8336622a8b06ee
MD5 79a2f258318cd0f4872606c9d74713cc
BLAKE2b-256 530baef6f3935ab42cf952fded4dd1e00ff19a171a6e9033253364eba46b342a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp314-cp314-win32.whl
  • Upload date:
  • Size: 497.1 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.7-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 bd666ab514c8553cecd024e085258ce18d9630470a19e7fcbff0bbaa40ba3543
MD5 552039a5950628febda4852ffd0d38a6
BLAKE2b-256 8655fcffa37d0d9145e79d2c831a61d39f21be4f8adb7f88a742eb38bbf84ba7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67d4e0591e65d89a0baf8aa9300f5ec9fe6587dfe72f622f54c0a04660d86a0c
MD5 54f3e45467fbc8486bba44d960396a7e
BLAKE2b-256 4026b7a1bcbfd8d842c95ed7f3f86f63b6a5f6f3c095d5c28dbd0f05216f5f3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 78a515e21ed317531c37d9b8f674ed193994c59131596acc7d3caeb42e0d1587
MD5 1bf7eea30750a67d5652764643f706ba
BLAKE2b-256 0d8eea801631fd6877a593ce84fc6a815507a7fd9c73144ca47b8a3a08fd243e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2e9d5383b07c3a112bece8dee0122f6ec37f2256852bd05d940533d046a7cf93
MD5 5a4ee9473acf8bf0c7e9d576763683dc
BLAKE2b-256 457ff5b4cf3d07a2eb1113d4254e77a4986ea5749a119578ecb1138be037941b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9e2eb72a079f12c114ffea79215fa4540d6adb7582bbe48bd2ac41e702821647
MD5 97bd35f73973fb5643b946f90d68ce7a
BLAKE2b-256 0a82c84cbd1e81dafbeaa2227a780aedf9a59e285442719cdb059504db51976f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7e581f23c4d07b1fac83b22623e9f78c264e751f04f5cd8932ced194e5c4fe29
MD5 0a9f4f5dc11b6aa6e59bc3b127ff246b
BLAKE2b-256 8945a523b743247154baa627c522fb5d741158fb5c284441ef00d1d8f3e3c5b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58ec8156841b7d429b65d7f84185cbd7820a611e3ba394012e05519cc1eacd78
MD5 8f5f11a834d77aba7693693de965e40e
BLAKE2b-256 e7fd1abf29d879d841254c667fa51a410aeae76abb0753d3692b3949a031c721

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314-android_26_x86_64.whl
Algorithm Hash digest
SHA256 3134bc10047a224068b16363865e46d004e32d7ea54fd9dbe5f8e864c012081f
MD5 e070b2c7b37d2b4313191be8d541e869
BLAKE2b-256 e38b9a7f15c21684b465137e45b2ccd16704b0c2fb1b589dd27328adda69c488

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp314-cp314-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 ddd34f9bbda876a430b222f1d88da9a91204caff95024aeb66761663aebbffba
MD5 40bcc6b6092432861b19020947210bc6
BLAKE2b-256 9059d470c7b786bce30118531cea18b589282728343d91f1c1b16cdb17a8308a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 477.6 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.7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1d74a13ad73d39eb2421ba82ae079e634b3579e32b9d4828dba0d969438458eb
MD5 2f5d76c5d56cae9475f730956826ffdd
BLAKE2b-256 30d185fe4a2223b49480f3547eea8c31fb26d2bc1cf29f09525acbb56fccf2b0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 482.5 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.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f2157d74700c2a4ca77deff941cea771e63ac7462ffa8fe358c73e0099de193c
MD5 f66ef361c45d9b4bab1e8f0b81d94b90
BLAKE2b-256 e04a62c150363ba246bcf4a3c46a40e69546c23215b6aa6f80afceebb24bc6ac

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp313-cp313-win32.whl
  • Upload date:
  • Size: 482.5 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.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d152a980268969788321a41beb61dee95a8814f918720f2e7aca454d6fb53f34
MD5 8946370a5e608fcb13701f28283a681e
BLAKE2b-256 3c79b6554f8b9fbf28b1402ab3492719d0df76f48648449f667e74cf2b82e53a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60633ed2e55aa6cbe2542d34ef69b87bbc001e0dfa649115802846da4eb71b43
MD5 cfd7ee9652edd2df4adc473608ed47a1
BLAKE2b-256 b6cc575b43596707bc01c4503b6802eb83031511d2f5863b6f3ab1f1a6f227a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a78e2c009d694fdacbc3577fc600c91631c8a10254100e77b432f89cdf6c8174
MD5 b8b5031979dda839493c7b9fea21e162
BLAKE2b-256 7515d88ea74f9dbf3595b5b334c5cc999a61c61c5f4326a46e39bd7918117a51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 9dbf723d6a77232aa0365fff2fb92a383e633a71632101e00a06c15298a4a8c7
MD5 23fa55c4e257f9f17acf274d5ed2629e
BLAKE2b-256 481f8c1562656239abfe398a45807addd9242f3f2fbfb5f0925ab6f8b839504f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 03523ea9d97387229f65404fc9ebe295e4ed53c879872667e6d4a51a3d60ea2a
MD5 1d7ca199ee847f57ce83efffb9ca2fda
BLAKE2b-256 31f86c9143b3dddbabaf49c6afb6515cfe3fa33beaf374462f03cb9d9e27c990

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8a9454ec9fdc1156ebbba2cc2d1091940ad027a10ffbc1a023e4866d888cf13f
MD5 d592adca2dbeed9f5abc16b965b5693a
BLAKE2b-256 6e62af25ce576fdfb002f1eda307158097e10cfe02fde96094d3a60d8c821725

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88c0e4ff3c33fb0eb342f08c32f0cd4732906374ebdbb01a56404be41c49c09f
MD5 c0a8ba2da7fc26bcde6677e19a55dda5
BLAKE2b-256 0352d874ac9a8bbab4032f617d727fee4b1e8f2557c3570619d797af3bce957e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp313-cp313-android_26_x86_64.whl
Algorithm Hash digest
SHA256 f2e1e75f591a1bdccbe2fbfdad94b27b769b8a3b3b1392206d51a106a1342daa
MD5 d173ddaadddebb53be8060e09789a8ee
BLAKE2b-256 5516c024959f108b5a7d13bd7393d9ccbee6ae8769cc643d38f0b57937a507fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp313-cp313-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 78bc58ded4c745299ec864da1914892ffd2be9917a638233f5a31b6d53542ee7
MD5 ea8dba30a34034aca8b28d134a0e8c20
BLAKE2b-256 71879475ab109d0d4e6923ee857b78506b087aba00a9fc9f5f18532029434aaf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 477.6 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.7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6696b42f34e0edbbbae5270f2e566c64fe37e2033195073642ff00b4e926b07d
MD5 b7decf7839fb50e565c213bb25ee8587
BLAKE2b-256 aee0ee18309505df912684d2819ef556df1c94c7bf79aaa5d619a81227094b00

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 482.5 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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 32ba0d35cad8eeb38a58453b3a7008c2c44978f80b2a570619519c6e4ab4ff74
MD5 8f391e156d22be47708d3d5171eba3d0
BLAKE2b-256 a925a5d214a446df9a2646178dc3503c00e2c4a70d8d3e47fe43bcd23ed155d6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 482.5 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.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3357aaf03daff1fceaa8f5b6f5e50ee96ae919a93c4fec2a22d11343330e98cc
MD5 b2a633e6c447d2a8b27eb6d04f0af6cf
BLAKE2b-256 cdbfb2d8d319e221e3278d2862688e4346a0ece14bfefef5a615fdd3450294a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 388e234e2137c04f30e4bbd28d0ba1c63271c48b8fb666e3d150a347c60f41b5
MD5 d0ca36cc610d3fbc3e247b0dac753351
BLAKE2b-256 685e297cf67040a08d46d90b798be91605fe0ee31c11b8494d9ec8e55296c32b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 361bc7897cfd76a63c81f22003f6a8ce1859b299d2fc10d3918ef29dd907398d
MD5 e43dc9c478042ae9a8419c264ca35969
BLAKE2b-256 474a81c822934d5687898cd4b12f1150cbac3dd3bc8d05fd0731901ebeaebc50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f9c7a5d9e01b435b5cd84a3d10fe587219c3ecd8c3bee0445cdb4ae389c91db0
MD5 09f6e8b533e9a96f48b8095d05cd173f
BLAKE2b-256 24f660e63fbc234922384e2960568ac86c9b57cb2767213dfb973c5369cca332

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 74e9d760c94bec04e8356816fc0ec07b67ca78b71fc80742bd96a7b77af8565f
MD5 4a825e20b809c628fe37601907daa129
BLAKE2b-256 8bed7fcf14866db9003809f07c1f432001c5c55f5147921b15624a6d982da4e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6bc17cef1d58cd25662401eecd9773240952e58c846c0346d8d8a9903c293e94
MD5 5d1fc55206df73964fdee445a6b6f00c
BLAKE2b-256 8e821986ade7cfb87142286d58f87dce68b46a1a28f0cff110c13cb3786ada3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdec69ff64d5ffa09757c23b9e0fedff443df77e8a209be2c45869befd3b1d33
MD5 5c0f1b043cf6a0eec5406d2497221dbb
BLAKE2b-256 883ca87f050dede103158349c8a35df2c0f55204de8707fc14c9e6150f0950a5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 477.6 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.7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 bdde2d1b7ace28b557993ad1a246ac2478c03efe95b6e341ba96828daf2139c0
MD5 1849866b2b8d19fdc31897db6ffd355d
BLAKE2b-256 dacf50fa3fc0a72d02558c548d141a4a37e58977bedc0bfb6ff7ceca72f0429c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 482.5 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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8590fb4c09e3b57c306a713d48ea0ec707aa10966d9325aa94215b6472ad4d8f
MD5 7bad9eedb6193f10e55c96138d3d0c87
BLAKE2b-256 c06270bcad1c7b577a333986398cb465864081e9a7ed57c7b3542a7b5b9612d3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 482.5 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.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bfb99b03d05fb6d636287d8fd7ab36dcf50aa73ce33b572a436163d8da865ea8
MD5 24e5bc88275a81c30211683b8d34d1e5
BLAKE2b-256 dd433a8a8f4a87eb23b0fd66e4e48438154d155c0c5f4566f0acfd2ea5763487

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4718b951ec2016ea65c62c6654ef4fcd8b4f39e9276d7df62f2fd474a2eaf3db
MD5 c880f9f83460fc3c2d6eeaac74d8d54e
BLAKE2b-256 2da0ab64a1ee5efba0da1d1709d317cc5a36ebd244f78de2698a45019f299f5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d8b6747fabb11d02ac9832bea06d7c32125f26ac20bd7e8b8522a034ba81bff
MD5 12015510eac8bf7f2915abc121cc1476
BLAKE2b-256 f6331dcb87d9f42bc21033e7d22fc89a8d7d9b60d78712670a6b4ae7df4eb3a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8c38208e3760cfa389be66333f24c7a20cfd479abb11b871f8aeb2a38e217875
MD5 730e99607cc32fcb44b7e0c6f390d90d
BLAKE2b-256 eda644737a4ebe6b19e1e7d6eb7a3eb0df0a59ae6e07dc7a03cac3619bfc22a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 92ec7236210951a6125822e40ed17002db8ce851d91c5c7c9421793f15eab694
MD5 dd0c4fee8c7bac2e693df0370def2548
BLAKE2b-256 2246051a5dd5cdbcea35b66d2f6c8554462dc06cf2716a2b5549dffda58bf589

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 35b262d8836662872728e88a6c96cbf7279703d8f82d695fd08e4538c26af57c
MD5 fd8d2bd0ec2a3c22d281b5043d3aec31
BLAKE2b-256 cbdf416d306ea14141fd952d5be18e323c6f0b08c1aa54c0e50d71c8b8a1fa4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 96caf0b1e5f8ee587458b635272c5b4f8ad8ca4e5230773298cf07f908551a98
MD5 45805a80b7c62591e3a26e68a4c98cc5
BLAKE2b-256 f8ce4ad9ef31f1cb1f2693a9b5ea82341bf801f560ea525e93dd99d3be2f05ae

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 477.6 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.7-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9c4e8a3e5f01aa299621345b5b929b3b89b1e89ad85f86c3d29bcb890dfa5884
MD5 90c795be676d83c99a57be226fcb86c0
BLAKE2b-256 b34ece703bef525667c54b7112f5e5ccaecb0cd7a657c431a1012fa5e42bd87f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 482.5 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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3f9d008b0627c74db8cb6b83c20a8037cc66863b973b97305728c0d9717924c6
MD5 ca056483f5810e94e944ad4e4b2a3191
BLAKE2b-256 f4ea00a8b3acc95fa4310cc1093901d5f617623345a6a91cbf9728c9456f253b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 482.5 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.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 418903cc62331873d9dfb1cb609548085908ebfd142ed8baf3cf067a206a1dff
MD5 7f756f480e9245808df2db1341dae6e4
BLAKE2b-256 80af1fe0e4fc22d313d9dc9acbce1d8a21fdb5b0c97e30afb67f2783c9f7b58a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ab515e74977f1340961f5927a14a43b8653e2bcd56389adb1602e8892545043
MD5 cd17e7bd42cbebba218b779321d8b51f
BLAKE2b-256 da6c72719db2980d5c734c49e434b0ebc70c4680b95952d24f6cb39b302299eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 19f49011135cc458d60220854946f198d5d15d6cee2d256373fb410efe052138
MD5 a8c3bda87cd1f91398b720e60701511b
BLAKE2b-256 bb1d9d114f924062c0e62a5240dbde1f1c18458bbd5c2f24509189d6afed7274

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7ba3409ce0a176920a812e0bee9b7c774cc41f295dc4291c3459f5f71f16b199
MD5 9ab9c0a87cfeb0d728b902b34a5da1e9
BLAKE2b-256 7a211598914791b5c2d21814ef4a66485bd7e64ce8f96a829018a6d80268b704

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 48f7ffaa2121186e4a6a897f4e69878f46a3f27edbbf5ed92c2cc64571f79a8e
MD5 ce2db156deac92aeda1e3a339595c8a3
BLAKE2b-256 c8798d804dc9300f7ed52a685d6617958e1d12c091e5d0b84bd703fc3afcf35c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 58c1b3efaaface043018995181b96711de05ae5f38a1588e4105ac56b834a213
MD5 af91ff9ad23552e1b1bdf401c57da7ba
BLAKE2b-256 7744b98205a63f5addfc7d0fc1cfb438d4e3d3205b91bd6943b0e6f051c4b9f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3aa2fd0caf8d9763a56ad62e43417173878867aa9570b10ca82a34c259efc4d
MD5 d6fb03a6843cb94c4a18f6bdf679c1b6
BLAKE2b-256 32bcdd8eb0edd6bfbc9f2e6f94a4f2a6605135a93244b640fd9c56ea36af2403

See more details on using hashes here.

Provenance

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