Skip to main content

The Platform-Agnostic Reader Interface for Speech and Messages

Project description

PRISM

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

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

Minimum system requirements

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

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

Building

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

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

Prism is also in vcpkg. To install it:

vcpkg install ethindp-prism

The following features are available:

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

Documentation

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

API

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

Bindings

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

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

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

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

License

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

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

Contributing

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

Project details


Download files

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

Source Distribution

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

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.16.4-cp314-cp314t-win_amd64.whl (491.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.16.4-cp314-cp314t-win32.whl (491.8 kB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.4-cp314-cp314t-macosx_11_0_x86_64.whl (299.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

prismatoid-0.16.4-cp314-cp314t-macosx_11_0_arm64.whl (184.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

prismatoid-0.16.4-cp314-cp314-win_amd64.whl (491.8 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.16.4-cp314-cp314-win32.whl (491.8 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.16.4-cp314-cp314-macosx_11_0_x86_64.whl (299.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

prismatoid-0.16.4-cp314-cp314-macosx_11_0_arm64.whl (184.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded Android API level 26+ x86-64CPython 3.14

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

Uploaded Android API level 26+ ARM64 v8aCPython 3.14

prismatoid-0.16.4-cp313-cp313t-win_arm64.whl (477.5 kB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.16.4-cp313-cp313t-win_amd64.whl (477.5 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.16.4-cp313-cp313t-win32.whl (477.5 kB view details)

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.16.4-cp313-cp313t-macosx_11_0_x86_64.whl (299.4 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

prismatoid-0.16.4-cp313-cp313t-macosx_11_0_arm64.whl (184.8 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

prismatoid-0.16.4-cp313-cp313-win_arm64.whl (477.5 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.16.4-cp313-cp313-win_amd64.whl (477.5 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.16.4-cp313-cp313-win32.whl (477.5 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.16.4-cp313-cp313-macosx_11_0_x86_64.whl (299.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

prismatoid-0.16.4-cp313-cp313-macosx_11_0_arm64.whl (184.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded Android API level 26+ x86-64CPython 3.13

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

Uploaded Android API level 26+ ARM64 v8aCPython 3.13

prismatoid-0.16.4-cp312-cp312-win_arm64.whl (477.5 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.16.4-cp312-cp312-win_amd64.whl (477.5 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.16.4-cp312-cp312-win32.whl (477.5 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.16.4-cp312-cp312-macosx_11_0_x86_64.whl (299.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

prismatoid-0.16.4-cp312-cp312-macosx_11_0_arm64.whl (184.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

prismatoid-0.16.4-cp311-cp311-win_arm64.whl (477.5 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.16.4-cp311-cp311-win_amd64.whl (477.5 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.16.4-cp311-cp311-win32.whl (477.5 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.16.4-cp311-cp311-macosx_11_0_x86_64.whl (299.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

prismatoid-0.16.4-cp311-cp311-macosx_11_0_arm64.whl (184.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

prismatoid-0.16.4-cp310-cp310-win_arm64.whl (477.5 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.16.4-cp310-cp310-win_amd64.whl (477.5 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.16.4-cp310-cp310-win32.whl (477.5 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.16.4-cp310-cp310-macosx_11_0_x86_64.whl (299.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

prismatoid-0.16.4-cp310-cp310-macosx_11_0_arm64.whl (184.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.16.4.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.4.tar.gz
Algorithm Hash digest
SHA256 92795091d3d5b2819ae5ba2ad1b3c2df95a5fa494eb451ab39eb7eb361252188
MD5 bc63c5c6e74f56b79248a5fc468753fe
BLAKE2b-256 09707768f7c47c6b1b0f4169bc09a5807b47f67dffc0827b30152847e489f4d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e60bcbc68b755d4fca55719591a086ed1ca269dde7e9db112daa4d95297415c0
MD5 c1070f65e5a921ebb7ae2c852c49b4d2
BLAKE2b-256 664356d4ffbd12b7ad447ad09d7a70a3eb85126768a7eaca7666dd8f1e4a4149

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b5c2d699face7a6987e182122be166ab3d3b9e49b1e04847133bf65554a13001
MD5 fe2a7961e01f33cb7a397e2de95e1a87
BLAKE2b-256 bd155e5daffd707372435689ea9591374facbc427bde4325df02e4930eb18fcb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.4-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 491.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.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 6cc09fa32dc768d40de9aedc21483d8cc3cc10ab258177479c982cef9bc586a5
MD5 842121ba532862b9f72d8ae0f17a69d0
BLAKE2b-256 946f81b74de844e78e2577f4c62b1b5d91378b57908a319db2466ff28f5d3ac9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7e0431d6659799ea0efc0476b9687e1f7d1bc8b3bcad699e99c584915272dcf
MD5 e5039e54bbb9d4fd818354ca0ec0336b
BLAKE2b-256 4aa3c77bb95a482add81dad51f675b5881599dbe1a1e2a0fa85e81f349456cd7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e114132ca2abd6e401c8b058685571d5b74aeeeb45ab76a7c691b8ddb2221256
MD5 8d461f8a469add00da0fe2fa0946eef7
BLAKE2b-256 5835b127b49dbb56a2f6c30a3f1472349149c69284f4ebc8f80a08ee29e144af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 273d459d7b111152f46ed05e33630b103b937c165b46b51391b94e5f8fdcb1f6
MD5 a66f44c6f8f253c694175db8a2957ec0
BLAKE2b-256 9ccaca0f11dd9fcdad8c5366c3918c4bbfc20d129301bcd0e05086dd2e57b17b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 05090b4f2210a300203a911b5ee288673b1d31db0c7e3849ad74e6f8aecf7307
MD5 7dec9e2443f4559e19c4fe3062c58db1
BLAKE2b-256 ec83d7a8cfde7ac61ad079991c70ff70e6af59fcb7357e0fe8b21eb04dc55a57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8fc83715f28d0c4fd024438d4b8be5d281b1f7b580e0f1452f1708a0a7fd91df
MD5 41304b030a3d2168e09838ea3e380b99
BLAKE2b-256 82c4bca5c4e5a5bb206e1d3086da7e0f74d9d2f7c91d24ea1629121b41df003f

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8ce3f3f450fb6847c0cd5e7c6bb6914cb2b2edb1ec823b54cc6dbedbba130f5
MD5 6fbcaec53ea0457fc85c2e66a27fbdb7
BLAKE2b-256 53b8f1c9153821feb0ac2301d51bc3b8259006e247b3d7452c4aac399a342af4

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8119e3dfcaf84e43a8b7c1955242215cf3fa0dae3025bf73f281c07ddf6042e5
MD5 117658cdbe9b736a4a3fffe65cff6f7f
BLAKE2b-256 27db329efa7e0c95104ec1434111e5651ba0a870a9c729837d1636a5c2c00080

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 491.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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6a8f826589655f6406b04db3e61fc8c5bb492d484adaf0c0f9cd8fee3a6b25af
MD5 f76ffa52ff041b4be239a79072337791
BLAKE2b-256 4758f715fe3dd9aa69976fc337c1c9f24e11a38bb68e8d5cb1d7915be33519e1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 491.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.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 31819886ba45b5c3d51fc8568bdaff83586e72b99bf79d0c50483c5228c11910
MD5 b4698e4b8f0427be852e034f875ed7df
BLAKE2b-256 4677c37b3544d7f6a3725ca2c36f92fe3ab5860506c790e942247edce5d9e009

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c2d8e00cb0770cd62a7869799363aecca0f437ab9434e23e8a773c0df6db095
MD5 25789c702c2007d1cd85e972be864ce9
BLAKE2b-256 62dd8da6fcc22811ad47d82febe6e73a824bded9e16362b59e838d36805d3cf2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8fe1efc3d0f7bcecb912a7bcdde93ea78121d0dea7ba7bdb816105ec5973ec6
MD5 a9ed4d1eb696235b6dd5089093a6e1e0
BLAKE2b-256 4c373fdbcb4968b74005b9065e00f31fb0669d0745a69d1184e0be6e7eba60b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 47f4409a4e5c83564702489deb160b89cf3cb208e8d5141da5a31baa589c7648
MD5 b52e3099413650be60ce392c5e549b5d
BLAKE2b-256 97f7b56ddebd283432c39ccda9e135797e6d0dd79ce2600b5488573c8246d7ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7f7bfc989c7bebf891a393a9ad4e4c998bec4c9b2a95fbe1d43179e43631aab5
MD5 050f7cf3a9e8d4f3601feb7199503066
BLAKE2b-256 33b0c3c6d741db6d14d04ae9e8230b6743bc8aa7bb30993f24f904fdb233c949

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 411bfe49d3fb727dd12ef739db626c8ddb9509aa54ee1d97cc0f71fbe568d131
MD5 0890a3d0f7337bccf53d4e61006c9449
BLAKE2b-256 fac30f8594a1406bdcb78f9d4bf3be40c37d9f6f8fd89c8cd2629dff52a65eb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a635fc7a1ef217d71499e75a5cc48ef8bc1165adf4222354d48340f8f615c345
MD5 376b9a541a961d0a64a4cdb3cd27ae98
BLAKE2b-256 212f40f10dc6788190881f1542833c113be0e0aaba8931ed4e170111a12d50a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp314-cp314-android_26_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314-android_26_x86_64.whl
Algorithm Hash digest
SHA256 367d8d6fd99a3ba67faf43c68e55af522ee6d93e6f18a46b5e2535286fee6ed3
MD5 426fb589ca5de98d50308fa5f68c4205
BLAKE2b-256 8eb045c01c9648788c922230d1116fff05b1e38857043b0de243bfeb7fa2a251

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp314-cp314-android_26_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp314-cp314-android_26_arm64_v8a.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp314-cp314-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 eaed433b31c76ad562b6a5e6a002b94428cee46ac0367bf428262c6489315020
MD5 b8ee3b964dd4c6e664ebfaa94d89dc40
BLAKE2b-256 b7c929cd19cb8b142a9035810f66cfb4690bdb98b038604df131e4b40a96cd0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp314-cp314-android_26_arm64_v8a.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 6f1ecfc8e00be06c2446cd38673185bb259db0373ca936fb02968b82df8b3104
MD5 1e8a9f05b840da05a08d732fcde8ce2d
BLAKE2b-256 e18d8a42dc9838aadb8bff4463720bb76eb50a517b367c47c0e5317cfd1567e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 a8a8fb52206056d7ec0e5ebd75dd69c85f0921aaa62e530620fd8bb9da56d55c
MD5 b6f75fe0115e1fc682f0aaf220f051cd
BLAKE2b-256 b087ff208b90222a84b7aa6113f58850b423ea6893b8dc2b7071ac75b043cead

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.4-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 477.5 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.4-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 2271235bde22a192c2800a3de988fd552479d8ea001984b4c34e42bb4a552169
MD5 c5cd272bf48be979ef9f76f339fc048c
BLAKE2b-256 6c0ab24142f4935589865a5a24a1f774ca4ce7675d1df0b8a458f5874cda166a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8eed0f5bce07835e66c70678fa18c01215b3e0fee2a706f64145ccd4854c2cd
MD5 60e3be2c7681aaca5c2b544bb5991c48
BLAKE2b-256 aea3cfad1acd61916f00a5baa2227b8a8266354c5e745ce519f8d512c7b758c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8a85d28614ae8168a5e16f6dc3590c175c3f58653c05fa89d30d749528eceff
MD5 50ff4a31cfd89e87f8a834b67c1e0719
BLAKE2b-256 cdc73536f0c6458b7f1b15ffe585e94e09f4f88e30fcaab0ea216041b1000eb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ebb374184e23ae1c7475aae8271cb8ba6044ac43c91251ba8e44a3e56ead4557
MD5 a3d776565df56de24eadec329af97d3d
BLAKE2b-256 d95252d74319eeec0fad01815c9d28f713b44926aabd14604cde9164b590f062

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b582b62919d17522cd6404a6332b1841428d3bbc19afe9a29ee67cced470e1ae
MD5 0291251767cd6f35c141a3881410bf87
BLAKE2b-256 d268f0398469a348f7a2cc876240bb6b452526135bdb1b47c491cf9bdb0bdd3b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bdcb398d7d989b6e8f5f1cde5428098151081f609914df41102a9396a05d79a4
MD5 0f3b8d6ca8c79be30256d448cd13465a
BLAKE2b-256 d8111c59c1f7262d35c03e671ee9cdbe6a41d8ec022e1a543f32a58a81da9ba0

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp313-cp313t-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae76e8bb109b088151c6c307e23b6806eafa6998e6ee84d82ae18c597fd423b4
MD5 41d41d93cf129aaf16d9cf3410b9733d
BLAKE2b-256 912a15a6a9e6c3ada97a22b621104763c3df09531041f08fc06ac9026c4d13c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.4-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 477.5 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.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f20c7ce09fa06737f9b04e8d2076948b4bb88096fa52ba2e9f6295258c45d0c5
MD5 761d1a3443c184e39c88be3ffedfb273
BLAKE2b-256 ff47cfdb158fdaecc89cd4cd2d977f3a328f83c7506dedf29a998e00f33b0b81

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 19ea562182845646074bf186fd8c45df35deeb4156fddf75cfbe4ecfa90dbd1f
MD5 3b48462082b702fb99cfce60eb3d64ea
BLAKE2b-256 c2927e4c76aaeab27e1645fa8b5f153cddbd45cf7d53bb69aa3cf089ea7bdace

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 53d2646ec5295623d3277d2de2f50ac521d4300a88432f467730276fb6ac71f9
MD5 1caf5bba8dd998b527fe91f2d0ec20ae
BLAKE2b-256 a5bbd5274a82816a0463087e71f0467c8d126739b147dfeaf496b7cdb76a7e03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2ba9f59b506cda10ac9eeeb008b711568a2af568342ecc7c53c5ac11c78455a
MD5 6f52bafc4b40da77c511967584fada67
BLAKE2b-256 4e5c043f5ea8ed764edefd7ac84774ae35196cf7e58367ef14fd1720ffa31beb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f05712f450f134d211ec44b47dfc95512780af9a254f0b3469e0f32f211a35f8
MD5 25f094966ccb56d380c5b81a21f2c84e
BLAKE2b-256 38f337c3b5ccdc992fd897633720c41acca43883b2bdc050418788a50c7f48ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4a7419f0486846a323da3bbf5095c7e917f375d325f0fcbad2e68d92d0ee629e
MD5 0b703e15f329c3d3ea1806c4a97b11d3
BLAKE2b-256 4a0b467dea0e12ae24977d77b04103f9020c26d841fd8d2a69fa2b6ea1152164

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 096377312ef0f7ed9831c8a6e57a3c74068d6b2a619ceca5b4136ab3d65a9b38
MD5 c4b206f2696d673eca37a50024424932
BLAKE2b-256 da9b33bcdfd2673c9fda81b029a427d145362cf8cd090eec6e4e6989a0cb855c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 42fbb1c60c5ca83b21ebef342194e732ddf52dedb08a547fcdf4ac2f154eb7b2
MD5 28f6449f7d92ab0484fd3b5fa3339f85
BLAKE2b-256 b01ddc676a8550167f162ea3ba8dadbce5961a0a8709498f3c32cd91358afbbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd8e21077927267b6327c24678e18f1cbbcece5cd43641566619bd5a140ce9cb
MD5 7ff09a9d1315ff6e7f73d91a313c28d7
BLAKE2b-256 8c9ef8fc8a02e22018408b2be5495053b7a2b6cc89df24ce31b19a819dd0b892

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp313-cp313-android_26_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313-android_26_x86_64.whl
Algorithm Hash digest
SHA256 c338d42589425adeb26c4bd23902778ef5784298017431a1b41e160861295488
MD5 e542c9712908411957316e8c222a35f5
BLAKE2b-256 9101a3e343b93838abf980e7017bc5207f4b5cfbb0e4176253129d66f3559383

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp313-cp313-android_26_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp313-cp313-android_26_arm64_v8a.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp313-cp313-android_26_arm64_v8a.whl
Algorithm Hash digest
SHA256 e0bdd4691189159a2b0038d2351406b687a09cc74339df429a4b05f771d69bfa
MD5 9a317dff18667491b7a9160709b8743a
BLAKE2b-256 776738d08b31a10818466dce717bfdc0d396a0cd6757f63b01e2b8feaa6a2f48

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp313-cp313-android_26_arm64_v8a.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.4-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 477.5 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.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a446777df2621e80d02f1c83e615922c72e2486f314fe58e1a242576e4b93bf5
MD5 6e1d542e4279adfee5deb263c536dc07
BLAKE2b-256 8f8e5ce7631df1b720d8245c0cc7ea4cb0ed400e90e08bf086ab4fa4dcc46b64

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 adb8f7e5294f040ad3c2d755d9839ecf51d342c4403b08017d36505db90c7c61
MD5 50ddcd1b9f68082089e699562c0c3d48
BLAKE2b-256 8d0f04f1ae4cd7a1611e1badb03f825e3f1d088727b281c0ff1ad8444f9d06c8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a985148b1fa01ffa589ca712643afd0f043d3f8580a35490d0a677786530a61e
MD5 c5449810e9807bc2543aa64efd8c83d0
BLAKE2b-256 11489694cdbd9ad2c6443adfb0315a110ccacfba8c7e85ffec3a42ba289ab741

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44a75848b20e88015d77cc57775a8124e32b8994c267f3ae0f76d80ee6543e62
MD5 8dd6c36c231782370d75bf2441ec968e
BLAKE2b-256 23c12aaa720727dee9b2ad1f746ee25d4e04b2a6b3cba853b5e92ef27cd6625c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59aebf6e92ed5c24cf8545efd28c437a24be80dabd241d88bbd12a98b144a73d
MD5 2dc0a7f6abd7cf18af0bb3d420147042
BLAKE2b-256 31170cc2b234b691427316f770dad25a4d190ea46e606822b552f47a5ea33c8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 04e0562fdd4919f615f2e1bfafc69b86a0e8482e1a8853cb5ef4096a2449b6a1
MD5 5251fd00599106d10ae7d0b31cab22b1
BLAKE2b-256 965907fca60c740514e6a20c1a52ab877587fde8bf6b8b6562dcef9d5c66cd71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 12f802a5bf825751e48d7ae73ab53661e8c0ec7d7a413af1017422d9f79fb94d
MD5 41d6bd1645eb4cbfae965ff8c10fcecb
BLAKE2b-256 47f447f81fd67a1b53aad9b915d55460e16202420e77210bc7a4cf3f73c1bce0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 88ce03e9199271b607e40ad2eb9c42bb1a9d50971cf81490af07a4a1cc133af5
MD5 724de334d9068adf57eafec2679d4473
BLAKE2b-256 38703686bad7e2fee8bae941efba525bf74c560a1c327ecf95e30a01b649539d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d27fe0a014d14b8de00de69736df82c50dfc74c8112a019ec5dcee8286bbef9d
MD5 48e0bf585db4c36dcc20f3ca7edeb33d
BLAKE2b-256 f9a0bd785297b94559ce2450540b321232fe978ae0cda935f950b0ebe5f4814c

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.4-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 477.5 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.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1378d00dad5b55edd8cca77fab1d01dfde95e4a013e426494c26b99be50176b7
MD5 ad8a553319609e6dc3d3a3eccd71ba98
BLAKE2b-256 2a303319a9c8b73dc6a046c3473dbee9ff73f42f13695fcc1440ec004cc67062

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f9cd98cf0bd6695ff9a9d962a6acd56eeb08e2c5227234e5ecdadd362ee6a94a
MD5 631ea27eddee49dfed9f73d396d7339e
BLAKE2b-256 7d3f27460af8a1b08488d14f7fa53ff4b79d09e3124973f0f73f08f0479c8081

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 226a65611deb6468918df7b1e37bef89b99ec755c107861d906ff07d154137c1
MD5 f3fb49816b94f91780f1d01284733ba4
BLAKE2b-256 f4a731c6153449fbd3358e13850c88136d832440fcc65899d7b9280144424b88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0c4f0d5091c121b8dfa680ff21cb8d1b132395b3d118a3a734bb5264a26dae3
MD5 e5b2295944c07299d80b3e16eb4f6cb6
BLAKE2b-256 25e1d5c6058ad5921779de203ed469169a5642e384d45f02a00cf4e281efa57b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 866aa1941b17b119149a83330b9aee5c984b2c136fa9f0d971f624834edb8c8c
MD5 50bc0b98214494f9e71bfd57852a5ab3
BLAKE2b-256 e31405101091b77de7ed1665911ed7ebe7cc18aac1b6ea16b115b77d170cf08c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1c8644830f7b4a9d3518129808bf5a9b69c9020256f06d991f12f90b54a0ef25
MD5 7221c58b496c9c2924dfda94525f183a
BLAKE2b-256 5deeda63a94c6e3d14c1f9522f1148f1b73b4eb67b1308b1af4f8368e4ade49b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2dc32eec98d5fdf9e552749eb2e6b22d310e2c2b2bd9674d510a76f151b2494a
MD5 d8f5dfafa891667781285f187a4fc90e
BLAKE2b-256 6262c8a86abe2e10cc99a5d33c2dd8181ba7941250d407364a8aec5f8c0d794a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 849afae1be302ce63cc40fa9fd531c12d8b08894059bc8323c3082535cda5487
MD5 6a8e5f813016264a2e28390c4005751c
BLAKE2b-256 47cf391026751339bff3d0fa9bea7c3b14c268379a84207f515adf0d03cc6e25

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b54dc558dc1ca5b53b01b9ead913ced0b6ed0cb3825b51d881b441503c8ef4ec
MD5 59c81bee386ae21d7bd2f5c664fbb90b
BLAKE2b-256 d6b39f825c5e284597c70e6d11b4e108993f20dfcae203bb7031fab4f194397f

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.16.4-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 477.5 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.4-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 ce1fe1d0f00b5c2af2b79d8db6fa3829c4446931fcfdbc88f794f52a6b20016f
MD5 66f02f95e4bdeee83ce6118d32d852c2
BLAKE2b-256 ffaf73111e08a073f9b4a7647a1c1fd680b97ec467367d55862fc34bfdf9c79d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e1db3afdf83661584e06ae7693b0717adda88165ac162bed9e0e543d251ca1c0
MD5 b6fb9f25a519b02061009c2f53c84ac5
BLAKE2b-256 2a4bcab569f210c9befa0b7396e93d961f340c6fafce79abe139ba5103c196c7

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.16.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2463a3a53e6581c6a7139840b941a1a30785bbd4d92fdb4a6e32383512ee8727
MD5 9a499cd5cdd8df6e0a5d9720cf9f0c41
BLAKE2b-256 1521f1cb6b3703f453be58a955ba87d7f54455800f3ab8aae2a14466cd04d81d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c1054f1a3688b69f6cd8af4d41190141a667aa40db12a58448ffecc96e9246b
MD5 5cf3d67d5396241dc278076ba5a358a8
BLAKE2b-256 6f60b3d312728b9762efd553196d61756f727135729e5f397642603620e88a1b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b30c12e984e1e03f154ca10c5720fb1f1bc4878c5ec565a6d43c997e3fbe962
MD5 24c6f0a45eea7b99c48000b280453673
BLAKE2b-256 5973a9c9e1d9863f4fd1a973a0c9e88e97e560a35b4062d903c98357c0b39063

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4db6121a84ef13d240c96b300d6f89d473b0317f84870278d6ac6068113049f8
MD5 b7458e0916ed75d6225a5a105989c86e
BLAKE2b-256 c50094ce0290e476a91181f6d5debf7dd0c4e45292b42b0031c6ad8d92bf8dab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 174a0e322345bc3d28ab338c3b40021d2ff251899a726b1676e519f5861de37f
MD5 315e3f8a53ae4cc033c2ae7df0151739
BLAKE2b-256 f346a226607bfbf301c62a9bdb819f3f33eecf568e4187323d24ec297daf9bc8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a7a55af617cadd990c9f69ddd2bea27fdda1124e53e50dfb7632aa8ed0c6936a
MD5 5cf46b016ad9426e4ff1bcba72f9611d
BLAKE2b-256 d8468cac37a97e154b1d5f869c0f27e4b2c9f55380cb322de5c71e2f7f4d10dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.4-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcf6e3d0551062f3839489bb8e442beae0b3258893e267e5e8514411f83d476a
MD5 63512c86d0c41532892f9ac79ef8d26f
BLAKE2b-256 de1cc2b4cc92af4cfe1b59880d42d7777c627011b36c49bf9f235fce7acbf46c

See more details on using hashes here.

Provenance

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