Skip to main content

The Platform-Agnostic Reader Interface for Speech and Messages

Project description

PRISM

Prism is the Platform-agnostic Reader Interface for Speech and Messages. Since that's a hell of a mouthful, we just call it Prism for short. The name comes from prisms in optics, which are transparent optical components with flat surfaces that refract light into many beams. Thus, the metaphor: refract your TTS strings to send them to many different backends, potentially simultaneously.

Prism aims to unify the various screen reader abstraction libraries like SpeechCore, UniversalSpeech, SRAL, Tolk, etc., into a single unified system with a single unified API. Of course, we also support traditional TTS engines. I have tried to develop Prism in such a way that compilation is trivial and requires no external dependencies. To that end, the CMake builder will download all needed dependencies. However, since it uses cpm.cmake, vendoring of dependencies is very possible.

Minimum system requirements

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

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

Building

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

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

Prism is also in vcpkg. To install it:

vcpkg install ethindp-prism

The following features are available:

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

Documentation

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

API

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

Bindings

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

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

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

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

License

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

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

Contributing

Contributions are welcome. This includes, but is not limited to, documentation enhancements, new backends, bindings, build system improvements, etc. The project uses C++23 so please ensure that your compiler supports that standard.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prismatoid-0.16.1.tar.gz (1.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

prismatoid-0.16.1-cp314-cp314t-win_arm64.whl (489.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.16.1-cp314-cp314t-win_amd64.whl (489.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.16.1-cp314-cp314t-win32.whl (489.8 kB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.1-cp314-cp314t-manylinux_2_34_x86_64.whl (325.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.16.1-cp314-cp314t-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.1-cp314-cp314t-macosx_15_0_x86_64.whl (297.8 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.16.1-cp314-cp314t-macosx_15_0_arm64.whl (183.0 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.16.1-cp314-cp314-win_arm64.whl (489.8 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.16.1-cp314-cp314-win_amd64.whl (489.8 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.16.1-cp314-cp314-win32.whl (489.8 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.16.1-cp314-cp314-manylinux_2_34_x86_64.whl (325.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.16.1-cp314-cp314-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.16.1-cp314-cp314-macosx_15_0_x86_64.whl (297.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.16.1-cp314-cp314-macosx_15_0_arm64.whl (183.0 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.16.1-cp314-cp314-android_30_arm64_v8a.whl (762.9 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.16.1-cp313-cp313t-win_arm64.whl (475.6 kB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.16.1-cp313-cp313t-win_amd64.whl (475.6 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.16.1-cp313-cp313t-win32.whl (475.6 kB view details)

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.1-cp313-cp313t-manylinux_2_34_x86_64.whl (325.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.16.1-cp313-cp313t-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.1-cp313-cp313t-macosx_15_0_x86_64.whl (297.8 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.16.1-cp313-cp313t-macosx_15_0_arm64.whl (183.0 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.16.1-cp313-cp313-win_arm64.whl (475.6 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.16.1-cp313-cp313-win_amd64.whl (475.6 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.16.1-cp313-cp313-win32.whl (475.6 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.16.1-cp313-cp313-manylinux_2_34_x86_64.whl (325.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.16.1-cp313-cp313-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.16.1-cp313-cp313-macosx_15_0_x86_64.whl (297.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.16.1-cp313-cp313-macosx_15_0_arm64.whl (183.0 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.16.1-cp313-cp313-android_30_arm64_v8a.whl (762.9 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.16.1-cp312-cp312-win_arm64.whl (475.6 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.16.1-cp312-cp312-win_amd64.whl (475.6 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.16.1-cp312-cp312-win32.whl (475.6 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.16.1-cp312-cp312-manylinux_2_34_x86_64.whl (325.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.16.1-cp312-cp312-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.16.1-cp312-cp312-macosx_15_0_x86_64.whl (297.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.16.1-cp312-cp312-macosx_15_0_arm64.whl (183.0 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.16.1-cp311-cp311-win_arm64.whl (475.6 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.16.1-cp311-cp311-win_amd64.whl (475.6 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.16.1-cp311-cp311-win32.whl (475.6 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.16.1-cp311-cp311-manylinux_2_34_x86_64.whl (325.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.16.1-cp311-cp311-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.16.1-cp311-cp311-macosx_15_0_x86_64.whl (297.8 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.16.1-cp311-cp311-macosx_15_0_arm64.whl (183.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.16.1-cp310-cp310-win_arm64.whl (475.6 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.16.1-cp310-cp310-win_amd64.whl (475.6 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.16.1-cp310-cp310-win32.whl (475.6 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.16.1-cp310-cp310-manylinux_2_34_x86_64.whl (325.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.16.1-cp310-cp310-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.16.1-cp310-cp310-macosx_15_0_x86_64.whl (297.8 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.16.1-cp310-cp310-macosx_15_0_arm64.whl (183.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1.tar.gz
Algorithm Hash digest
SHA256 e0f8ca77f8a99eb52c105394f03cf625866b06aad792a3df65b81687501d3840
MD5 3e11d9c21816c856544181589098a4a3
BLAKE2b-256 fe68a3d1eb87163dbab4279e0eb3a94a041abc75664ca5e7f03e45c648040159

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e4d0e67dc5b84290282a196f0cd3b1c2e9cfdacaac915ff5121696f94f03d97f
MD5 0a62aa062a9e8dde7a0689d5cf35ed98
BLAKE2b-256 0fe01e8797dacfc100d580b7756345a45bb60299cbbb22bbdb54517e7b5d1919

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ad17519ce07b3aad2f23743a36872afa31322dbe40c7fd8b73795251d85b8555
MD5 3962803973397638e06ac87f925ec9d2
BLAKE2b-256 1e42db87aea842f91bfb06d334b1527d7005a9799462dcbcc488ac84561d38a8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 3c318803842bed4698e049b1dbc9e3c13aacf9dc16123f30d62435b9247f3d11
MD5 3a5e2cbbba3daed6ff70f2c51ee05b66
BLAKE2b-256 582b88dd52c04628fa14043603d41137793d18e78fc79140a8713e406742507d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad6e5a19242fe84338309efd5dfbf5f19770470d3ec2ed6d5119f5547f2a0de0
MD5 1d36658057f802c9f47ee31171b41970
BLAKE2b-256 1cba4ccdbbf4cd53465ba30a291dc03561167f64e3eae99bee3b7f4d3c13edf7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f66dab6cf00271fd72ebc41e2c997e9a73cba6c061912353144420b0e96b16f
MD5 c0beefde0cbb904bbdea6a00bc4dcbfa
BLAKE2b-256 75df16c08f50f5356c090c1947ae2cf4d1b5c188e94326759cac5f3fade06d14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c5041f24ac51988f6c1af978733e04588ea9d69d0cd81af55654ee080d73cf08
MD5 55937f033fc4cd06c0a21b4c1e3cbd60
BLAKE2b-256 d604df65db6b96ac8cfd638f313df0ef23665a3aa2dd78348888e7be92e74bb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d15bc023e83d4d3f56204d49784df888391264344b76674685d61f10d1746240
MD5 f03d00a3b7a9c6f10f6c354c771093fe
BLAKE2b-256 d67a0f7ca76516bd191acdb4cd4129c6a579ea56ff446e0d119e17c35168469c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7de8f950d2383a4ae3d7513ab031848f730e8bb948f70d95cb6a928b6e2f0479
MD5 ba473a7c7111e7ff4b385c4a94f9d0ef
BLAKE2b-256 d2c4a0ba69b8895a694a12cfe8cf388e13f14d6749ab83a7b042226136448a66

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b4379bb119c5803e017758d7ca556eae0a906296c2557dec2373b000d86d4e38
MD5 3a67f1becd8055ae74dc559886daceee
BLAKE2b-256 57883df7e3519f323754832269ca0f0b5473ee54790b4e214db1dd36f9460888

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a102f13782a15554eb9f21ac1c59daab764d63111a37fa0fdac8be4388c26940
MD5 d311ad35cdd7a575efe2927c1fc2906f
BLAKE2b-256 d00ffa1af1593ee9a5ce22831616561c91de4644dfbe1ed9408918e360ac4f9a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f79809e310cbfd162a69c341cd8c9eeb046891797b5eced033316ac94d0c26d4
MD5 72b68a88cadc66f119980cb4a91eea54
BLAKE2b-256 ab7eac3d4f852436640db9a4373388573071fe086bec6865b5b641312bdebf46

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 4c0f995507e85437e57d1c9fee8ae477d4804e88a5600badd2458e8d3413fbe7
MD5 783eb8bcb6c876e35a6a3d0924ca03b4
BLAKE2b-256 34c6d3b502533f4de3c6ef9bab91692cedfd45fc1d11e1137eaf836cc353c2e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84c0043c592b4a352eefe8c23c612cbd7c5ff432e0a682a63c6430f1febfa22f
MD5 1e53749ad8aad11461627ead7543a81d
BLAKE2b-256 e6ae4480af16097f869a0d915a01018011f4ba42e20c69260bc32944e4854675

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a7256fe05c27ae33b43dfc1f745c7e15720d7d04ce6ca943499e59b5f906f18
MD5 7cb4370b9a3c52501be3408eabd1c25d
BLAKE2b-256 cc82dbfdaa9a7a450b9e2c0fa95710b018979d4b60ff49d6a55a92b645f2025c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2be11f5eab6c3f99a3dc289693c11e9ff1bf554c8ca2747b39ecfc3304cd1901
MD5 b38763e179eead83d6263a0972f9c351
BLAKE2b-256 93d28a225647345349b8d7c0cf30d74e6d6a55b46a031344ca1e2481071a2bc5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 f8caf1658d3af0d6cd53dd38da7d3b6c1d7c907ccd02c957c0068415bfd87766
MD5 8477ef8300aeffae4f622ebe86ad0fa9
BLAKE2b-256 60d0ea2519a2e955ea0f48887fbed6e65392eea6356f6cae5a3f26025ec3c3f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.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.16.1-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 87d69b959641e61be25174fdc24feb070b2733fc109ae736aed086a760a5529a
MD5 b5f1b75acd9f5de4d3be1d7ebade329f
BLAKE2b-256 d515f8a22287194acb9366d75bb592649e16a364504a906189c498b8f3f07262

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7c400f7e7f5b38892b1d04953f4a45d00613c47d87fec0c3b1d807f204415e46
MD5 cdeb279c8a90bd239d89c4abbf342a07
BLAKE2b-256 43027cc58f4e0332972a6dff69dae32d743996ee90149d36079ae494f0665ad0

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 a8366f1832ef0be9bc4fbf77d3496f1490b9744baf8564bc152487ad4d322557
MD5 b7e291e988b64a58afa850377e3ede0e
BLAKE2b-256 f0e64d32957bc16eed7b737b9c4814a368a6b7f4016564478b96df145f59c823

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 fcbc8f4db5ecade51943159d117f7825e28395c0c78a192bbd3e2f11f53c8a5e
MD5 8a0f180fc61f96f94f49feeb151d84dc
BLAKE2b-256 312f3c0c7b9f3eaa4f9aa7d84f033453c961f5c2769b3d600b2475ec17c61c80

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 45b955d25502ee2d00cca206f8fcce960090bbacf1370cc0d23fb7c2d3144229
MD5 6a2b61205b8b3e44531f2be19fa3d8a0
BLAKE2b-256 7f4552fc7f819eedd553d6ec062fe52a9b011baf72512f1251aa78acbb379a0d

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 62b218fb6320b9c68267ffb75d25d2182302851811a53f013188c727b9a2d0bf
MD5 32e4f6c7dba4f0a1fad944e98342bbce
BLAKE2b-256 95c2dea106ec912b584188a473782c92c25b1061fc5d8f7e180577780a0aca46

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 a71a99abd99f5a8a5220ae7eacdb4a97bf2079cb4ee0e881629fa30c06288d2a
MD5 431811051c4a7eec1f9a8dd43a23ccc7
BLAKE2b-256 8a3210c1d21d41bca2bb3371c777cdfdade2b33e9cd717115707ef5fed5e41f4

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd07a359e6a3fea1efaf930d51eec3d57008f4122d1f8cefcde5c31c4a1b4ba7
MD5 661f623dbd91507f519263e700146e24
BLAKE2b-256 1e2a02afb2c1953c324f8bc008a8aec6e5283ea039c73ceccdcce33d66275127

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ab351330798f62773117fda0dc934c60634952698661c092a8e2aacc3009b5c
MD5 eaa0bd68b6ddd5598f677f1de8942b00
BLAKE2b-256 e1085454f575b5354a24a89f9093125e0a25d9983e171fb6073697e5350125e5

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 00074901fc8ed5e8837173feeb1d206a8d2f3a10f4f51b66becc50d05be41b52
MD5 55b8dc9c3d0979fdee90f8ed6104f061
BLAKE2b-256 a782bc3593828d2192f07ac1f5b32c97d119fcc88041a077419323ad36e068bf

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 f7c29783aab4e60e019c8408a11e7119cd2e6a70bc10457b6a24838c9262ef98
MD5 0a8fb9f2ce8f5df638f1812050f0ee10
BLAKE2b-256 7f8bccec40a22f1365b0f437195c835ab366cf3ceffe797989640011a1b907eb

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9830512d2ec59aff10b53520411c78bcd03305b3c2dc67e5d1082736719d7613
MD5 112f2722832ae0eab773ba9cd86996ea
BLAKE2b-256 5ea844972107e0503504d22b8fbd18098e69caa141c6f289b0289cce87897048

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c8c3e465f12555baa1fb7f9ba6155e1796589114772bd7bbe1e73505dbc71a2b
MD5 5f05c8a628a466c7904bcd45c5dd9a3c
BLAKE2b-256 91d352f4e45383c28da67fb9b339d62d06617b17ffc1a29f0fc27939df095714

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0171db8fe04c80ebbf77b6910ae9925368f2f3a3818e9198106d22b55d11e698
MD5 a7ded5162900afbc6828ec876da9e487
BLAKE2b-256 9215db8a5ad5ced474bee6b193b3f9e532ab5f1f4f22ba1b85a7b823cc120e6e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 519f959cd351dad2d4bdf76ec3fcdc73f878b55ee6d7fefb453d205f74be2379
MD5 151a1c6a56386b9bd84ea4b33699ac29
BLAKE2b-256 4050eb0b666a51f30212eba1fe729588ad3e5c735efb7b50e5b034438da8a324

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c1e988fb89cb077840408d97382b4847ca9b72442d6ad594b3b1d8f757b0515c
MD5 373aa47566d3df2281b532654361e35c
BLAKE2b-256 866c9cb48600852bed7d492a033803e0a135e4f9228bcaa3743e8c51ecd5d733

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f11662d05dbe2ed60aa400d5e4b5a3ed9dc5c82fa34b81b9b70bb6652a2b3bf
MD5 ed793851d1cd1972727e4970538b8eb7
BLAKE2b-256 4b87a0fcfffe7cb4f467fe0fb351d1f655d19e0361fc8599015c0b8832a7b420

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa2288c2f97d15006907668e187d4f338aa3a48b90087574232b5524ac2507d3
MD5 4f5eeb7b68653403431778e0450f8cf1
BLAKE2b-256 dc206f0b3cbcb6f9e7eecee19a9d55df06b104140870252ae586bbafc166a37e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d018a1b7fa8749770f19ab83a4b5e468aaee7fc641b1b68ea57e34df9e8b7c36
MD5 0b7f5ec5a203a30c084cba172a42c6f2
BLAKE2b-256 472a70345ea05b96ddfcc836fac3744b8dc19ab28a3cfed0d29faea20202efc8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3cf9efd43935120586232cbb4d28e3f081f55acb97f61cc13e2dd8f261491bab
MD5 8c073d133c2de005b8ea2918e624bdf4
BLAKE2b-256 6e823dfabfd16f7a24ef6696b972e0ed9787e9890ea1ec03963677bd82c6737d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.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.16.1-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2d66f04ef3f861a62b0e79c3c69d7a9bd6c1bf84d7631d994c0dc8d1c95354b9
MD5 97573f9fd0820df526bce257a70fc500
BLAKE2b-256 1ba4ce7b7c927bccae83169666022103cb32975ef607ed39d93a0ca34efb16c3

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7f43184facdcb1b3b6105ac2c27b125e693febb3c01e3c20ee0935319d18bb58
MD5 c554ebd169b641ca6b257e312a8bb367
BLAKE2b-256 052aef1d4cb490ed23a8b41c2be288e16cc69028669f1ab851e2b6e950665825

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 b70eb6ad9c84d7cf158580390b553402323716530b5639c8980e3f8fb7bfa1fb
MD5 75780375f88c3afb5faeda3bd82c4977
BLAKE2b-256 86d099a532813a9437f87ec837bc32c20dbf4e236e65c0ff4eaea307967c8ecf

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 a02b6b4acb93c7f63296272aec8c12967a5e1237a1341d98bbebb795293643a6
MD5 ab0267279a4b81025b4bd7e59c9291d6
BLAKE2b-256 4a17a2c5929c19e65a21ffdb2fb70e0a4df0f607540e8a7716890c3aa390074c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2d8ed9f370a9ae13bb02015c51ad41ef2ade03afd7d33d0cfa2d7a905b087d57
MD5 bc20d098fca71bbd76b23e9c9eb11d76
BLAKE2b-256 999883cd265bde99136c8bb97614221b1ef35dc701abe7de2c0f0b9c490958bb

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 15dba5b2514e70815e1719f3354c5cecb4f9ce253e447afb9fcf89a7454af3a3
MD5 7bff35a9c5171f3ac12f2f80bedb0a2d
BLAKE2b-256 53a6c70645a950e3a2aa40839c976f541c29657808571051fea0c9ccb48ff011

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 31ff1f919437741145b6fd9c3e306d8d541075dd1f43955355488eb9d1312b44
MD5 385dd16d7b72b8d0666dcad47c6fcfa7
BLAKE2b-256 e7a77be639814070b06ad5212aaa8b893516786b3e37c15aaca212b7d42c195d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab35ac4835eab7437e6b8ff469c0be45f2c304af0160b9a63fa59962059d547f
MD5 6970e36c18c015366aa6f6d6e1639e09
BLAKE2b-256 3a10e94947122d2701e47bbce3b011ef72cd7516bbc61a2321ae74f24b4ebcfe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e55db0bc58b401aa002bc48da61f86c923a8caf1ac605a97a36102184536b64
MD5 ccb8a18c5883befeb01b5ebda6b06924
BLAKE2b-256 b84ff900263e528c5c2b35709968c60e8e67202d4f1fd0976f16e8dd968d5ec0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2803cafe9b95679720e381a37ddc7dbffd99082e06b1f67bf83e7c259cbab2a5
MD5 d37f631e5d173b889b21d3fd95fac051
BLAKE2b-256 31e09fa9177d847530bfd55ff11ba5af386f2fdb2359be550342c4a44b8341f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 595cb1b6f2a9ee49294a26c98d9d6cddad62351016f41015aa5726be10847127
MD5 11362fe2643afc36344972298c458626
BLAKE2b-256 2cfc4217c02c213704882c0ad55cd67a8959aa6e026f302ebb772252b915b5fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.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.16.1-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2e0c24a90d251f479421c50dd0676e8a571919520b5710a3e56d06efac183eef
MD5 df99fa0ae307ad4b1f2660458083214d
BLAKE2b-256 adf36f33c5b8d31bd5b666ea24081d17b1c2ffdc4eb8f4aee54597c8777e64a4

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7d0ecc0565a7c2aa567aef8ba79d1165c19d27b54aa9b8cf10aecbbda247dc6f
MD5 7a9a69ec6987eb96a1d376e44ad554d1
BLAKE2b-256 777c6270468072af9422dcc16f348d0bb1b146fcca5391b59d496b5de7fa53a1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9e75e946193349c283809bdaf334a4b6694fe062efd5f5b078ca4114124bb1b1
MD5 9f25cff7217e8af652c75ba4403e1776
BLAKE2b-256 24402e4e623596d84c4af7a81d5aaf0a628e83cbb5cdfbb5816befa0c90de180

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d2d7110c70c756e3b71ebaa77af6c46dcaeb9fbb655632832392fe1ee59222a4
MD5 20af39c42e596399d3c3ab5340d98126
BLAKE2b-256 d261346e7e866721610bbb6fad8f1d1b655ed2c17a8b65086977b0be0540be27

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e16aa7c39283d2c365b312d9d9a2ac39a079364c857ee3fcf203041190be9462
MD5 6c825a7d0fbb4f6678d0b7d943422049
BLAKE2b-256 9a88adf415383818a1946b03cbad7255ef83307b5cb4c03441de98e9c857c8ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0c2ac2c46a1c1e57328474f2787e7d1b19e0a9694f8aaee8aaf5457ef5d71d1
MD5 3c6be334913a4ec723ca9007be8191f1
BLAKE2b-256 6f3b7de591c8f646e01e3d71c0341dc1dedf32d1559c30f7666b081c7ccd713e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 031a3602869c575223f5769f0ce8ff7b00193b3b9bf9b25fd06cd9ad915f3aa7
MD5 f065c5013b2fd674e0f09e73362a499e
BLAKE2b-256 9d523209e6818c28ba7dc1d51ad2b0cbc8ea00ceb1a9f608702f1ce9fbf3f716

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 908ae334dee4f9e0c7d815de28916048ed7c0955aad934573dc459571db28c49
MD5 42bd36a61b8c1cf26d28da57aadeee35
BLAKE2b-256 e7e11d153dd25f17b74261617ff7279b92604fdd4c80e0cebcfcbe9277adbf0d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6e5f8b89a7038832aff26e18775d2c27e334090872d02e0b0b5d03247ad145e6
MD5 97e97a86f0ba38575407125837d94f82
BLAKE2b-256 9b91dc8ba3234abeca0f998833bc4a7a0c4c58abf1322b596f5ffaaa33e3ccc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.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.16.1-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 8e30c886896b4d03fbbf14b178817f7bf5edaa5ff5ee4f83a1db6a1caaa95030
MD5 e1b9d65724b54d231c1edfd1e1e62c5e
BLAKE2b-256 7eb9ed05e7ba7f2dd3dd617aaa718306261c8065e8264cacfb02eeb641aa195a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0bcce7e868dc05c94c128567f52c883e8b8d9a90a0ee937c2417e0912ad8b8dd
MD5 783be1368aad61cd1cc5b93ec11e75ef
BLAKE2b-256 f88d3e25fffef90244e73eecf2b08339ab571d0bd1dfc48cc7b5c4b58a4cb283

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d92538e44fb1fb25ea178bf112ef952914c33a8a7f9c144608c7c0d964ac3e5e
MD5 bfaf518123815f4710ac125fce1bc14a
BLAKE2b-256 f1c725c6b704752bac6e4aa62a5145c76f5293ff86a6508a57e4127b79843470

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9fe03abc50e5d11a55d1f916ea23b2efa14da5ca53e9abd3e5daa8c33342da78
MD5 82fb1d2ae8c0e6e56583ba61a7c18b0f
BLAKE2b-256 a8347c71b7fdea2ab620f7ec1c3a1d38d334b313a88fad9e6086faa2989b4f70

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2421131bd32ff335762749bb0cde7866a5044211ff029cf036b217ddf28be71e
MD5 f50fef77b3e60aee493cf4d11a03f085
BLAKE2b-256 831fa74f1438d45a93a4ca1ab821c716f9c00ac752d3ea71bfc2c46c85352131

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd6240ac607a1f1b04d23ab86d02e2a45dd97588557084c4446bf0e80bdcb80a
MD5 160c944c0ad6e4ba948f5cc756694c8b
BLAKE2b-256 8af1add0875648b54b26a8f4d894272c01e90a5f966a2ea664e0a2fff635e763

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ebf727748c150e3b8e6b19985b48542aecb7938d91f667860828bd53064a4d15
MD5 b4bbdb23269edf902f67c89a5a94329d
BLAKE2b-256 244be4580091d37ca510e88c13b69dde72971cba6a69ba5b69e8f56c61c4c556

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3fa031947849ede75f8b49972ba8daf175d6ca70ccc8cef9edce42177035b138
MD5 8a709090d3ab05c9a3814a9cad34693d
BLAKE2b-256 cecc5f59495dbab4349b2c50439747aa86c446a59feaa718075f10b700f41cca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c1b1758d8fff0b091cc6fad73e97383a19fefc494f51869a8b6f9f327a5c5e09
MD5 ce4cfdef220cc9207ed127a7abb19946
BLAKE2b-256 546b483b43409b882067305d05eedd7b1bb2a0ea6e43771aa2a707976a891a3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.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.16.1-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 653ab072913dc93a8ca70e83d65d662b448c4ac71e43088c7fa14963dbffd57a
MD5 d8fadaccccbe3c5288412e07927d003b
BLAKE2b-256 27a5f26fd952ee150b9e9dfe39ccf66bf81e5a832b992987ef78293a5c79539e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f8c612282602587a076b3c7fb0372f94018e87cce7ba5e776316701b19b69486
MD5 aa9df48736117e9b375cf98a5be96c80
BLAKE2b-256 ea1c7ae00e5522c78e556319caca123682b3e987b0ff73064331ca0053ee6141

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

Supported by

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