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 13, tvOS 13, WatchOS 7, 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_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.

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

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.17.0-cp314-cp314t-win_amd64.whl (510.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.17.0-cp314-cp314t-win32.whl (510.9 kB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.17.0-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.0-cp314-cp314t-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.17.0-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.0-cp314-cp314t-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.17.0-cp314-cp314t-macosx_11_0_x86_64.whl (400.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

prismatoid-0.17.0-cp314-cp314t-macosx_11_0_arm64.whl (282.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

prismatoid-0.17.0-cp314-cp314-win_arm64.whl (510.3 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.17.0-cp314-cp314-win_amd64.whl (510.9 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.17.0-cp314-cp314-win32.whl (510.9 kB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.17.0-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.0-cp314-cp314-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.17.0-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.0-cp314-cp314-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.17.0-cp314-cp314-macosx_11_0_x86_64.whl (400.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

prismatoid-0.17.0-cp314-cp314-macosx_11_0_arm64.whl (282.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

prismatoid-0.17.0-cp314-cp314-android_26_x86_64.whl (959.2 kB view details)

Uploaded Android API level 26+ x86-64CPython 3.14

prismatoid-0.17.0-cp314-cp314-android_26_arm64_v8a.whl (866.5 kB view details)

Uploaded Android API level 26+ ARM64 v8aCPython 3.14

prismatoid-0.17.0-cp313-cp313-win_arm64.whl (495.8 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.17.0-cp313-cp313-win_amd64.whl (496.1 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.17.0-cp313-cp313-win32.whl (496.1 kB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.17.0-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.0-cp313-cp313-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.17.0-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.0-cp313-cp313-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.17.0-cp313-cp313-macosx_11_0_x86_64.whl (400.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

prismatoid-0.17.0-cp313-cp313-macosx_11_0_arm64.whl (282.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

prismatoid-0.17.0-cp313-cp313-android_26_x86_64.whl (959.2 kB view details)

Uploaded Android API level 26+ x86-64CPython 3.13

prismatoid-0.17.0-cp313-cp313-android_26_arm64_v8a.whl (866.5 kB view details)

Uploaded Android API level 26+ ARM64 v8aCPython 3.13

prismatoid-0.17.0-cp312-cp312-win_arm64.whl (495.8 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.17.0-cp312-cp312-win_amd64.whl (496.1 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.17.0-cp312-cp312-win32.whl (496.1 kB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.17.0-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.0-cp312-cp312-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.17.0-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.0-cp312-cp312-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.17.0-cp312-cp312-macosx_11_0_x86_64.whl (400.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

prismatoid-0.17.0-cp312-cp312-macosx_11_0_arm64.whl (282.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

prismatoid-0.17.0-cp311-cp311-win_arm64.whl (495.8 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.17.0-cp311-cp311-win_amd64.whl (496.1 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.17.0-cp311-cp311-win32.whl (496.1 kB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.17.0-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.0-cp311-cp311-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.17.0-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.0-cp311-cp311-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.17.0-cp311-cp311-macosx_11_0_x86_64.whl (400.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

prismatoid-0.17.0-cp311-cp311-macosx_11_0_arm64.whl (282.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

prismatoid-0.17.0-cp310-cp310-win_arm64.whl (495.8 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.17.0-cp310-cp310-win_amd64.whl (496.1 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.17.0-cp310-cp310-win32.whl (496.1 kB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.17.0-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.0-cp310-cp310-musllinux_1_2_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.17.0-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.0-cp310-cp310-manylinux_2_34_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.17.0-cp310-cp310-macosx_11_0_x86_64.whl (400.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

prismatoid-0.17.0-cp310-cp310-macosx_11_0_arm64.whl (282.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.17.0.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.0.tar.gz
Algorithm Hash digest
SHA256 8cfb07430ba38146474e4b4d0ce1c10f243c95d5a2d8c5016b2caf51c9dd9d2c
MD5 ef9beb0110db388eb373ddd02d8b6170
BLAKE2b-256 a7330ef6acf8dab9c07b61b56f7ad34bd719933cdc8dfd059495e46a41edaea7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 be519f80ce46b37dc323c88c0c1107150ed5a0f042cf03789c543d41e9064987
MD5 b0ae91ee608216610f848e1b50efedc8
BLAKE2b-256 3ac1e73becaa4f5ad6bfad3f0efe731d6dd284a9ab87fbf68c1ec28e5c4a3ae7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c4ad6c5b566a9064d8370f9e8c8b398e21bdd11cb97117d3286918236fac9ca7
MD5 f25a0cd2836dbace9f65a33f1eb5e098
BLAKE2b-256 c167aa67a27fb83d9455a187eaa25fb1820908d3b5722399596eadd3bd4fec24

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 510.9 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.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 5c3356efa522cdd5050695680168e3e0e64bff345db98c39724d324e0fed9c22
MD5 81ae34a7b3f4bb6072f63e3cb395762e
BLAKE2b-256 1a17ab1f744068a18e412fa6406f639688989bc54f89f917ed2bd03eabe00a91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 041832a1e896d6f42f2ac296d2e81a87002964ac7d5fb3659dcf1a459851bbbd
MD5 4e59f69ff234e648aa3300804f67c2b4
BLAKE2b-256 5c45b396a3712586136384abffafdbbf3d9bbf39054c5fcb3a9fa812a200a97b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 939fd50442fa93b03ba153dddb21ba0570101ecd0437120b6cdf5790fbbf582a
MD5 0ed286c11319846a6f79b0fffdf30800
BLAKE2b-256 8675b4e05efc2d9c194f395c33793973d8352ee3426265fda127f78438e7c762

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f6fc611e57e11a706195f7904461219f7cbd50ee45f531ebd383e81daa0e2236
MD5 05e31adb4d0c8996ad9e3acf4e36200c
BLAKE2b-256 5c92e2fcc09f690ece2feab569eaae2b2acf6d983406ae6c9fcb0f1547b49c37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6afba463dd90376c5d30a0a04943fe838b40993ba69ef2beeec98dc2a416d2bb
MD5 f4e9cc4a628d52d06eae3ab8f4fe798f
BLAKE2b-256 6cdd6fa144d905d0dadb577d92628f60eccd2b2945c1eb85bce853f37d7020cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d5b1af898a33c657724ff7a8ccab807dfb34028c98cf4346cb7204b1110cc59d
MD5 c9c73f177001a2be95081f23492f606c
BLAKE2b-256 f6e2b4510c166559d8a6c5612d608cf4366d8f8e85f614b9ebf16ea831f8212f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22464f9002eb18098de5c53fa8cc06323662086cebecf766420d6fe41c94ff1e
MD5 24eae40ed377943e264cd2b4fcdfa55b
BLAKE2b-256 1cc4e77866b3c878858fb1131667afef8676c7ca3ef158a04ee9e9f0a73d05af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 61f5994d14d83e9c5b711e2d99e92a56a2dc06b007d378ed8a10c10ac39ac328
MD5 e383d7d365cbf9d1a09720787c35c282
BLAKE2b-256 af16681bf73ab4efa94424e867505fb684f8c063a201b9e8d6aa4b5aa5e1a7f7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 510.9 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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4b1e4232c1e0fd3373dd92130a9841289a337740231bed4946cb0f14abd3d8d0
MD5 599869a9f428522a1b1d341d6066da98
BLAKE2b-256 a0e79bb500dcabe476cc2c2bba238bee0522b69fe4f7b1cb6a6c7fe82c00bfae

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 510.9 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.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e9c6c6f873cc923d23fbe60652d9bd6f3820ef5d19647b9538d2d08c252c9a7d
MD5 f90a3243b5c922488d05f1e518a1c7ce
BLAKE2b-256 3e9d50844739621110358275d285f04b242fd86a6c8f5d0835a7d2a1e50f2a92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0b65d8600111d29cf92d1a81e5ec095939218031aed5cb469b9913379b7b44b
MD5 c6bac65d52446f0fd0576aa859538ca7
BLAKE2b-256 d547ef7a2d62ce2e6eaada6223fccd96a1d094ea3a32d783633b5298892e7bce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c00da11e8304126493b8c84198c2ae30a03b48c3294e33da7adb895fcbd25a40
MD5 4e7363911f6e4ee1fff312d0fe2be839
BLAKE2b-256 e4e2568b589be2ab46b91569b70de123d33eb7b9913bdb3ba1d27071df7bd554

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5f142017e257891b823c4af066afc810778781b57614ab0cfbd5fdb63d0468c9
MD5 2f4b320b5ad9c4996cc44dfc5f80bc7d
BLAKE2b-256 cf132b09aeccdcf812907b6f72d6c928c376c6067f03a1e0fe3edde4540f1c41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b7dbb927c81547602d1876f6012c530d40dd156193fe58380d98da2c22f2a53a
MD5 1533949d58c53dc48244cec256c275e2
BLAKE2b-256 3a6737edb5f1db5cdb8ccbc5b1e15fb983b3650f15358a8228406afd77d856bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a320a6993dcff274726fa5f4a7bd41cc3255a4b98166b8657e8d7c7705928820
MD5 2c278d91887e847c1d50481970334e28
BLAKE2b-256 ec119f0ca57eb704eb69ceb4832621f61897cfa1411399322998019a48d21030

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61ed780626efac368167404f8237172c8a4a548dac995166c6cb77d32633a419
MD5 4d42d0789b133cd84497a5ab7b7ab75d
BLAKE2b-256 1c38affe2563ca78b21c301897ebdd0a294cc408041c13c0f20b6d2e6766b38a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314-android_26_x86_64.whl
Algorithm Hash digest
SHA256 55058f598f1c829e52680765b5a64de408eaa21163518ae6a8b90d3c2e539d4c
MD5 1b0ea4b5c2914aebdb8a7cc825c950f8
BLAKE2b-256 d2aa89d7edfc3d5c41a7cbf4f32e62bf2a2e34cd837c46b24bb50a9210465f24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp314-cp314-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 70b63432fb164dd749e06e529f1271d20e79f81ab898d4986b232fe22d21acc8
MD5 b3586b7034b87b7fde7b03e8a2db00f9
BLAKE2b-256 d08fe44c2d39c9adff47937fee4a70b3acbe028f9cac422dcb16d6fdabde58dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 34eba39504393db7567f39e9c1104ee799857bde690c1a1a1089d8a5ec0b8d8c
MD5 bd9a1688baef6306a9ab2e1d9ea01ccf
BLAKE2b-256 6cb92b283fd9399dcff1c942b4e7761ac8871687c2574e7544f12f64cdfa22da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 496.1 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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cc5d09482469e64b599fc004f1ffa38cdb002a4b23599fe72c9447e286b4ca98
MD5 6ed9a15742a2b24353ce500bf969d663
BLAKE2b-256 c90d8e114aa70ddd39aa54e1016c4e805c2dbfba2e67765725a96fd43dcaf679

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 496.1 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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8dfac42cbcb2601f39843f9c37affd3e2292e0c58f9e16a27e34e7d15ae541e6
MD5 2c9c7611fd63de5c1b6725d9d568bbf8
BLAKE2b-256 47cf57105569a0f187d8348864acff04e4a8a8413b5c4f869ee5403baf594817

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a474c7598132c735cd952cfb71c9d999d50afabd767454f2867a6d687e6dc37
MD5 2a151d1519e1f3fec975dcb963f66cf5
BLAKE2b-256 44186c470546e743b796d2107129f0ecdf7210baeb00ede7fb10ba9f1ad501ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d90406ead12a4741b3d329105da885895d91188028898b9cba81cfd0a0c14e1
MD5 b67878db9bba842cadfa7bfcc6042074
BLAKE2b-256 03734fb69c85cbff13408ccb1e2803636f3008a48590f1e283e3e5baf87213de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f0d3e0d9835e659abb1ca0f48c628773584091d10cf6a347da031923be922174
MD5 e8a64ecca1086953d10b5cfbb4b63bf6
BLAKE2b-256 15d64d08d4ff1fc03e3e721e7bad3c72663bc0c1ef453ae2ba43ab5aac40c31b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ea897f9dda486d99828159fc3cf285198028e85741034d4c0d04175f70825e24
MD5 84839880e8503b24d37c6a64b3660043
BLAKE2b-256 d80187b59386f7eac466f611ca1b60882b6b772ebe3def2d1853d9dec2edad0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 69bd2ed9936a2be827979016083c046ad299655e3196cf4206b7d31da4fc3693
MD5 96b56dc77fca4a3e8a2d184f2c871b84
BLAKE2b-256 a17cf7401acc7a99ce5a33002b3f26d1c3e490577de6b3ead8cd9207157cc9fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa31253ecf9d59b103eb6ebe6a1ab334e9a89b466767f81d039d100356cd8c23
MD5 1468f8a9aa7dfd7f7e2f94bae289aa3b
BLAKE2b-256 3e7e0d4e9016e344b32b00c4d89ba99250011847fa329242471e720e0f1a9504

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp313-cp313-android_26_x86_64.whl
Algorithm Hash digest
SHA256 3d42ebda2a5105f5d3aab11f1a3ebbb3d033c7c928c9e9ead755723da16a6791
MD5 d448cf5bebf2a3a58cefd449db0f8cd6
BLAKE2b-256 b08bbb1fdc66efc2a2ced493cf20f1c9d9464686b88cd9cbde99c1ef5f328eb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp313-cp313-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 cb86e49d4f6e366c8e8b19a0a8db32dd469739064cbec6f68a5d4c221f57bb0a
MD5 aa12759f094c87002167cf649f7b14ed
BLAKE2b-256 7369db5fe0164610d390d3e12db4b995b4026ca8b291084fcd148ad002fcd219

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b653557b848252c96faa7eeb3043f55045f63510052da26293b78d140058b1f6
MD5 1463f21f8fa3e3abbf41b6562a0d4f8e
BLAKE2b-256 64e7dfe02798c907801068d56051a34ead3fa1159f5a0fe97ad83c73e83f8631

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 496.1 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 24c63d2ae0a8d506bbc83240d4b45fba0707b9458a47c3a6dbe319fe27ac9f15
MD5 fa76350b85f35cbc18c5e92cc55ea305
BLAKE2b-256 2ea0461df78937a0096cfa3afbf6355a5bceb9623609b3548c58935e05c38126

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 496.1 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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6586aeabd21b3ee7275b0040aa2ad19a80ec2e5e37666b42d14bf80d9db56aba
MD5 8c6b5d89cced00671f08c7579b687a78
BLAKE2b-256 7d201fcfa3a6af9d795ffd8fc0b038bce6b0ba668b8f83f35217411bde0e696e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8be035229eab2191954fd8e182378445368da3c2e1df116014a1f286e4fe7433
MD5 7392b7e11ab999a0c57a3c96bad9c2a8
BLAKE2b-256 57384a62424072fca7845a713f1518b03777e5b55709ba29402c7a281691fd15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef4da5e913463930f31a5f16efe13d418b433e6552f5110f45553c99e64ecebc
MD5 7c0100c1c3cbc1c760e49a9c43ca867e
BLAKE2b-256 e70ad637356536b209aeeb98ce75e80b73652ebf77e519438463e84e43b3dc8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7299e6682c028834365c7bad87b35c7434d06b4109432abf333b45e803d63fa7
MD5 f9565745ffc0e88fdf762500128d8a0e
BLAKE2b-256 39935c7b90f6de4dd1980dc43ae560ae8513c88492fc8bb1f89e2849fdffa154

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 35e58614829fc1533c3b7e76e8d9b88956d7e53614ba062a3ce518b834210561
MD5 8d91cea90be66e303a6eaa0dc0006f29
BLAKE2b-256 8fbcbd14a3008e2b92d5a1eefc04c8747a87e5d08bde0434918aec0a532de8e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e5d035e5f3956aa9caea398e9333468b8a914ab24a0d6bda82726529da0ad311
MD5 586f73c68771c49235be30340237cb6e
BLAKE2b-256 fe4f37f8312c5cdd18419be2dee4fb392756d082c10e702ee3894762dace067e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 21f6e4855528b4485903be3f61df83ae5a6f1dd8fd1a3aba87695350e6102186
MD5 386dccc1766928b72e5e7bc65cc58826
BLAKE2b-256 d63e183da78524f8b9d046178b982a5e8d5bb49f802a83a16bbfc0896bf88a28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 795d8190a3f56a2a14d0a3676522fd113908bb0d33441748550be1007fa15add
MD5 15068b3b90d08af456ec6fb396241b26
BLAKE2b-256 237b11edc9d8b2d5779d996ad10dd1101ab552b90371a8cecf904e911c208115

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 496.1 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ea561dfe025402df622da17c476197f70bc6939dc6e90bc40953fad853ee744b
MD5 7a7b829e8301f300883145473afbb75f
BLAKE2b-256 7aed275e1b0c4dc9da7282f4ab840f48b425c7eda6db956bf7e58203684c6ae9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 496.1 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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4870ba25463a3b00de04a84a34070b927453a040c1d97b92056f38fb7af35281
MD5 3ab004f32bc7691bfb5f421b29fd05a5
BLAKE2b-256 89949148238d328f7442436256f07994eb78b1eeeffe41813e5a1d8fdad34bc6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 112e44b2807adb46ebacc0246bdf77113c54bac5d49e217c61dc3924404eecec
MD5 f1cea7444b159de6433908eaf08597f6
BLAKE2b-256 51838cdd8f1f977ddb06f34bd480d458d7f69bd7e27e1b28a3abb564fec5e18e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d828308e0831b652bc531910f1d89bd9baa27a57fcca02673a4f81f10389c8b9
MD5 dc50d3dd29f12f2387e43aa695f019eb
BLAKE2b-256 5562ad15b8c0c4becb597a699fa5cada679027a9d1e9868ba76501f7eef8d17d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7c6d82eeb4b284740ae1283037f616b61a440f02c8cbfefbf0969abb7c5e7b99
MD5 86727b8462e492503ff31786fcc784df
BLAKE2b-256 823be81984c669d418920fccc82a047e3254ff8570687ff613ded6de91416130

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c396b701484a3ff4e50e1c632f5a8b4a71bcbcd3ae42844ea8f39196d284e7d5
MD5 3f05bc2158803e0599935c0abcca48a5
BLAKE2b-256 a02889efab97f37c53fded181fb06e48bb8513b3d47e7d531017daa327817f04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 67306b8efa7eda6f416e13d71170d228d86c0b720f2cb1a2857686878536996b
MD5 5c7b26b4788117072853333dd8d189e6
BLAKE2b-256 f1b6c4afcfd85220b4e5df84763d494124ecbb21ce9397c9452a87c951a1c681

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f3e624fefbc2345ef0809d0d0251b16c56af3f2f19abcea347385dc1bcb86ba
MD5 c7cf230c14b67bf7ef72477bbfdd3230
BLAKE2b-256 1eaf47dd1bf68198f801d6c8f6273284d6f8ebbf5d96f1bcd3f8032d02387f3b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 5d6d2a34e785024a604b428e3acbb996a968dee5b591ba1c5db4262135fd8526
MD5 2d17078cd947ee869d6b54d96f7f1a4c
BLAKE2b-256 abf325388ae7ce671b19da9ea5f798f762854021e2dfbb747d4e25e076dd4459

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 496.1 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e6947bd80d21d3ce9d818f73f43313d1875bbf49babb4390bab93ea1e9cafcef
MD5 f75e2609a100889b6656bcca0745d0b3
BLAKE2b-256 ddb90d72c4934aaa2df80b346429998cd98542ca4e27115b6597e9b5b08c5bec

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.17.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 496.1 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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ba29583b15f487d05e33547873e5e3db1904b721cb7a6e8f8dbae899de5d166c
MD5 12ea3dac903f681c6979ab499117e010
BLAKE2b-256 5071c30658fbb0672e778979430429df0bba168445bbd1d18f132e214a57ddbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f1926017cd182cd6a515d29f9281230abfe584e8d7e1a07ed7fbeff931937c1
MD5 e88f11c452744b2ec1e8ca0e0fab884e
BLAKE2b-256 86c6a129cb5d32bc45df701ea73940e987503876f2e51a2eb191541851581e8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 223e6a5a2afa7f5d5d992970c59fcb652fcfc4fdcfda874f6a39d6fbc163e59a
MD5 971be9735743452700d37edfc7a80243
BLAKE2b-256 7d1e67afc906137bb6048a1a28b1cabd8c8186b76738ee8add5370eddefc72c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 96d19df3dd63ef0caff24209573e8e5ff35c84429ab5546b40d3e45e6dec5f71
MD5 0f4b428b53b7ed04f7f2a357f855ccfb
BLAKE2b-256 aea153f0758d2cd0e24825a3a7e2390c327e57140a6144e1ccef03fad3d044a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 614b085f5c3ca8f48d51152e9fe15b565506c0b79a7448da54fddb553f78cf79
MD5 28155ac9ee05bd5859a7d79d608860d7
BLAKE2b-256 34940b0b3290346016441a1d8c5b677d7ace823c1b306d495fef975ee00a4517

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a5c5ee1b969b2990859079afb23f96dd42216d8397fbb83913689d8746400642
MD5 417796a8afbebc7bc0b6a3aebfe179c4
BLAKE2b-256 86cfed934787838c4964e5cb911a32beee9fad32e2b5fea5d43c8077729521fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.17.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b951be593ef627864a40095264fb8260cf6bee9765d9127e204926aa897c5a9e
MD5 2999fd318ebbec1316f8b986b99ea8f5
BLAKE2b-256 baaefd246e77417b87ddd24049f0311d17dc4c111b639282a4dc1a985af678e6

See more details on using hashes here.

Provenance

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