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.

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 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

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

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. Specifically:

  • The SAPI bridge is credited to the NVGT project, as well as the functions range_convert and range_convert_midpoint in utils.h and utils.cpp. Similar attribution goes to NVGT for the Android screen reader backend.
  • The simdutf library is licensed under the Apache-2.0 license.
  • On Windows, Prism includes NVDA controller client RPC definitions originally under LGPL-2.1 (and generated RPC stubs from those inputs). The Prism project has received permission to license the IDL files (and there generated outputs) under the MPL-2.0 regardless of the original license. Thus, you may assume that they are licensed under the MPL-2.0. The LGPL headers and license file in the LICENSES directory remain for providing attribution.

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.11.2.tar.gz (1.0 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.11.2-pp311-pypy311_pp73-win_amd64.whl (2.0 MB view details)

Uploaded PyPyWindows x86-64

prismatoid-0.11.2-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ x86-64

prismatoid-0.11.2-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ ARM64

prismatoid-0.11.2-pp311-pypy311_pp73-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded PyPymacOS 15.0+ x86-64

prismatoid-0.11.2-pp311-pypy311_pp73-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded PyPymacOS 15.0+ ARM64

prismatoid-0.11.2-cp314-cp314t-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.11.2-cp314-cp314t-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.11.2-cp314-cp314t-win32.whl (2.1 MB view details)

Uploaded CPython 3.14tWindows x86

prismatoid-0.11.2-cp314-cp314t-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

prismatoid-0.11.2-cp314-cp314t-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.11.2-cp314-cp314t-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

prismatoid-0.11.2-cp314-cp314t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.11.2-cp314-cp314t-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.11.2-cp314-cp314t-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.11.2-cp314-cp314-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.11.2-cp314-cp314-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.11.2-cp314-cp314-win32.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86

prismatoid-0.11.2-cp314-cp314-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

prismatoid-0.11.2-cp314-cp314-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.11.2-cp314-cp314-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.11.2-cp314-cp314-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.11.2-cp314-cp314-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.11.2-cp314-cp314-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.11.2-cp314-cp314-android_30_x86_64.whl (814.6 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.11.2-cp314-cp314-android_30_arm64_v8a.whl (723.2 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.11.2-cp313-cp313t-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.11.2-cp313-cp313t-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.11.2-cp313-cp313t-win32.whl (2.0 MB view details)

Uploaded CPython 3.13tWindows x86

prismatoid-0.11.2-cp313-cp313t-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

prismatoid-0.11.2-cp313-cp313t-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.11.2-cp313-cp313t-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

prismatoid-0.11.2-cp313-cp313t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.11.2-cp313-cp313t-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.11.2-cp313-cp313t-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.11.2-cp313-cp313-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.11.2-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.11.2-cp313-cp313-win32.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86

prismatoid-0.11.2-cp313-cp313-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

prismatoid-0.11.2-cp313-cp313-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.11.2-cp313-cp313-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.11.2-cp313-cp313-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.11.2-cp313-cp313-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.11.2-cp313-cp313-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.11.2-cp313-cp313-android_30_x86_64.whl (814.6 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.11.2-cp313-cp313-android_30_arm64_v8a.whl (723.2 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.11.2-cp312-cp312-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.11.2-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.11.2-cp312-cp312-win32.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86

prismatoid-0.11.2-cp312-cp312-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

prismatoid-0.11.2-cp312-cp312-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.11.2-cp312-cp312-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.11.2-cp312-cp312-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.11.2-cp312-cp312-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.11.2-cp312-cp312-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.11.2-cp311-cp311-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.11.2-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.11.2-cp311-cp311-win32.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86

prismatoid-0.11.2-cp311-cp311-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

prismatoid-0.11.2-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.11.2-cp311-cp311-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.11.2-cp311-cp311-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.11.2-cp311-cp311-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.11.2-cp311-cp311-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.11.2-cp310-cp310-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.11.2-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.11.2-cp310-cp310-win32.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86

prismatoid-0.11.2-cp310-cp310-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

prismatoid-0.11.2-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.11.2-cp310-cp310-manylinux_2_34_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.11.2-cp310-cp310-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.11.2-cp310-cp310-macosx_15_0_x86_64.whl (298.5 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.11.2-cp310-cp310-macosx_15_0_arm64.whl (179.5 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.11.2.tar.gz
Algorithm Hash digest
SHA256 485aa5032aca991a889f53df4982799aa7ddc812438102f269f0cdcf28ba2038
MD5 b46262ee88363d9bb09846c25b5b6feb
BLAKE2b-256 e50917e1981e0b1b95d2264a1bef4f79824627016aa4d3ce6f8041652c0f4608

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.2-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.2-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 610c37e32b54ae472a6ccade5326364e603e39b8197ce6d1a09eb1aa1f897001
MD5 9336f00ab5c99754801a17ee4a5f2803
BLAKE2b-256 0ff563b5784e08fd9e5aab33aed6ad83e9aa26aadd0b3f6e3543b72d59dce819

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.2-pp311-pypy311_pp73-win_amd64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.2-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.2-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 14b3be79f44a8124984f01806a96fbcd578ef365afc8acc7b97813e0df6c8ae4
MD5 c9c768c06f1197d648242ee5c2faf9f2
BLAKE2b-256 d39942951b100d10cb7d2a74f01f93d69e518fc24dfba6e732d7e4e3c2956da9

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.2-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.2-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.2-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 67f3120696e748a9a855e98db26fb8b0ab67610a6d7f4a0dbb7e39e89272ea82
MD5 9b696bb089bedce877e61445714ed9e3
BLAKE2b-256 9a3e5b940c72089631d0447d93ba2fc1c7ca3c9c53320b4411b5b1d7abc2741d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.2-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.2-pp311-pypy311_pp73-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.2-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bab9becdb34c9cd6afd4aff124529080c4bfa56a591ff6f69ca412da0ca17953
MD5 e4a71938d021afd363ac48ba47f60623
BLAKE2b-256 a98144cfdbab484882ea6f24f2226f9d68c585c5c5e52c66143e90eb3ddfd997

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.2-pp311-pypy311_pp73-macosx_15_0_x86_64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

Details for the file prismatoid-0.11.2-pp311-pypy311_pp73-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.11.2-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 36c530e00a030327bb7acc92fba0504baf03af6be8a4f6419bf2651fccc5b2d1
MD5 9a1a5960a1861ef7a66c0d75f04b8b52
BLAKE2b-256 4711dbafa315e50343f98d91a4a0598f09b6a2a53b0e5534c160510e9e4fec24

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.11.2-pp311-pypy311_pp73-macosx_15_0_arm64.whl:

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 268d8d57cdea5d0554c1624acbf63797304b4f7bdcd81a7a8e9fe29cde23ca7b
MD5 76667348699b2f943fc7860204d5eba7
BLAKE2b-256 e0ed82019b6eef884fd0249b2903dd4dcab831913ea114180ccb8176a955c690

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 343fc52092ebc1eef33dcf012e1ae1210e128be0e85125365071c0ae79cb831e
MD5 6d8e8dd0c835e7048fdf89f3d318a471
BLAKE2b-256 247b97a2245f863811086b9123dcda8f21c94948a2c80543a89cab4348885f52

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • 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.11.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 263c8d5ecb7979db18d63184cccca427c24e5625b44c2a58384b0914455eeabb
MD5 f11db506f36513cf9f9cc2bb12c673c8
BLAKE2b-256 285e8b500240902bc139be238f1367faf996c38ff4efa4a0715126b2da868b7f

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f65419c9c2c300ce834fe272eef04557946ff5f57ff8c97ad3cd5b1d3afc00b
MD5 b3ae02cb682c57246fd695e5563338ba
BLAKE2b-256 ab2e3b08c5023d1be807275904d67bf438da6e0b32d13acfe8ff0a2c510afbe5

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d2f8547dd238079f2072625f3baaa10784fbfe939c6b8bdc99f59098b995d3f
MD5 8162529d44e4e211d5d4bc4a287b2e6f
BLAKE2b-256 4403be8e35dcfdad8aa35815b643fb1328e7ae86eeb4113b72d99203a721380b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0bb222fa3f5e27a0186153e2dc3520f20ce8b0fb660d381dd54384acd5c8f6ec
MD5 1606d13474b109e116743c056ceff1ee
BLAKE2b-256 055cff7ca823d238940a02fc6d5c3ce991a0378b8cf10a1bbad34374f874601b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 fea126c11c3a9654f139acbcbac209fcd20dab8f3d5ebe29a839409162f154b5
MD5 076e641c75414cbc9f2c11ae3f57bdb9
BLAKE2b-256 2cf8813d59b6bcd956aacdb19eb4ebc3d769ad797570e5bdf935952e6c07df15

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 24a89d83c50b980de545d69d5dd75883c0a9514d1c32770121ef36982de088b4
MD5 348c56624a58b754c1260533d9964962
BLAKE2b-256 20bd5813ff71b4e559823b87f6055d236505d036959e740429895f50c4b8fd5d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 522932efb81f50c84d6974c8e9dad198b95fcf44b99aed55e274fc6a30a6b8c1
MD5 9f21a235626220f366309a93f4c2b15a
BLAKE2b-256 40c2e2fa6abafab20663563052695474a8c4182cdf69624339306708da7922e5

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1a36827dff30752f4c804cafa23401aff1829adde41e2f57517ef981679eeb07
MD5 3dcda2c983bf67c6b08a74c9cf7f467f
BLAKE2b-256 9afa919e8b0a239d657fa617af9087eb397f9595eec57a188e53f8dcd1f865c1

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bef39990197a39f7d3cff707eaaa7d26805e5939b9473a583417b56b5d3fd2ba
MD5 018fd79cc5bbb087f06dd8823b645b7d
BLAKE2b-256 cd6180bc3511cacac387a81ec6114ece8be7e0902b85e8a2243e971779af6ced

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • 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.11.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 7fb45da66e6abadd4f3c2a3d9d45807511815357665156cf99b3674cf2a59933
MD5 dad3c26d2966d11d6f9736478b5bef3f
BLAKE2b-256 7dc1d0689bf1d58a457b188cba98eaa53f6ec8ee48acd347d55ece383cb190a4

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0dc87fb19c00488516aa97acafb5a8cd048149382e326ad81e7117bac5249f34
MD5 eacdc6f66906f896c2eef62c31ea2a4d
BLAKE2b-256 decc6bd5dea8fb756db79698249dc303d9116117941ded8f3a25e74c741857a0

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8e03c5fa9c7abb745b717618509922d564d7ead3eee3fe85c6811f6cab481fe
MD5 67e852b8ee842d5acf6b3e53f82ab673
BLAKE2b-256 3ae02fdacbd9bdf30670aaafadd4b9a77a2d9ad85d47153c919714bf87e5c260

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 49da2b5080de50dbc98c41ca13ad416a00c1608cc81a412e495b2afa713c1503
MD5 febe2999b863a9b450b75dc2f2c8fb65
BLAKE2b-256 dc22a898ec203a93d32f49ce0a353d08808309e31bb4f07d4ff2440857009178

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9aeee664504e5f19ad8bdb0f31b55042417085264718f26d54abf6bab47520b8
MD5 a7785f2b843749fe72c66ff26973bb34
BLAKE2b-256 cff5e6effd091fb7058802b36c66061030739c374fbf284b1271add6541883e1

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 03830c4d456a427f6bda2f62ddefbe3c5d2f0d917e3d29d76b556a0c7470d9ea
MD5 f8e76b119699ba448befe43a7e498ff8
BLAKE2b-256 71f879f1bb5159bfa1f3d7e9b5efafb359962bc26ab27f4b491765aa6cb67dfb

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4836b4d84668b1a703c4b639f52d8019f14c06774ac21553716ec5a846596d1b
MD5 9cb1fb6877e7c2dad17044fdec0b2b83
BLAKE2b-256 2895087fc84a8ecc41a8f48036dfc16cbead7b656b5a01a043fba2e3ab569308

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 aefaaa8b6223ff40339212b7ebfcc423739d618fbeb5603796a07acc850988b7
MD5 3ba1d0017b57e707f408bc8cfef2821d
BLAKE2b-256 55c5ca4ae5e3f537cb7a346c4f4cc4d2b8ebc419485f2ad5ae2889c8fbb34007

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 7eb6bf6cd95bf8ac3eedbf355f12f15d18495dbb05ebf1bc8cd3b66221a2d530
MD5 53516cac740c811189f8f7e65474a7f4
BLAKE2b-256 157391a7c061e52ae601781d9a822176e4e67f33ceb644c9a13192ec0217e28b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 db913c8f5ac12dd2a196fee601fc2bbfc5049fe698d6a046794c9aef1806c1ff
MD5 59dcb42b890af0f98bad6be8a6aaf7c6
BLAKE2b-256 bd005ee87fee6d41c5add92576c0f02b57e93806b6ab6160ad5f4ab9f710970d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 c9f4ce42e892b404d7bdb238be37c071eaa1867c9cc8a1cdfbc89b5de99e356d
MD5 3c2b93ba75d3692aaa9093f270cc1696
BLAKE2b-256 a2851e178f5ed29b406282bcc383081326888dd6dd585321d995aad9d236b75b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.2-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • 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.11.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 8e220b2d74bacd956309ade6bfd730ce2c79e53dbb79e6ab2fc4246558cb8963
MD5 f049e71a9dc1139a0961d49d06db4c70
BLAKE2b-256 346bd1f812ae1808aed87b7546a85c933fb6eb9978bce33550743128aeca9694

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b06417be36dfc6463637f9ee172a80569014f7fa052d7efea5c7ef40feb61285
MD5 63838d7d3b82a631ad0e799061ee45ba
BLAKE2b-256 f2888adbb420c8417cbffd789787e2e557e5fd8f761d20e6de80b379f94f55d5

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 107e8c4b6a965274f43589bde9f20fa8a94e0c73a10314bad78ab077503853b5
MD5 56efbae9545eca51d8de3e183db37437
BLAKE2b-256 d7d69b005890abf52571e13d07205206724cfe573da5d73e2c37647b48c2a965

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d5e3dc38f0c8fdbf44944908b453f588785b812b1a6f594faddeb5d52c294a43
MD5 75256ce89a38eedb54e4c713e05cbf7d
BLAKE2b-256 35d00e58ce1c0329122fa77b81c158a04928db9c5509e90f2c8be01eb5b608ed

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8b6c85cd66a01af29803d4ac22de82b6d27de6387595899a59f3b9169ba7c0c4
MD5 1b81f40d0a74c21a506a016aa9380f00
BLAKE2b-256 c94d9ecb7dc566fd8dc91def499fc3d5dbc80bd6d223d62fdb7a3a610ae36f33

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6e822efe165b65159d5e70d3b85793c212b210a336d0f4e2356baf996e5e47af
MD5 dd4bff55e37ed19e68949451318841ca
BLAKE2b-256 5b1cf262454fe0ef0f52242e0745732a650a4756d928c71e6ff1c211bb1a7041

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d6b9d2fdfe3691fcf4039891a92f568be04329b8bd76d3eaaacbf7ff5b7f36fc
MD5 000b0fb45946ddf05a2daa192986e3c8
BLAKE2b-256 0b7b2cf61ca4f4cea05bc93ef423ecb1164a422cf3a90684057537167911e483

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 452af7c27b9d3ea7548f1b624bd76e5730b1ba2d7620d6f67417206a6e52bcda
MD5 f87cb16e831b3f38160ec0264ec75ac2
BLAKE2b-256 7f187e956f27f1904e17045521ee7e32a14f386639669432c8aa86aa4e708aad

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 35dddb452655abe09c61c60cbf560ea41da2dd9ea7f813e268683a05bb6d088a
MD5 df656f1157d703c8e6392e405c2a7bcd
BLAKE2b-256 4b900568eef108b6ede1c06f6873d7c1deb1628a94c9fd5ac99d24a35042633a

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • 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.11.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 75d030bedffadee9ccccb96b09ed7b388908523e342718586b5fb0b119748886
MD5 b3686694ab3f4c4b5c0166f0d8f0cb4c
BLAKE2b-256 cfa6984599fffb3d587737f2fb0752aaecf10fdcb2eba8e3530fcaaafb9e8c73

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0841f3978f19cd5eadfe44645407165397062aa7175417c663f66f6c06e70389
MD5 f3adf56c275f1e1d33d0eb56c829967d
BLAKE2b-256 520288e3d1d935c708ce248aa426c504a49b0243605a86ebf9e5511325933eca

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff54809f90a23fa7496e74cd999249c48f2061aa6dcf4928d39476fa73d2f3fd
MD5 3b1bbd89bc66da824123ddc5f1af06eb
BLAKE2b-256 c1f7aeb239acd5ef40332340de225c3a5db7ed3628bbca666a46e23fc7ceb887

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 daecdc53281c4c17709d686514223bf5843c867b9103437e6d96160174ca050f
MD5 f22cf4086de977d3fe55bc8c04b8a146
BLAKE2b-256 3976add6e53659a8a6735c2d48174a18cb93081d4feb593c5f0a000273c2c564

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 09f4d2bfe05228068c6d8d5e9bb5d99efb7851710c6730b3d5df7e15bef1993d
MD5 bedfaa6433ecfaef2170f3b945b9ada5
BLAKE2b-256 4672fd991db8354b8bc6060f1fa2c4b0c026fbac4f3dd7d70cab105ef5494ec4

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c3349da771c256e6c8fada703f78a735e39fde58038185bc2cd27c3da9ad77dc
MD5 15dd5056f71861b16813b6aef2585688
BLAKE2b-256 5ba9cef0e9d6a7b0e6e267540cc8cab3d504f9b70b10770dad1bdb21dc917112

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5d6e3824e3bee8ad346172f9ed979af715a33c97991c5f0d879e22a8c592d781
MD5 295946dc341514887b6edba385e9c5c5
BLAKE2b-256 4c60edfeaa39fdf73be534b7df6de1c1ddb90b1da5f3c8b01c6680fe3f715adc

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 feb277c912f800834b63998b4289a982cb7bd6d1fafbdc1bfadb6ace84f6d41d
MD5 c4c25dd356aa6d096b0d2cc196993406
BLAKE2b-256 c44bdf3474c7ce25e2bda184ac1e48bfc43bbf00d0d0c71f2c4e7f13f2a6ff7d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 f0155969600def709b060bc3a4334e7929102761ddcde760600accc0d77c4a80
MD5 a918b20744c64fee7e3a05db174c32e7
BLAKE2b-256 018348c187550f5c1079e164d4a6ef8c2f08c72e0a2bb2074bd57c6a38b2f7d0

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 02e39ca5e96b8727e9b4663f23fc2b76f273e0158683da33e2f40bbe64d4fa7e
MD5 7ec9abd148cdbbc7a8763ff66fd47968
BLAKE2b-256 e6840d86490ec0126cc4a9156e5c32fe75316ba98b520f0ecdf20880e78a8120

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a2b3ecebfc444b3413f8358580c930d0082c0e689212cd6e01645342af2cb6f0
MD5 a6ff2036013444e0c1115be308a59904
BLAKE2b-256 5cb8b65a4db20e2698d123d43ef237927211fab204f4fbcc0517233134dc1d33

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • 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.11.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 320475e9b0247472c88c4bdeac51dc56f5ae126172c26e7c80da959df7d23d74
MD5 a6dbbbd6d55a87e589cfe5cc98a2a44f
BLAKE2b-256 573dde53c516a5c9e4853fa7adff2fb6f242fca1113333e26082c2f75d5a10ce

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 444343ba87226f1ae9fe42ff334a36240a2b053ffc8024f71b37eb00ae1ccd75
MD5 cc5a7b67ac58c382c3911329afe13825
BLAKE2b-256 4c94ea5484a10c751d672d96bbb6a346b06e0b837bd344001b4843a087adfcdc

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfde8181d0004a33aba0e978b894acee7601160730ea2baff85cde806e782bad
MD5 0e78fd031e4d439c0099059e08b72426
BLAKE2b-256 309ebcf75c2e369f6eabba53824c9a00a9591aafbe27e72cef58cd13515e731d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 97cf85477a455dcbdfe6101c57937c0ae5ba4c026660671e17ffadc54f928272
MD5 0a562ab9950a4934c12584d2769fcef4
BLAKE2b-256 1de478f4a677ef074a673971777bbc0160d23f0f433559f9113582d8598f3a13

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8902577e16d2183acc2f29e8c5c2ddc2c5a4961495524c06f334b2d925c22bd4
MD5 4d0c8beb64027e1c95f30809c9e32517
BLAKE2b-256 f8cebc7d4f2c0b4890472cafa303c50e3b7b190c9a4cb0afe565045bf547eb97

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d1d04384d94364706611a6e262867cc0a550a4974455c75a9bdfbe85bbd60cf2
MD5 1b345d5c5906536fa6d879d8b0922428
BLAKE2b-256 a1340266c6e4f35e9aa0c163eec0c8b82a23776716bb34972aa1e6d9097d891d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 778a4796fc5ce252543669d62d96bb82684bd1c2f1d723883c0bbab24abde107
MD5 34c60b6d9fd730127c82a4eea591a4c6
BLAKE2b-256 c2fb1342829111493c4da95dfe0b50b98b797524d16941786bb85120e9632a89

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a4ade0d57883fe4d8818677908ed4c5621c9340a866d3721d31589340185ab03
MD5 365838ffbad899e7f69769a90fd37e00
BLAKE2b-256 2e5016ff4e56db234ad2e0d79ca38cc40af4522d51f06d13675aa1dc1dcec850

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b08b96ed59441023bc0726ccecdf885ab6400648bc72bfc8cc28be41fc8ee9b8
MD5 54387019d480dc4bf2ca16909f402085
BLAKE2b-256 98f94c4ef89df003b71676439ad125fbc94df1a31cefb94db14489086282b57b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • 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.11.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e4d733cf8672759592322d1cad0120f1efdb48d41275b63db32673ee03a2bbfa
MD5 96301695886924fc43ce10de473dab45
BLAKE2b-256 7cc189e50ec104a401dffea5b8df80ea0f69b990ca951a7ae97385dc2078bc5d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f65af0c4bd9609c2044e52e0ad0acd42af026eab74acbf60679438172282e9a
MD5 74b1760ede6e6f8c076d89886253c463
BLAKE2b-256 bc002b6772cf3da6907dc8f6763171121f28917b3dd665d234faacd09ad72a71

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 742f260c38a5fa9a263a152b6d3bcab483e0758bd33a758a05c735f0e19d024e
MD5 efca81d8fd746ff18a6f7862a469ea71
BLAKE2b-256 a7d5e00bb429b7fb6c7773609a7d252b2ec1942c49ea4267ddc6d3e1460f206c

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 bc8752d3d48347f90808ded89b1530d0ee083184c990ddef441d77ead15abea4
MD5 363c0c5d7b20b1c45068925418d46206
BLAKE2b-256 93c8c45cacf89aeb63cf53dd6c8e33ddfc7f4184f6a853d1dfdb91e0a30f6a10

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ae127bea768ee0231bb07b3af9736f867bb7b5d762b60bcdbee9edfa6f85bb35
MD5 1e0424dc5f541881b280df31b8372011
BLAKE2b-256 fdd07e3bc9279349ad1d9cd2ca27ef0d982084b7e127680835b81a33c863d69b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3c4082c449884f0accd854b0fa82128be5d11e3c7dd68602a0c98262cf7f0b49
MD5 9b9f8e97682517666cfde498f96042bc
BLAKE2b-256 4fc214fc43e03ceb7224d6da77c0170dc7c2c11f8e589ed2b2ae6dfe90b5b41d

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0ae6e26cc79c5c1a17e97a2560cc20897e73cbb1d2a2b66fcd2447c5d1849cb4
MD5 5c124ab675eb46bf24946ae0746e0464
BLAKE2b-256 249b173b422a8e67b3257b0eb330ede7f4df0f1cde5359ab26d70b98d4c14510

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f7dea113131f1597354f2479052632f66f9e6d51640686e52a1bb2f2a356bf05
MD5 8e616cffc6fa79ea0c221cba4c730ea4
BLAKE2b-256 b48334fe42e8eb5e63fb2f5ed6fdf1f2a3955f5ca3d0eefb4096912a64bd7d34

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 71a959a988f82a8383e40bbfaf3c6ac1c685f34e180a70a1d286def2e70988be
MD5 30b8031782605256c091a924fa112711
BLAKE2b-256 453066eff1627e1c57773b14cd1b7fda3d1f6d215a9d52da36f6f003de9e0a7c

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.11.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • 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.11.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2bf55c34434fa47b4a9404c87a4114a37c19c09e3a9cfbe4ceebc7b1ab924733
MD5 062adb88dd59a89258687ef1d918f727
BLAKE2b-256 ff86a73db89753527dbd88bcd359dedd6c32988b436ce98e601eef798589e09a

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f58691985c13c07c05c228b6190c59af2fed47e8badcbf4d06ae0889937992ca
MD5 f3ffe711db70ad9a55127381619e946a
BLAKE2b-256 2004ae605b0433dc4571a44b7c22747a130256592a625ee3a4b81592f353369c

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86d49bf4c106f326483a57cec0e51b8a18fa3826d2a3fd5939ab8af20bbda117
MD5 ecf005c72fdd78926f0b9e0596502179
BLAKE2b-256 02625ca358d6bbf83bc73dc41f0a44a5df14e54cce3d29b7a4757f52a293e3ca

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 14d61f38e07d030fa090161ebfd0b9ed4d92e25ee9220efda5e93374fa612694
MD5 d38b77f92901d269d5325f6847059bff
BLAKE2b-256 56fcf3caa7ca93b5a6b642eb6facfbf1160e362066b095b3f09174947a230e62

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 1a03ea29a9645feb3e45d6130c18887c0d35e9fc8b3b2a063bb809203cdc32d9
MD5 abf26483f36918a7bf3fab142588fa69
BLAKE2b-256 110a4e57877fc5dcf418e9bbff3439989899200354c41f320ec4dc9826799c96

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2bcaae2ea9758bc0dcd97fa281622490c1feff0d95babc8dc6648ee6b4006a31
MD5 ebc620ba5129fd0cc4a0faa2512c4171
BLAKE2b-256 c4deb802d48466492a40be5466c76f8a941aa4793d565127a0766241b445002b

See more details on using hashes here.

Provenance

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

Publisher: pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.11.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3e6f5db0a56669ec434362259fa22b690043ed6c23de1201d940ab695f276d07
MD5 44b6e0045ac8545f395772dfa9bb1b17
BLAKE2b-256 f87816fdb55ceab94c26a1e996fb7ebab65eb5ec7f3bf9dbe93def4fde27cdf0

See more details on using hashes here.

Provenance

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

Publisher: 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