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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.0-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.0-cp314-cp314t-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.16.0-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.0-cp314-cp314-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

prismatoid-0.16.0-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.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.16.0-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.0-cp313-cp313t-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13tmacOS 15.0+ x86-64

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

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.16.0-cp313-cp313-win_arm64.whl (475.7 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.16.0-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.0-cp313-cp313-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.13

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.16.0-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.0-cp312-cp312-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.16.0-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.0-cp311-cp311-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.16.0-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.0-cp310-cp310-manylinux_2_34_aarch64.whl (184.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

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

File metadata

  • Download URL: prismatoid-0.16.0.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.0.tar.gz
Algorithm Hash digest
SHA256 efe5315c49149dad14e49c87d7468f0213368e60cfdcd87ffea84ff3b976e63e
MD5 60df81466ef71d4133a7440b2792da5a
BLAKE2b-256 3af1095f462e569e08ca191cd9efa5133de1d65a60f04f0f58a2526116842fce

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0.tar.gz:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 b973289e669d5625563327b27f548b0817a1b9cdd4bbcc03da7df09f435ce26f
MD5 2ee25ee3c3e65c506773fd0e97313da7
BLAKE2b-256 f44da576db7f8c69e97279bed97d23d820df0dc075bcc505d24e32b9db96eb18

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314t-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8a26ec0436e315cace82a44c97931031cf9bde1e113ef1ad71b13f849e194f6a
MD5 89f239cd33c7dd73ac0726fcdb0e58ae
BLAKE2b-256 4e621fbdf11ad08a7eaeb76cec8a7318a2d5f3bf31d541e49058e2f0583801b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314t-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 83846c5ee6a0bd85b8861a8d434fa42980568566c3069f3f0bf56ddd6e54dbdb
MD5 4e026e6e9978df8e0616796a90a886fd
BLAKE2b-256 b97ed87a90aa477a7715d9cdba85198a5dd3f38bf7b029aa0d124e6950d8561a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314t-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 164fdb450b7eb38b3542b4752c1d5a0023f4a455052c051f2602f788264b93cb
MD5 0a8134cae7975d41b1993344c6efa6fa
BLAKE2b-256 005314098cb94dc96f60a6b349593f57ddaac75e41b89337174af1801457e19a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 61c94a91a52c2867c56e949762a09c7c296ab4d442fa10f55bf390dfb1e285b4
MD5 72fa76203a8777f20065a201922257be
BLAKE2b-256 4b808577bca3f0b79befb3ff74f45ccd31c284dd8a84bce7a0ac0dbc4e5da5e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314t-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0c2dedb44cb37f386ef78c7e428a1ad406586bcb03bbe132186e03c860f04666
MD5 ba315402a24f7cc9080f1dac690e21f5
BLAKE2b-256 cfda1810d8741e36b44477a0c4034a996f5888065f773ee5e6fbb7bc85df1b88

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314t-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314t-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4ee2d24dd7dc0c497f490cdc679b27949e07e37c65641db76117cd2bc4d3cb50
MD5 29b7364c7e0210d4674d0f9a93ffb61b
BLAKE2b-256 54747c449b176847015e6ebb7df19414d4f850395c1c8eda9abd27f468817ad4

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314t-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 f3e2678bd14ee540b743fb832a2f9cad86fed1b03940d8efec9da27f787aa3ca
MD5 1c9f72271583742990eead4f41acfb80
BLAKE2b-256 1e9b855d25e76bd572fb0c1b03b27d11e3f62b5afde482c43a19282c987a8cf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7df8b6962a93234d56c765a0d59c0c6cf475fc7524e7545032aab6693ff6d1c9
MD5 562d3d3f4a3f657e1456a553bde583a2
BLAKE2b-256 4d3055995b588ef61bf097324dd4dbc8b9aeb2a2036a0f49e19642c590cd7613

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 197964a7bd9d14c5a2185c8ba35dbd9de7ccecc8bab3a8b06589314addda40cc
MD5 f51f4c7fcfa9b752dc80b99c99febbb4
BLAKE2b-256 86b5baf62375067534dcd45ebf8d8f75158a6ffa81f77d4e8c6a54f3e06b9006

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ca86d0d1ce4cb07c0c16abceb676323e2713b482e92eb578a1faac8632546c01
MD5 980ee619a6b6bacc7d883c0b2022fec2
BLAKE2b-256 54959f900419a6f46597735adf7d6f66cd7ec3edc944b0ae01361eb4a78aae87

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f5158920da77a4028ef1153c7df3c4ee6c0b9a6bcd0b7a1399acdfa7619f3c15
MD5 7cf6285bfad85de2328ff92d52ccf213
BLAKE2b-256 ee912c80cb1c876da31e8c9b7649f7bfed92f27fda776fa9800aba65ae04b81a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dfcebec6e45c3ef5d91f03bea45f299e3001bd194be77722545a50e9aefdb09d
MD5 f0852f1128afd34afcf539d16dd2339e
BLAKE2b-256 f778f90f0a2775e955f96bf64a02abc4ae3647e0f3426c03be11b66d277c85b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f2a2e15f35d247ff34550c884551a58c47d449e5be6a4f08f028da67e6418dc
MD5 56d795bcceb25dfd988c58c566b20095
BLAKE2b-256 3fc68e782c041b3099b65deb8133fa37819edc361147acc8daf4b6ae0550a9bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 fe9c746c554be325a7d7944c612008aa392dfac5e5780d5029352f278dc803d2
MD5 2710eb04b715ed17ee3b6614074da1b4
BLAKE2b-256 9285d22d9055aefafbd9e86f727e544a059706d02ebdc2c56dd18dbc4ed5dc1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d8b011e0a9d89afcfe4edd501eff84bcf4be79bf9d5bbaec01e3eafb83e05161
MD5 fee1eed3eee8018c2d907cb1781b904a
BLAKE2b-256 6cb4fcd3a7c6b24fc8a00be8af4c5e2638c778236a459962a9eba6b7c2fe88c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp314-cp314-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d1155269b676ffe547496de9aaa1c9da3a96c9f6517dbb1af5cf5fd55b2d355e
MD5 c7618bc6b9ba0b27f38eac73ac48f7b2
BLAKE2b-256 ef2f469759e64b475b1063860aaf068334df22c9473dd6647f268cbef131e512

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 98cdd7aba271ec27ec101be9a9c4a25301a7a6a9d6aa9fdb575e4ba04d75ae50
MD5 6eabf6cb02891ff037d1fe3343b80f38
BLAKE2b-256 44c0bacc6d3e2386b2aea066023fe4196a30ac63f1e6a2221fb9175898d74454

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 d9325d1fea537ca0ae89837a1ab2f5f07b6348257d5b3e897feaccd808829ecf
MD5 8d90cfa6d17699062aa9f850b134e628
BLAKE2b-256 cb52026fbcfa37f15ac777b5c8c531fe0e9a7de18a25868b341993f74311b831

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 9e7fb1ef65118b5541bae29e1770e0daa431e4415bc28addb83d670b79792eed
MD5 851643ac3d7321955f33e009a14383b9
BLAKE2b-256 23991ea0a76201a0320e756a9e52998eccb65140d5334565cc5e2ef6fd0abf5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 c5b17041828264e698e19a719cf244daaa735b450770c70528b719fa5577ef97
MD5 b442bae6ff7a1adf83d9cda67a75262b
BLAKE2b-256 810b5ab8ce6089951e6e3c78700ea1934d7116bff03b78cef79a7a35f467b741

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 d4030e7311d873d658100361b15a1c6c05624c4f87958cdbb078ba63416a79b0
MD5 5034681e2972046113466823b15b2f81
BLAKE2b-256 49ffae777f45b9d1fe749c90c368d81afd0609474e806658dada6ebdd542cb91

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 ed060e66ca691bcc26b99b2cc4e44e1d2de7a643e0be1f283c010d4745eb46c3
MD5 98aeb57b4f86ca0102d0352dbb0642c4
BLAKE2b-256 8119e719513b9fb7a99b1f39e18b01be4d5317e08fd5c77c24289f42f5e419bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed082b621e659c4810b1d135f022e57332895d3835c8f107ff935c373d78b26a
MD5 a48383c96fd32d6a442d90f8de87d381
BLAKE2b-256 0150fa5481b277d24e51b120d6b492bb3af01e3600ebf3b545e548f526cda298

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 afb87f2466e1107d1d1a378bbe7f88cdd2b7d0362c5dfc51d75d8f9ee3b2d0fe
MD5 9f1fe75636dcd8863b8530c6216b8dec
BLAKE2b-256 2c94c7caa63c4cbeb2e92a40683bd9ccc0e45afddc3324a3d15eae45270e8458

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4bd4ae92d6f4bd5091b20417e196191c14237a412df76025687e218ae56f488c
MD5 8501bd62486b89f071b67e9ad2bc8432
BLAKE2b-256 02402b8a12efcbe7d9e279633981c0ce8bd9630e7f7eacb9865055a79d46f9da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 1e7ace10d8790d5d5e1af56494a7e1a48fd5cff521b6206854a0d9b7e20faa80
MD5 5624af7dc628ca23051dfc39fc5e3bb0
BLAKE2b-256 29a5a718ac9754cd288020c5eb7ffb1e144743c8a0d853c2a1edc7e65bdf74f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5b8485f822876e1da53359d588a4b4b33d23e27256853cf692f07f53b8c847d4
MD5 44b2b2d43cec61009342d274cf30b5b3
BLAKE2b-256 bf1172076bab30674f59b62cbee1e97ceda21e6adbb1fd67752a8706b0fc5e3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 236e0b5e5941b3690c2cf4df5790c3ad5c50944da388fd48078287070685385f
MD5 f61adc00cd3ad5110784ac642f005447
BLAKE2b-256 6595cd9afbe2ecf8541a3294f53d8faf480c54fe5d164e18c88d751c1798447c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 475.7 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.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 266827d074743243a28ecca9013b10c0b577a7540e36f51007a224a54eb85fb5
MD5 91a21d325c83919fd523acd253071af1
BLAKE2b-256 5f7c51a2ac0c9137f207fe50486c1c400a943b0543943d471ba1f460e16df2aa

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 01a28029af80da72ab87bd18a1599ca4cd8a2b6a985b2ed726387d5bf5d6d528
MD5 b905a42c65d25ab842d1a3771f769ddc
BLAKE2b-256 3144334edd87768a5966e6c48cf75d60e2a69214928c5790c30ba0d71fa301ca

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e4873567524d129b96d7af47a100f6d946daf8ace7b8d954c7a6e2ed19d6cb4d
MD5 b77bd2d9183e6882b088a70183ccafc1
BLAKE2b-256 7fd9e22c96d35f4b0de32c99d15eb2f6ff9e790e182f1ea43fef1634f6061140

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd245f1beb5545a2adc1e066fa0ecf6e30eb78fc97f5648482681d07c4d56f11
MD5 f490ff2d7882b95f961141e6914aa600
BLAKE2b-256 95729f23aa9b9a02e3d9f97792a8c7fa12dedb27e93a1f6516de4e97b5ded5c9

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81ea5877151497455426631159d35c17d0f3279395c8e9b48496a00772baf9df
MD5 8e029d01a9889c30dc7404c31e9cf81b
BLAKE2b-256 100f7386b88677250be58a4a6b68668eb83c8a850fca05f06e65fadb6587b48e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6537b6ff9d1e269acddcec9c8b105363b83abba1effc3d2cf553686050adeeab
MD5 305004f79d02d5edd85aa06c3bb7cc09
BLAKE2b-256 37fc0503ded23c41eebe4313428e74eefc3c9c4a08a94bd39c77cb3d791baaac

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b0c76878eaba23d7c98dd3b1068ea085d785cde04bb6c5e164e0ec138d29dc1d
MD5 fabadc271cdd164c043c9cc940593427
BLAKE2b-256 b84f8347b7ffc8b3a5d99176165558b01f4530169c749bc2d066a30593c62e30

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 597c3e57e3f705d7ad09a3e4c0726c18455be0c3a5b7ec98dfb91acfb6e0fd67
MD5 07b0bffad9a69a8a02814be8945602d3
BLAKE2b-256 085fefd849b272e6b460aeebe0764a8743f1fbbeaa35e93238733ca7056271c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a7def578ca95f3b5f267fcdc84be63eaa1315197db72e8e714067a11901945a1
MD5 e0d17b04dda1315e059adeba07d905ca
BLAKE2b-256 8419a6db7e3613c243f449cfbc9dcb401816d33cee85af18569685ca2a20db11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 d6d776b22ab34d67062b801124d578ed16a50fb8f5e4faf643249c4910219c0a
MD5 7dd8b62a249bfc542d2e3de1b3145adc
BLAKE2b-256 9dc9941bd2efa65bd49621de90668e203e5ef4c35cfd3ee26e250b4c9acec577

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 10416e3f13693724c9575a82c269d9d6a548ad76d5486864ddae620cc20f1046
MD5 fe9240a9762e6f55afbf9a6fcecb0555
BLAKE2b-256 e9dd46e13ce95cdd6adaa836c4c3fac678c5ab4e050fa627d850f3f633fdfb18

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 d54b97ef5163ce891a6cf0ecdaec102432bc6664c506b62fc21971e27a08d58d
MD5 e619e4662cc0b43ca394219bde79e1cd
BLAKE2b-256 e4d46b9a0fd81fc90a8892370e1c917d369a98d4e9fc74fed2d4bd05eeb55400

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp312-cp312-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b8181e0d7e17bd6883e6cfd5c227362817b0a72e79431acf9ad3e030d9aa0f1a
MD5 fba369c4a20565282d0bd1971852760b
BLAKE2b-256 c0599edcb273d85bff65830b8cf85b79e742010ef7dfee496e5f547429d04b70

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp312-cp312-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 25e7296373035598f4b153cc2a80ea4f969793f09e2a7b3b8f1ca1adb184c114
MD5 2a4f1a8c78945f498cadc44f4018f583
BLAKE2b-256 abf0e51a21e7f148b96b55c08aa9f60ac017f686f0da184136944436510cf95d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp312-cp312-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d53ada089359cf0c349329b827ae68238ecceceff6537c08ed5f7fab7beb1090
MD5 845bc378257bbb9558d3d6be8b28279a
BLAKE2b-256 c129a3077d615c3c0a1dadaf55f6dba9e459210686764ed697a2c3b089ffda39

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48c97f68e0da0441bf8f1e8fb1e4a7a76552b3b3e8b51087d79ccee3948207e9
MD5 b3f9ccfab5a7a5a0f40ba8fe1afff1d2
BLAKE2b-256 2135edb90273355c1e453ec67f01ee81aafbcef20db544cff3235e80e3c034ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0d1d57accd4c27f9fa1d025279cb00181dc2be5a6b2c4b1cf588788e5dbe175c
MD5 697b09acf1a3254031aeec17d502a16b
BLAKE2b-256 bc0cfe5efcf4df4b60bf68f18bec962dbc7bd64d7f04778f4aca43db35e234b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp312-cp312-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d12451553b7d4cdcf66bb1271dd1b0a7646354f1b1415caa1ea635a0b0e8f6ff
MD5 583931159579236039dfc6e89c6859af
BLAKE2b-256 865ae32c00794cba117ee4ea1514fa55154113584c7a5129978ea24065a966c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp312-cp312-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bf036a4d35537dfdced8e9d802c7d9cd4bd7403d4de80b3aea610928b0573a50
MD5 6128f689ee7571dd3759a52ef7533eab
BLAKE2b-256 c4de1b47de120c5894427388c906ef3f02c9bde1d0380fb3a0b38f4d79b6bc79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 00d8e389e20bb4d8e6f4298876e3fce93c210305f7236e970229145c623621fe
MD5 41d5eb72e1dabcb8dbbcdc8c00d43846
BLAKE2b-256 94d2eb3d2c46aa14be463f5218a4572b1b038e1f3c7da527c32870d149dc4f78

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ccafdd367eec527f4f40cd60b54b97e66c7a4ba80308d7f276b213f150286462
MD5 7108f35fea315358187f7e62df759f82
BLAKE2b-256 45b0ac0cb788ce60f773ca72107801be80993289ff237e5ce1856f5a97a57dcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp311-cp311-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e8f0223fd270cd388db7c1195a4fc4d7e90d406a72ec25a4fa98ec771ee7d3e8
MD5 eda4614cc7843500b246abc0ed9c4fa2
BLAKE2b-256 7613064c7a918dfb5c0e1569026fa1e63653cbdad9f3f1b823018c6e0f29ec24

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp311-cp311-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 599a6a68e03f8239f1ac2d37794ce486fc6647137bd79c0421c5463b88487675
MD5 8655e7f8bfe0757cb326b01c86103bd6
BLAKE2b-256 206833cca66b6b966f9d89b736ec4574c5a70b8d231ddf1124cd3a369b663fcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp311-cp311-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 799100f021940dec39a17789725c77089cce98ac5472c931f8d76b5c321c47f0
MD5 fe7b087b9e0723d8e9fd5105dc05cec3
BLAKE2b-256 e73b5a7993b97fd8defbd0e4914df8991b9bae0ba06fec6e3e72b28e816ec3a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 61000a726406e69ddbc0fc612c1ca052355a6a0c1d6adbde00a46bdce034a448
MD5 34c5e62ebfcd50d9108d99f25b5f8b6b
BLAKE2b-256 2eed492227e7cab7b35856c4b4df01e697b16d18e0c908c0521e6ff0af39831d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 dc50fd85bfd9e7d8343c2256444f0d34fbe9bd19de72cd8182994b085e7958bd
MD5 310e35ea635e18ab464f6f319d48e1cd
BLAKE2b-256 b2a4e3892e11fa7b84919f61e7a24b1463af76837dbfef9280bfda17c385d3ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp311-cp311-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 1c67f4d35a04c6bb43eeac735d3b4ac93098151a4e8f64ebfcc6f87af7b134ea
MD5 6ffa96c9f0e337b4d17a83403728768a
BLAKE2b-256 1bbd102a3e65e42199b3ef17775e660a9d3e9ed178cec64605ec48c5d6551f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp311-cp311-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2d86b34fd0a67dc9cf207e7443a71f6a578e60a14a1f0dee99f05a3aa8bcb59c
MD5 500c8fefa78c4969fe3d689cc7fbebf8
BLAKE2b-256 f4f03eae6400dbfe368baeb77f2e4b4c012c52837571cbbc0fb61b20fb0d26c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e1e174011b2525d0c96dd3c48e503810eee1689f0e8c12f430376283abca8459
MD5 ebf655fbeeb33c979ba5c0c471175fb8
BLAKE2b-256 997366c8a6116e2cb066164a8d0057394085efbe3147f26b093afe9bd0984860

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2399facf9055b32f4c272df1c6f50f177dade57ec82cd87a4ca60e24b1eeabd1
MD5 667a4f8b02558bfff022b49ada867a8b
BLAKE2b-256 a5c89965992212ab45577e6034b68fe947f73701307a9ef86ab90e8ec8314383

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp310-cp310-win_arm64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f5e4d7deb9c2ad95129392d69f352c6c36f4263685d190c3c2f67a55d4e08810
MD5 087f972ed85851ca9458346bec6e91be
BLAKE2b-256 15d944f7af69b08a44f3b615cce82c6a182f83cf06f85f2fdf5479de6f68e257

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp310-cp310-win_amd64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: prismatoid-0.16.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 48d6ba05058adebe06458fe1113ee5f8f426d831e61b1d8b162818ce895c9e27
MD5 01ea0eac706edd68acbba763c864765c
BLAKE2b-256 701e0510e63b9a6326c9b0f65b6636fbbbe127a1755ac3ed6226af474c556756

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp310-cp310-win32.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7bb9c7c9b5a78d802f8b4ca3c8d6bc23001670bc9b0775fa9ea5b1a1e1cac180
MD5 e1a503d6874c00e0617b771ae5095556
BLAKE2b-256 7369f2b982d28b6c090beb2628847dac6d41b9b7f075c110484bd8819254a704

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e592c4866c7b32fbfcb193bd24b81103de40635994adf2602d6019839154eae0
MD5 ad1776110052de7aee75c727004e0f99
BLAKE2b-256 4f16e54f4f019906278ac53d32de2ae8301de31301cb7896bd9b2a761a913708

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 267a77a2eda8886232a7881e114c12041a9f7e688b8070ee09cfa4abb70b3b06
MD5 22839822955b4cd484b4e2a5ee2a9d99
BLAKE2b-256 ba7bd25a7f7970b586fe6e1d905debea7fc82478894914da4cf7ebf77dc7eaa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp310-cp310-manylinux_2_34_x86_64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp310-cp310-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c5d59c07a432c0453ef90ba1b27aa98c79a6219a19f7693338c644b8c52e5a08
MD5 94dbf2fbec220614c7e48f92f458baf9
BLAKE2b-256 70994f97357fcd6d280916ae83ba37734f96cf3bafffb47c7d86e5f17c68553a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.16.0-cp310-cp310-manylinux_2_34_aarch64.whl:

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.16.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6d72a1fbf551063f47c7f66cd8ae71a230b67aad203d57c1e7be7bdd62258b08
MD5 f773bd2acb1a71f3e27ba11932462f0f
BLAKE2b-256 d0698f6edf983c39ff2e70eabadbab58f2a480386fab9cffd3087957f325b6b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.16.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 89fca681b9b2af7f1cb06bc78795a8c79b305e3218d3008374838853aab3bd8f
MD5 65d6532e41f2745814b7512836a24220
BLAKE2b-256 584a0baf361730c6afc3c4003da9b627d696c23008b79b50db5fce7d759150e4

See more details on using hashes here.

Provenance

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