Skip to main content

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 13, tvOS 13, WatchOS 7, or VisionOS 1.
  • Linux requires a version of Glib which conforms to the Glib-2.68 ABI. This typically means having glib and glibmm 2.80 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_POWER_MANAGEMENT Enable Prism to automatically manage the backend availability enumeration thread on OS-generated power-management events, if supported by the target platform.
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.

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.17.1.tar.gz (1.3 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.17.1-cp314-cp314t-win_arm64.whl (514.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.17.1-cp314-cp314t-win_amd64.whl (516.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.17.1-cp314-cp314t-win32.whl (516.1 kB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.17.1-cp314-cp314t-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

prismatoid-0.17.1-cp314-cp314t-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.17.1-cp314-cp314t-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.17.1-cp314-cp314t-macosx_11_0_x86_64.whl (399.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

prismatoid-0.17.1-cp314-cp314t-macosx_11_0_arm64.whl (281.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

prismatoid-0.17.1-cp314-cp314-win_arm64.whl (514.1 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.17.1-cp314-cp314-win_amd64.whl (516.1 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.17.1-cp314-cp314-win32.whl (516.1 kB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.17.1-cp314-cp314-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

prismatoid-0.17.1-cp314-cp314-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.17.1-cp314-cp314-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.17.1-cp314-cp314-macosx_11_0_x86_64.whl (399.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

prismatoid-0.17.1-cp314-cp314-macosx_11_0_arm64.whl (281.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

prismatoid-0.17.1-cp314-cp314-android_26_x86_64.whl (959.3 kB view details)

Uploaded Android API level 26+ x86-64CPython 3.14

prismatoid-0.17.1-cp314-cp314-android_26_arm64_v8a.whl (866.7 kB view details)

Uploaded Android API level 26+ ARM64 v8aCPython 3.14

prismatoid-0.17.1-cp313-cp313-win_arm64.whl (500.0 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.17.1-cp313-cp313-win_amd64.whl (501.5 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.17.1-cp313-cp313-win32.whl (501.5 kB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.17.1-cp313-cp313-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

prismatoid-0.17.1-cp313-cp313-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.17.1-cp313-cp313-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.17.1-cp313-cp313-macosx_11_0_x86_64.whl (399.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

prismatoid-0.17.1-cp313-cp313-macosx_11_0_arm64.whl (281.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

prismatoid-0.17.1-cp313-cp313-android_26_x86_64.whl (959.3 kB view details)

Uploaded Android API level 26+ x86-64CPython 3.13

prismatoid-0.17.1-cp313-cp313-android_26_arm64_v8a.whl (866.7 kB view details)

Uploaded Android API level 26+ ARM64 v8aCPython 3.13

prismatoid-0.17.1-cp312-cp312-win_arm64.whl (500.0 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.17.1-cp312-cp312-win_amd64.whl (501.5 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.17.1-cp312-cp312-win32.whl (501.5 kB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.17.1-cp312-cp312-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

prismatoid-0.17.1-cp312-cp312-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.17.1-cp312-cp312-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.17.1-cp312-cp312-macosx_11_0_x86_64.whl (399.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

prismatoid-0.17.1-cp312-cp312-macosx_11_0_arm64.whl (281.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

prismatoid-0.17.1-cp311-cp311-win_arm64.whl (500.0 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.17.1-cp311-cp311-win_amd64.whl (501.5 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.17.1-cp311-cp311-win32.whl (501.5 kB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.17.1-cp311-cp311-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

prismatoid-0.17.1-cp311-cp311-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.17.1-cp311-cp311-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.17.1-cp311-cp311-macosx_11_0_x86_64.whl (399.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

prismatoid-0.17.1-cp311-cp311-macosx_11_0_arm64.whl (281.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

prismatoid-0.17.1-cp310-cp310-win_arm64.whl (500.0 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.17.1-cp310-cp310-win_amd64.whl (501.5 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.17.1-cp310-cp310-win32.whl (501.5 kB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.17.1-cp310-cp310-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

prismatoid-0.17.1-cp310-cp310-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.17.1-cp310-cp310-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.17.1-cp310-cp310-macosx_11_0_x86_64.whl (399.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

prismatoid-0.17.1-cp310-cp310-macosx_11_0_arm64.whl (281.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.17.1.tar.gz
Algorithm Hash digest
SHA256 9839feee8ceb7e5833d7c1975cd0d5689e704afd52f2622644b66367bc993066
MD5 c0bcd2291da05e4fed33db2168d5b848
BLAKE2b-256 1ea9c48addd738f0424db64db39863656d12177362896c4ff350bcb4e62468d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 dce80f14247d56be28b2572ed0e08852b868f85c9e9a85e5a7fae1e55f2f2841
MD5 679f4bdfc8c7277594632fd846d6a443
BLAKE2b-256 8c0bc0a0e116644b7f55e18c43c360088c2d74cf3acdf71e2c3f37dc0c241f17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5723b5f77080948a00fe4661ab9d6aeb47cb41080eac1f780c972e5e94f48d2b
MD5 2496abd4a104a522d4a39bf0e37743e3
BLAKE2b-256 6258266b95213746b8656846efc03dc22d07f09f81b32d2f77b4807aacaeee32

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 516.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.17.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 96d4f17cdb33437552d96f967051fac2662406af19d9e9e28ec4d1012af2f4f0
MD5 db68e8aabc91af6857a8c73d79d68111
BLAKE2b-256 fab4828e70b79d7ab75d3c02148a9d454516346fde11cea2e7264099301f4cee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27f0ac66c6ac5df0a732303c7007b1826dca981626e7a05251c6fa52a700e53b
MD5 db00aa9c143a3efa88cb9618487711f1
BLAKE2b-256 301913315cb4f55fa7e18dbc291bfa417e169e35e982d69ca86b4cff47e757ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dadb5c3ca02d37e6d7bffeb5410e00d5ee6241216946af300cad4cf460822096
MD5 de4c3a09853f8e714f14dfe68abf315e
BLAKE2b-256 c5df9fc5f25c6ac3e7e6df8cbb92b206a379ed28c37a699da161695bfa0ece8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d3da8adf05f39c717e8bd9593bae21347325c9e3d26b9d8278220f6182ac80e9
MD5 cdce26056d0b57e4c10dbb6f340b1e17
BLAKE2b-256 3c8fcb220cb5015fff2df9896a4bfaa892aab6086798a02aba137fc9064835ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 270d848a057f3d135bca64445966c02232750a504cb49c3fc079db87e47a17d3
MD5 e7c2cf5875372223520cc6d0c3033c74
BLAKE2b-256 7b65d22b32a45f7148b3b814019e519fc8182ff6e24d2228adf68cf994d00781

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e9fb958c6ad1738d5f445088318422d56b77b5f1cc8912a43516d69275f864f4
MD5 bd49016c24051f7dc5721ec261bd88c2
BLAKE2b-256 61d91f8d1f9fa2b6671c5337db84b22a9ac3531fe880dec77d99070819a3a6ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb02cef577643126be166654c80bf76773e0ac20421a9df82e5f4e2cf48ee444
MD5 56b950478b28d5ba3e980c73a7f724b0
BLAKE2b-256 0fd28f5387786d070249f153fbd971caaeec0845fee85757d5fda2a3356111a3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 514.1 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.17.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e6e2e03fc3e96d03b713d6ea81c3fb3fd5777a3e4dce894e7857fcb1552da0f6
MD5 4b54981040bda21b4a893b30a44b9a16
BLAKE2b-256 c380162294e4fbb1fd57793830536875439f8e15a2cffa7f7db24554dd02d1d0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 516.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.17.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 62312af517e55253018ebff302bf5f00806dec2698fff62c2381bc69e0bcbc8f
MD5 aa3e0a1490b3112dd1e4574271597987
BLAKE2b-256 1b211e7bee94d59876adfb47586ad61080784d064f37259e9f6a2574d37e80bd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 516.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.17.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 02b68f67f1932b62a377b696a84214ec8ab203f30774e950839a132fcdcdb060
MD5 f0fb5dcd8363443690db562180f0d2ba
BLAKE2b-256 cbd527a6f6edb2d576c26ab13820e15023dd2c6329fda935f6c7d5a164481547

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f3396854959737774f23609ed4e99335b5a6035ea921c490215dc7233b85e15
MD5 3af3ae7e4358d7ead6782aeb38e2882c
BLAKE2b-256 f9f4e1d0f3ad68796a2e8b226feff60a2d16a53e9fcec10c1e9bc8513319db77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8255be2ed71eea2add29c757630fdd98bd84ac674f67349fd843ddbaf97cc4b9
MD5 86908e49898a8d678e8d0da4dd88db8e
BLAKE2b-256 456c8321afe754d070c5757b6d19c9fb35094a43590a53b027214fa3d2c4a79f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 82c607f147e8872a7175c64c624641188b8e6fb06932110e72b8623ffae368f9
MD5 db5218fb8a6d7f2e913b573e514666cd
BLAKE2b-256 4e1c3914a33f0b1065109ba500fd421dfc65389d8fab491629d9285d886902f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9157ce78e734d78b3c79dad1c9cba7f86bf35a06d2b67a50c371067da57c8ddd
MD5 243f3505ce19f03fca71ac6c080ba1e1
BLAKE2b-256 946b51dfced6c9794b918aa71a66ad078fecd717ecaafbe8e59818c4d1abe20b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 135505f1e27541b28fa94048ee6270cea357ffe557a5422b210dc21c8b42ad1d
MD5 7803da6c9be1d2f8cca0585dd2aee861
BLAKE2b-256 49b8a4d1b98b8ca7af34c8d3dfc5393128a43a58c043803926cd1005138481d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6e901b010ad269e8e15397ca8fc7a9b2b600eec68dfc630460a2fa2869d9ac7
MD5 708dd1457cfa6481ac5a5c4d87b84433
BLAKE2b-256 ae699f0bfff370e31d1cabe03a4842ff072d57850a91283ee0542de2b2deba03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314-android_26_x86_64.whl
Algorithm Hash digest
SHA256 aa5b6feda45a8543ed71c0c1f132925443104cc9952ac3b408cfdc0cded07d0f
MD5 b056d2dcb6c3a9b68b8750bda24790a0
BLAKE2b-256 8ca08f2ae91df5288b62456018d148ffe3eda4d945b9cf974084c727685209f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp314-cp314-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 a16febda3355e04f69c08b8df0b8dbe3a910024c84e6618d479c735887684cb1
MD5 08df579d7e603e12a2254a10e590951a
BLAKE2b-256 761d15d2bd6e14b8df870f26bed7a78cac4f7bf37ff3661db3da482533c856ed

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 500.0 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.17.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3bdaa3459fc649331472d950523299ab67055982f8207e7ed8da5be39b6048ab
MD5 8d537a544465d33a74f8e1441ef5da80
BLAKE2b-256 8f7bddfb79c4b82450052c13b678a07328cf26d35c18f056805ddcbfaba0d1d1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 501.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.17.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c9fc92c2aa5dd235315b405adbf08fc8819df9bc849e4b8e0613006d91c424f0
MD5 49a1bb32a521aceb6dc663ca733c03f7
BLAKE2b-256 541078e141ac89ce15615502dad46cbe674bbb52a13955c5b425613372e16b46

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 501.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.17.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b03e0c597d1e78d61c44455d001977b2397eba70195975b421b478ca4468c701
MD5 4a9ea5bf3e84b6d27c8d848ef92771df
BLAKE2b-256 caf3a0daba144260c8b033792e0a6fe8cc2a14768039d98f8cac80c2c494581d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 470d35bd610df646f50f9a858127851293ce8c1677f4109a737c1d12a6fc73a8
MD5 134d0747e976e8f4f6e322ba8766faeb
BLAKE2b-256 c0ac9b235c1da2fddf190d42d0f827171e9af9b0356c6e5ae49fdc4562295a36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a6673a70213829cd48e94985fdda41ff7665de301da1f333ff5f172d5cef83f
MD5 d50a534109666e98920c4102ac4c0250
BLAKE2b-256 89c04ffc42e6ceb08367b8277460d78a66f71df06ab9fbed7e36fe8587c2187e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 08c31b60398c887602a4b31b02d8ae75d4dc99767422353f9516b9a5e19d1007
MD5 0f9763fa64f2c630a3a633ceb5899aff
BLAKE2b-256 6775f17617e0c02baf7d9f7dcc70cf4a9c9b1ad1495e9deb0b3f848ac87d59d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 12fcf5ad82f43a275a5e14f931c0decb9df71096be585763276402cd185d64f2
MD5 4c2e7c615e7bca89431efef278139390
BLAKE2b-256 93e09fee565faeddda40e85e34c468ad8e0500a9f8aebdc5cc0afc6f0444444a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 edf1393a747868edd037d87d08549cb3124403079a2c0f22bf84ca2f9fad43ac
MD5 dba50e1c9f82b7684e0013f9b30d5f36
BLAKE2b-256 a7e3b12b1cd64e8a3dda599de6252a7f58cf61b8afa37f19445d979e3efe8e2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 889c5edba28de8a95053ee2dc83cd83de48e5d360009cfe0bc68e116dcda4da3
MD5 8c3fa68a2502480e8940d27a64efc617
BLAKE2b-256 23d184018f5880fba9b024692584dfbd7cf7bb63aefb4eaa632ad045b7a4e1a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp313-cp313-android_26_x86_64.whl
Algorithm Hash digest
SHA256 fe21419f2beac71dbdf28676a0edf63f20e207978aa1efa5da8c134f18c9fa9e
MD5 ce5043f9d969781551b2468b219e7233
BLAKE2b-256 a2ac21b63465a905e1c0458bb309ba7d1495443f37c299a0ffe75a6d39df41d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp313-cp313-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 918ecc6658178ff3ace7d1d63219413a3733556f9d40bbf43d070adfbaa22552
MD5 7e88dcaa9dcfbfc6e2ea78bf6c8f6d80
BLAKE2b-256 50addf1db04448a982e970bc1ce54cc7b81b6beb4711efa3e1133df37867c7ca

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 500.0 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.17.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 3f223da725afd109329429aabc15e091322b04c16b28d2adc3762733005bda77
MD5 4164d6330de23fdfb539b84e636cab06
BLAKE2b-256 e37dbf2f74d0f7f71cfc6b769802f0dc4f0faa0bd833b864c9985dd2cc20debc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 501.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.17.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d0e75fec2b440e27c95cd28fe8a4af4b5bf4b1626733405693e9af76d7f7486b
MD5 76d94f3ee394fcae89eb980b9fc8a996
BLAKE2b-256 1a076c000c1f79ab31a78d173cfdb0de09209825a24d8e0967ae23c99f606523

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 501.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.17.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0d5141f055cbfd0a0fd57c3364af1b9d31597a1f5656520226b05bb65221479c
MD5 852a8712216bad9fb824d25fc41c26cc
BLAKE2b-256 9226f8c41486ca060dd9e2b45c5b6d1e487cf269b20726ca1275462b7dac6e01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f6c06f093c85d80ddfe0b71d610aba6ab041632ad493cc9eb8c7386bb593fa5
MD5 b5c28534acceeaba3e4f42941d482447
BLAKE2b-256 544ee1c22f4f06b04a331ee39842dce0f2cbb223b370b0e5e9b86deef6487a67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f50c37d190007693d719e23560dacaa68f96073632bca78abc8242cb4b344b1
MD5 4d763a7edac846f777f17cdbe4d6e822
BLAKE2b-256 e9029e5b25b111af107b4a0aee252cbd4b8bf7acd473fa1ef86e7559462d39f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c23f6e2672adb5c2b67627a4bef08a3b6f31cb8745621d023b37f523c8a15bed
MD5 2aff6b52bb26d1ae8f08fe94c2a30cdf
BLAKE2b-256 0ea363842b8968e260e597d4ae132e00345c2a9741c7d7749d58a1253e4b8d86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 70c8ad29eea1f033f9a2808e0a4b4c41916cad60fb644d6ffef97f9ce392729b
MD5 d0585a58da8916860e0cc7692bb4064e
BLAKE2b-256 26472a98b05f7249b19362a0eae5a18d76bd950df14966d2a966132877e4272e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 82a746bd02ef9ef73b3d68202d97c77bbd628a5985e5846943df26046d6c8b99
MD5 744c450bd650d321b91760541afa9592
BLAKE2b-256 f47ab88d50e1945054d0ac9ef4fa2cbcc1e55db1ed0a04e96efba09a8e686964

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3b4b9e02862d66ca57541399e8f397077d0405a44ecda31b72ff81c6c82ddd7
MD5 c79f841c07b10f8f2554a11a042b1401
BLAKE2b-256 3c5d8d918225a7a468d1ab3d25f39e2a0df317ed7f021633ff0635a6f9037680

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 500.0 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.17.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f68d3137b81ea73b4d81e32604756bb8a4a05c6502929de34ccfd7ceaf672d43
MD5 f48a4f9f8509e51bb7fb3b0a28253c92
BLAKE2b-256 a5786842448339f13f058c4aaefb78744e2c794bf81257ed449a00778535b4f4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 501.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.17.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3210d899102a0a8f73479896562895ba873f93f217e0f07edc280745332152c2
MD5 88c81d617939edd0f0c9d4d70378f113
BLAKE2b-256 00eade04f0a22c63f56847f4ec8043ca033353c04a10c3b26c5a383140a93dde

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 501.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.17.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 37c9df22ae1b8fcf4f22c7ebf52d72e23b3df3ec3d1b8c72ec9c3e2d6fbd3373
MD5 1a7ea91e169ba13a4f362d3b4622c06e
BLAKE2b-256 337352477dcd16ac13db45a87b2fa4ff73aa213a321857fdd2be4a33a2208837

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5ef9d979a6ae6e7220214590608c0a127191fa2e9bf1220b98b3177639f943b
MD5 ddba6f68b5725f43b6862dcc88c49e75
BLAKE2b-256 a35de4ddb6684e858864f166fb341d193cc9a1a045e96afcdb4c2cfa94f3fc30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 63672654993e4229da289fcf77a8e041b4aa9492807bea178b37b12eb2ba58ee
MD5 ebe784fe22fe1ef04627b2d3fd585e25
BLAKE2b-256 a4f809d4306f8482b292842e360fe8ffad0f7f78fc2761a6a8c1ba7c816404bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 00fa6c83348ade613457dc5897df73a073b41b5d0e8021e68030413f8c6b62ab
MD5 2c999aa71c887b1363d5a648a9ee8422
BLAKE2b-256 3635d247251f5dddb3fd3e53f4a06c75c7d3e6dc84d008a2ef319e7ce06f6c49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7375c9bbc1fde4004a6a4a69c523cb9d803cd1c78a596a28f63f388506b5af38
MD5 115610bd835531d4d01313ae140381aa
BLAKE2b-256 d7f4d415422f28c6de928eaa565e41dfdd3bcbcb8185d0b92320dc340ad4aad8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6a24c7bf96bdbd83300fd2c096206ee77718d8d758065a1c0666cc61248eef01
MD5 8755333e70ead427efaaa49f405d43cc
BLAKE2b-256 56038cadec6fab631f7f357d9ffcb5674a57c6e1d7616cf971ef5b61f1b7e033

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bff93384d378ab5ae98053021600be6832d65b1f930cbf15d42f64efaa9ff4fb
MD5 21d35a236b9a4579a964a2eace7e0509
BLAKE2b-256 d1b3a3409bac44692450a9ff45bafebdeeefc7e149be2b9578ee63524733e3d6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 500.0 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.17.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 a53f911642bce60ce6070ec6d0587f01494475dc6986545056603813a0d70853
MD5 9064a862aee19e12e2f8a15fb4e8ed57
BLAKE2b-256 b0da8f227de2d1738c3dd99a3502543c2d5aa77a1eb2d3f61a0cab0245f54491

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 501.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.17.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 42ce7c78b14f7896bee6d697ca805d9c06bba9eb5d2689efa8bbccaeca63e142
MD5 d97fd3de8a2d528e5546ab335a4d4e07
BLAKE2b-256 540ec13c396dbee882c63e43c340bd6ffe1308e7361c8509c0d762ff771084ee

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 501.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.17.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 409c6195d7f21abba5551335f5f302b9660bed8ca6d718e2ea0b4a3b43ef2133
MD5 a00e60df5609a3e4693318e6b41cc0bf
BLAKE2b-256 02d451320aeee4b128fd99a0104aa76ec1ac6ecd1b61a6f71d8f6f445efcecce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f5e84150e375a1c74e1e45ec4397a45ddf087cccc7313261b886fe5e79dbad6
MD5 00d27b9f78c6baaf5283d4af1b93de07
BLAKE2b-256 bfa110d8f8bf1992d468de007b26aa61a0d3c86d0fb319f7a3813ecb17f5c1eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9aceb6cd3e3e92222a7c4c361e1c982e318a3d397e84126f452513b6226a652d
MD5 1807cc3ede8c90f0091148e5b1ce626d
BLAKE2b-256 7bd1fd5767c9bc0ec5634276923da79e43c42d527a0b4e9d5a8b1e96a1dc0b2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1311f7d50a7abc295a462c989c9f8b9ce912a56443472618888f4144372fb7ba
MD5 81917927908a29a31921aa5c3564e806
BLAKE2b-256 e4b50b0b251164f079a9ad97061b9a7a4a4c368a67cb28494d3b37530c4b9a64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3348e55a9129927c742a803552d05276b57aed8199bbbf4810f46080918bc9fe
MD5 d9ef9b2e11b750f4062718e3fd1b8648
BLAKE2b-256 59b3e1791cb5d6f8c66839ce26ae2b28dc8069abea8bfa4ef6ed358a74fdfa8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6dab936fe1c2397729f451723fa10b7f7905947930e6b995ce450710039836c5
MD5 e9a4607287922d89cd653c2782f68556
BLAKE2b-256 304399a1781dc4a42d363945e23bbf7bada88cae89e352567b27aef218fc3ea6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47613f982b92dbe841a4727dc57e06fd6feb8bd53dc10401e27c9b4a8a78627e
MD5 0309e4ad589e51f1a96de34098297914
BLAKE2b-256 87409c2295197c7327f0a3eb5e816493792ce6aa90539356b3bae5e1db1b8312

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

0.18.1

21 files

0.18.0

21 files

0.17.3

21 files

0.17.2

21 files

This release

0.17.1 This release

59 files

0.17.0

59 files

0.16.7

59 files

0.16.6

68 files

0.16.5

68 files

0.16.4

68 files

0.16.3

68 files

0.16.2

68 files

0.16.1

68 files

0.16.0

68 files

0.15.0

68 files

0.14.4

68 files

0.14.3

68 files

0.14.2

68 files

0.14.1

73 files

0.14.0

73 files

0.13.0

73 files

0.12.2

73 files

0.11.6

73 files

0.11.5

73 files

0.11.3

73 files

0.11.2

73 files

0.11.1

73 files

0.11.0

73 files

0.10.0

73 files

0.9.0

73 files

0.8.0

73 files

0.7.1

73 files

0.7.0

73 files

0.6.2

73 files

0.6.1

73 files

0.6.0

73 files

0.5.0

50 files

0.4.7

50 files

0.4.6

50 files

0.4.5

50 files

0.4.3

49 files

0.4.1

49 files

Supported by

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