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 only build option at this time is PRISM_ENABLE_TESTS, which will determine whether the test suite is built or not. In the 99 percent of cases, you should disable this option, since running the tests is only for validating that the library functions correctly. However, the tests have currently known problems and are still in a very early stage of development, so validation is platform-dependent and may fail in very strange ways on other platforms than Windows. (Specifically, failure is known to happen on at least MacOS, due to the header's various compiler attributes in use.)

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. We are working on bindings to at least Python and .NET, although both will take a bit of time to actually do. If you wish to contribute bindings, please don't hesitate to open a pull request. Your bindings must obey the restrictions in the documentation; specifically, where the documentation requires something to not occur, your bindings MUST prohibit that occurence before calling any Prism C API function. For example, calling prism_backend_speak with a NULL backend or text string MUST be prohibited by your bindings.

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 under LGPL-2.1 (and generated RPC stubs from those inputs). Those portions remain under LGPL-2.1. See licenses/ and idl/ for the actual texts. On all non-Windows platforms, this does not apply, however the LGPL licenses are included for completeness in all SDKs.

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.6.0.tar.gz (990.6 kB view details)

Uploaded Source

Built Distributions

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

prismatoid-0.6.0-pp311-pypy311_pp73-win_amd64.whl (2.0 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ ARM64

prismatoid-0.6.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl (294.5 kB view details)

Uploaded PyPymacOS 15.0+ x86-64

prismatoid-0.6.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl (177.2 kB view details)

Uploaded PyPymacOS 15.0+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.6.0-cp314-cp314t-macosx_15_0_x86_64.whl (294.5 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.6.0-cp314-cp314t-macosx_15_0_arm64.whl (177.2 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.6.0-cp314-cp314-macosx_15_0_x86_64.whl (294.5 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.6.0-cp314-cp314-macosx_15_0_arm64.whl (177.2 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.6.0-cp314-cp314-android_30_x86_64.whl (810.3 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.6.0-cp314-cp314-android_30_arm64_v8a.whl (720.8 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.6.0-cp313-cp313t-macosx_15_0_x86_64.whl (294.5 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.6.0-cp313-cp313t-macosx_15_0_arm64.whl (177.2 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.6.0-cp313-cp313-macosx_15_0_x86_64.whl (294.5 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.6.0-cp313-cp313-macosx_15_0_arm64.whl (177.2 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.6.0-cp313-cp313-android_30_x86_64.whl (810.3 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.6.0-cp313-cp313-android_30_arm64_v8a.whl (720.8 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.6.0-cp312-cp312-macosx_15_0_x86_64.whl (294.5 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.6.0-cp312-cp312-macosx_15_0_arm64.whl (177.2 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.6.0-cp311-cp311-macosx_15_0_x86_64.whl (294.4 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.6.0-cp311-cp311-macosx_15_0_arm64.whl (177.2 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.6.0-cp310-cp310-macosx_15_0_x86_64.whl (294.5 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.6.0-cp310-cp310-macosx_15_0_arm64.whl (177.2 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.6.0.tar.gz
  • Upload date:
  • Size: 990.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0.tar.gz
Algorithm Hash digest
SHA256 5897680d4da24c33e16582b25c39cb575d63d55db95bd9b213e335a5ddbe417d
MD5 b910455ea5b049f31bf90783e89d9613
BLAKE2b-256 421ea5f6fc23e00a68f37733440503cda3cc3699f64323967a83ade15e10ee7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.6.0.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.6.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for prismatoid-0.6.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 30d8e7fa355577e62ecff408ce4cbbf854852c1233f4db03084922fc72d69482
MD5 8ec83c3a0bdab45421e734ac96ac83b0
BLAKE2b-256 94f4c11d78346247e3284ec56787a850c889445268fcfa51ee6962d33f7733f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.6.0-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.6.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.6.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d396e4acb59668943c96a09d3f9ec5c03d1e0f27efcd695f9cc523700526e011
MD5 ea571cc0db7092b10e19e7d322677400
BLAKE2b-256 89e483b71e042ae4a1a47f50e7b2a55b2317b764b5f2a612b772f650b2f6b0a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.6.0-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.6.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for prismatoid-0.6.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 cec78d8e072898f76a06c88aa18f2527346485fa938915e5c655dc8ac4f31ec9
MD5 8f108f25935c8ef071b1ca9eea11d1d3
BLAKE2b-256 a4e7266d6ce30bea2338085e31ea6a6792ea891db90d392eddaeced0243d2458

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.6.0-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.6.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for prismatoid-0.6.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1d1603ab4b3ac4c008ef2d160424ae18ea75d67ccd5104cdde472da91175df37
MD5 8567ddd7b589468ba3c318c2eca1bb3c
BLAKE2b-256 11b2c2194a33bd8541164404646edb43703bb9bcc5dbef7a2bc2c864099842de

See more details on using hashes here.

Provenance

The following attestation bundles were made for prismatoid-0.6.0-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.6.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for prismatoid-0.6.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1e0c9fc6bc65021edc7b2b0f107b50b60344b487a37e59d069878b44461377dc
MD5 c9f8df9fc0655faffb5bf1982f2e3b29
BLAKE2b-256 245fef4141e72f22386aa3f3a63f02550283b9c28db34a7c5fef05b3ee573050

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 2efdfe25ff3baed5a6735a1e709a1f577ac3acc1241e8cc84a8ca7c3a8dda50f
MD5 321e43a28160a6bd1c66a3dd17ea778c
BLAKE2b-256 3d4af990c811a354fc0029d72f67ec3d9383416596ef077321d94aa021d3dbef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 74123b09c86082a517cd15210e4fa989a908f12d90bd8670053d223323ddbcc1
MD5 20a8e6bf1e077ee772c8b6f1bad63a45
BLAKE2b-256 6536bb227c83e41d5a3ba19613abf90da30316ea6cad74c3e7aff5c3933aacda

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-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.7

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 e07d9672aa8ff059cd90079425332f538fb722d2cb4e87e2992a83bbb3c579be
MD5 9c60750e65218acb894e555edcca0a9c
BLAKE2b-256 0b73ffb9c304eccb5c44cd221b995e61e933691c6b28ec704b23e15c3f1d0980

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5444627b22ea717dfc9833efb9ab97e064617ca2cebf21d953c944dfcf8a16d9
MD5 f20dc86fd73a37ad05b7f1e4be7c6494
BLAKE2b-256 627ffe3908f4af776983881128cb1a11659bf7ce0377e4566b4bc8807d8830a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93cc853e878033433109bb31738aa0247cb967c01e6136f84e0e6d8e4238795d
MD5 cea6d0894d1cff80c67fd2ccb77f5018
BLAKE2b-256 589452d85cf1a1865f9138acede86a6bead25c02edc3fafbc653f3c403078285

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d7a783ea11f186f6ba3863482b33c3dbf928e7295c6ed1bed76188e076d10ed4
MD5 fe2f34f11da05b3b6d9af6906f1ac7d8
BLAKE2b-256 ebfc27ac2f4d12f1f67b902dce838e9954045712bd50a282afacce50cf337872

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8a2f578fc07e772627d4106a4bab11d4d8d2eee7745bccf3ca65af83543d3aaf
MD5 acbcee89fe11101369322f4289eb17b3
BLAKE2b-256 c981dc5a068bbd44d18cd34b2cbf9fdfda77a0a50d9b2de5d1226c9b69fcee47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 cbc1abee399b0f830d59cbcd41b5843a9408baa762befcae63f4a864135f9a10
MD5 3ebdac8ce298359a4c34ac90efe7a1b2
BLAKE2b-256 ed021e7df25dad85decdfd0c8c1de071ff088de6aecb9463db0a3c5665f6f912

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4fb0ffdf075e4c9187974de9dd2576d6ea3f9866d8a75c8450bc424a2358dbe9
MD5 c4787e6f4901523a04c8edd504b4404a
BLAKE2b-256 d70aac73e236e2977de70d3c99a6cdbe7bd998614600ff946ee9121ff065822c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c25578a5e45bad440bde484b6e8f704cc4508c541b51040481483f41e4339290
MD5 1a0509e5483225576e75882b7b677638
BLAKE2b-256 2ca97a1e0f806f5fad40160855856a80aa38df90b6cd9803a305c016f3ef9afe

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 11bd23edc9d2c8ea8d4170016e768914d3a41c32936322e03434683f41667b5e
MD5 f341565d60bfe86a20a17ec8a0717131
BLAKE2b-256 964df33ed07c9a2d3bc516da929dcec36cb9d4623dae22b75c5baaee845432fa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-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.7

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 9e4298dea255fa90625dcf39133502dcdf39ec8d21668dddacac426c5e6268d2
MD5 71fba8035290b7932c6c060b7af7a222
BLAKE2b-256 6d729826701a01e07ed9275e49745c1aa4bec2f3f54f6a5c86e115749fdedd4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9d99c77175b31f08fa5970836452e304f3d49e9a40481be4e72d916743db50f
MD5 f9299006a59078b2a7f09063cd2236b0
BLAKE2b-256 d57670a1553f2e0d03123ba228c7a69a21e7f6887ac7ccde4fc7ea4f9fc31d1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b8a1c6c9a05f761898c6e852dedb482e9338f2a50045f58852dc8eefca272d2
MD5 647f77d9b71bba4d10b334e36168f0d9
BLAKE2b-256 7bed38934af8a3b724b98c025e7d6b8f9ad450248dfd592435d4a723e29e57f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 103cce9fb0ba7acd7e10b1fe3a4bd86d2c109442a457db826d79be8f78ec5ed8
MD5 ef714685ecd621f37fb47845fb6b5d9e
BLAKE2b-256 2be012c4579de595486bad605f58db435d6ebc5db42063482ba3ea0bda4d81a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 64a84b2cc281bcd31ca94f32ca810da94d27cb6e004289752c9da41ad389f0dc
MD5 8e826c76a7af2f9ccecc0c0f615f1984
BLAKE2b-256 fe38aae4c546242972f7d594077d7f6c08677cb811a457d79421c3e41b148bf8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a8df85b9c44b88a6f62dc2cf6c8a3259f845e76042768163cacb99eaced1defd
MD5 4a7861670006b228ef8d0741823c7285
BLAKE2b-256 4595cc2a023e6b26b83b23df7d5347ae79a42b21553faf30d541ad09267b1336

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 151280c2cdd287f21030cffb45c3cca9e7263627293cae56c5455c11e50162c6
MD5 020fb77262aab51adf4d4be25838d855
BLAKE2b-256 3b02d92b186c16493f880058118085d746f1b711a6a9b8247ba3c639ecb0894d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 4cb2eb94ac6f23315276c6b100edf5d82d6985cee2c44759ca3bbd42751c2e3a
MD5 d49b57bae638c8b4ec368a99b0fd7f54
BLAKE2b-256 99e9f7a44beb7ade6ce383ac8bf842142b3880a9e3992602a20e97163bdd4edf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 cbfcd3df55415cb8c1bc08c33bc270ac54ba7d6438d17a3e38726debb9545724
MD5 042f154ff34f68045292d235aa290700
BLAKE2b-256 32014b07521ce18eeeab4d321cdc56e45e9e21de90336a914f7f0a74f88ac8c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 c7ed7135bb7db04feceb3aa0fc9ba41fcd78b5420026b699352e6112f882f335
MD5 29786178e4c66f36f5dfb15f435f8391
BLAKE2b-256 c754e47b150f0dd58ae171e4a8af5bc8fa51006b5e89b34dd062d3a50121c88a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 2b32b4a3f5f8b18c2e20ff5dc0f7977f271f9353cf987a5a83685b87f058ec09
MD5 ccf2e3e711f0ff83085b5baedaf1d199
BLAKE2b-256 6115485fa6c72f7db254d4a3889ed17d7a37e043e759df3553c94d8dd2a1a85b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-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.7

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 0a39e06e54e0568c28693ca0f9154baadcbd02af23a1d7b3ebcde2154b46ec1d
MD5 1af716a3af3ca26e1eb20d7c92ba7b8c
BLAKE2b-256 0bc759c2f61f8fe2975e8f9c16b5962270e3beaf331a93082bb6d3484d3e6c37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f71ac07342eff58edfae5a4e868d30a94e2afc476d8346ae41fc951f547a6fa9
MD5 3de9c9934e9e79d1ff6df361e3dc30c1
BLAKE2b-256 8a8ebeb634f806a2953dbb76e51b075ac3640cb1fd4ba25f2b75d12ed6db579b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c94aebfc193306ea2b2209d71d1aa2dff98c13ca5f30efb144258d5ccb1f6bd
MD5 abff3973e621b7e1811c69faab35e4a9
BLAKE2b-256 2b3540df706977cd5f9de394b55b1763301b06b37c6c7adc4a0c3f1b8458a531

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1df46bb075a099a65c4418615c2f32a372a630990437f9b26f97ae93bce353d9
MD5 8202bf5f4cdbf458ed2ac8043fabcabd
BLAKE2b-256 e7b7a1495f92081174bd25376186cb19bed678cb44d82276b7321900390dbb93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 990dc0a034076b695c4e9245ab421cdda59fa60e45f1e796b9df75f0cfa49691
MD5 54c7e83b390c33d8cbd3075c5fb28a02
BLAKE2b-256 a77f995f40dfbbe2771f8399afcc8d7796ee9e804351816f80db79d5c29f9cb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 aff60444a8c8886402254ca747cd2bac8a893e679e7057b2383f99f7476cd75d
MD5 b15e47989eeda6c469f07c024738484b
BLAKE2b-256 001e68d869a2f392e217211949d556e530ea45d3ea669cef535dc080a498e5a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b2ba2cfcb9ac51d5c39551ba658cfb98794dff3938ecec77904ada5ce5ed343a
MD5 ccffc79f0092abc328bff551639b4ad5
BLAKE2b-256 7004853c31d1f28cc15bd84c88bcce8bdc19877fe299abb63ef60007793ea465

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8629db4622fd3db40ac4fea5a3658375cda6ff8fcf54bcdc3b1495829ae048e7
MD5 aa45c8e6acfeddea6d17851de1ba5bb8
BLAKE2b-256 dc17cdcec21915aa8f1afab746a5ebd43666389172fc1886ba9cc35a11e803aa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 39d6a2f5b0b2485ccc700a324f114a78572e07dd436bad031025a8506c8e8271
MD5 a8351c4c7da288615ce47f25ab8ac5c9
BLAKE2b-256 8475e45691e30c72077167fc1f47b93ad188a49d0f49f8dde8a3282bb52c9177

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-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.7

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b8870140ec6598ba161f4c2dce723ec6e8a356b078ad8fa2bdfb36648c78ef02
MD5 31a772dc7fed28b6b6905a38339d8d7a
BLAKE2b-256 61121a7346db5bbdd1da5aaa44916d51ea5b149348c47fd14299d1b747ef1f1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05dff83b31289a10d052826710c7ddc767e7b0ed3a1fd1cb06997cd7a0de0b3a
MD5 017a40acd4cdba5317abd307b84af3b1
BLAKE2b-256 b6012bbb212b3f9314f1867d34e942cfb64440f7673f91926ab3a4b0326ce57a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6b72ff0fd1f10ba734cee6578658437212e3272e5174ac9ea01e59fc9eb8bf2
MD5 965c2a88733ffab89c7a2a933b448ab9
BLAKE2b-256 53166a046104bf72bf7c3e099576d5fe224b1b457438506710d09447ac0cca95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3ed562746ad19144c8c363df9d2d5b72a9d5e9cae05ab6f5d52fc3fe8b13c1af
MD5 6c239bbb993d226c87525884a0228443
BLAKE2b-256 9f036d199dc7f850e824742ebe940089a671e15f95aab22980628e5dc3fd268d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 439896d0aa6e4c2fc175b52ed8f7cc00d3ce18f594d2cf5cea12ec725f79180b
MD5 01464344836a4d53c16209ee0a38f07d
BLAKE2b-256 f250533be3319e1ad390763540bff3a794ff5d63f9a2da2c7953f9d867723cf6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a4d88eaea31de0c4cd60129066904af21458bf1d83111db2e794ed91529ce999
MD5 94343398834fb6cb2b4261f1cf4098ab
BLAKE2b-256 f7b4af1b563bb2f1ca460f02782741722cbe427263232ec24ab360bf609e76c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a0e5ebf015fee3c0731f42dd43b6b66f3f8671d23a912130e91225c7e3f8d009
MD5 2f6c3174b2ffca49ab74da697b54b6e0
BLAKE2b-256 a8b387676091c6200239b68bd730bf74475b450029cea75d505539c36d09b11b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 1430ea1ec9ece1d3901fc7c588badf3f503492c3b9d95ee5e12686c6d4394a86
MD5 c063f2e580b73238bc4a389209c33d9d
BLAKE2b-256 e53cb462e0c956cb2d1615349951e6ec7efba5edca2a7436a34b66349a1f775c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 35c606a10582d367f34738dcc20aacaebd6036219d4249ad2084a6af799778ec
MD5 911a02e496cca5818d7fb7b9e7adabd5
BLAKE2b-256 f0316223c6cf7ae80f2e3d45bc47cbf9eae808e0c39fcedfa6102da3c9a5ec79

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 22f5ad3aa950e046dabecb58e368ec7972dfb46d0af36eb6d01d7412b829af93
MD5 900a0122c53f5a9d1c82a91b1594a46a
BLAKE2b-256 dddeb79b0acfefc120346023b85af350abffe2d3d6a31bcb2a932fba09cda75a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a63e707b751a6ebd853bb0c215e8b628e6824f71c539f270843d82cc07fed962
MD5 e92decee1636ab45a6de0020b6718a14
BLAKE2b-256 face49e64c1ed73777cd6cc55c14217f415a6a5d4d8dfb7ff341f1426f3c7368

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-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.7

File hashes

Hashes for prismatoid-0.6.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ef155135594e1c5cbb8423774bfbd1f5be27eff2e79acf2ed2e6d2086c2327b0
MD5 9086dba13cb5fb6689f7d32ecb514def
BLAKE2b-256 3e1902627884729d69ab52be931ad076126650fa87a56742bad1f1b81024b84e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97f8bf49fd2b3943a583b464af96505cab89816125ced152030c742c76f2765c
MD5 2fd90c6f6a58c07a92b4c6969ded1af6
BLAKE2b-256 2b5df3ddac74f4a65953eba12b4bbdf6ffe2479ae870f9350e5629c76ad763bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c95dfe69dfd7f9645a6c767922a15450ada68a70d3a4b58d47489d872f21f097
MD5 bb2f67fc922aab3037911bfe37dd5235
BLAKE2b-256 0f1feb0fd2198a3185ca72a30cf3a94d8f148e142654ee1904985b35c7ac0181

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1a0be5912758a1cf45d52d5d651b06d348650df6e88171d1d19d0cf93b89bcec
MD5 d52f2572f8e5c314b7ac25c0fada1798
BLAKE2b-256 dfbed8d5d73cc9898ccdc9f796e142a4ae6fcfc4213eb650d9880c62c2640fe2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4a16b15c2afcd4fbe6441916bfc40e248dc28563dadccbc5f40a29355259a259
MD5 a1ddb72cc0df89f3d50b1eeaa95d777d
BLAKE2b-256 9ea492f28562b143adf757bcf25e875c0cc37bd100c9160f3274c9c21960ab70

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 f431962219119dbaa8a3dbbb0bad009634b5fbc2b67709caa5a5ef67e5c28fff
MD5 78ce5640a6542fd562128fd9ccfaf5cf
BLAKE2b-256 75039495d8b721956681a5ee85bbf421dc37074c6eb09d6c95b6585d4c8aca73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6a40544f6372b25a718f53a3c439a3d1dd702009360956ff3420de5e5d939fa5
MD5 340a2c7f631b4de5a6a3c19da3f554c6
BLAKE2b-256 4be39683755e562fc3465f1a79d4d5b17e4322dab3ecc25c1365cc493b2408c1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 bf4f0c471fbb3b70bdb9dfebeb3f7b8a9a549d8b74316de0a24db6d59b113dfe
MD5 1c18e1290ebd890adf774027ccead99d
BLAKE2b-256 0e1907678142d0c1e9faab7c2b541253e21aa990e7361cfd64f7b4a0b71bbd0f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2507f89a4f540f0409c66e1e92fa3cd2b67a6dabe58c6fe6a652a4ea1a73486c
MD5 778b16ced3f099f6e9a0c63bf2d92dc7
BLAKE2b-256 9ac14f5166b4adfa2ecdf4e9097bf57b7a863aefe9b1c253706e0b23b50aa505

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-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.7

File hashes

Hashes for prismatoid-0.6.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a1642b6610b034e502dcb65bf93761b694ab36b1cc9dd18716b9202f7e5bc063
MD5 c4ad591b194d9b1b79b1bf1b00b4e78c
BLAKE2b-256 7a75988d6c9f2fcbe4554c9e1249932eefa7bb55f3d494db6aa34da6c61bab5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a59c62735cf332054c3ad2986dafa7dce365cecdfffc6960cc81dd3a91f5cd5
MD5 1dc5ec0b51b549b06d58263492530f03
BLAKE2b-256 baa8991ad00c9456f43627d61ee74b39fe81f66dcd1cbecbda8dd1b2700130d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 785b76b36ebcbf704a2e656c15e8d231433d64bdb90f3848b3124a0568adf493
MD5 76bba0e110d3f8453bff65582fa034c7
BLAKE2b-256 1e13eae0dad86be5c502a8e9cfa54bb0a0d5928c466ac29ce7ecee7e67c87e95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7dc01fe06432c496bac93791f2d3d543cffcf67d35129016f80087cbe0f52b46
MD5 3f95e47e8ac5962a732a8f478191c264
BLAKE2b-256 16a24a1f8a4e69db2c046de199ed634b01a9fdc031ea9fbc9e27c3594bc1d952

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 918c5a4ada3283c11d917d7585a0b5c7fb1710a41e679a6ef9906f8e3235df04
MD5 da7177150f5d79131d494b9e97be0d65
BLAKE2b-256 d87f12f4309d64e05d6cf1e5d20296e2c2ff1201c5ddb1147c0a104e7c461e7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4e00fb8567c5071a0f1c40102449fbfa42c4ce78d8df68b3351aa4ba1eb7386b
MD5 b80d5a275c685795500f90009bc97458
BLAKE2b-256 522070f3ab9390e72388cd7bd1f03b0a65bff3f8310eb117616cce529d8bd25f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3dda106891c4ee07698e62fec880bfbea7120ecc806aa334ee2c5f89bc4edec7
MD5 716ebf2f8ccb2efc47ebd42407514056
BLAKE2b-256 1d7df3d1fc406fb63fa6a4e943b5f2af49f08104fb132276c6e1179c27e3d012

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 0d15e78c7bcace94687a2bc8811adce404d45681f00122ddbb43fbecfe4f8b10
MD5 8f72a4d56be5aec69d9ae97f8e4d404f
BLAKE2b-256 75ef8c220057c8ad51e59a6bb6c1e55a69bb129b9f29030580a6e0f8455bc49a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bff5db862fe7dfacc9046b391c669ea004a1d84c9d531474f3e2ff82ed28d4d5
MD5 58a3ba97e6422eb1e7b98fcbaa897339
BLAKE2b-256 f4027413b88150febe89a6a85df549868255054ec8231a8a947a7b01bda340eb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.0-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.7

File hashes

Hashes for prismatoid-0.6.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d898f7c43ada68667ce56512399a3aecf24004b472419a076d2183a7e41ef094
MD5 e06e4c0e8fbd5478b3ef400268dba6cf
BLAKE2b-256 1ed2213e01f8e00e5566b1d78f1a8f9be74eb92c5e133c260d1913e72187e68c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5a4fc277e7330fe0a18f3fa44cebd542333b019bdbe079c138d8ffda7cfa650
MD5 10a0853b110c3d64ace43d05f87ae19f
BLAKE2b-256 e92cefbc308f7141bceae3c5d38207fc81cb9d701db622395955f15cf742b2d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eed661b1857406207a7d607f3abfd8f161b1cde68a91cd6c8e8a161f9a3a4473
MD5 5d7ad48af7b0447577927f8b223fed2a
BLAKE2b-256 bc704455d68ebdb0c591c13a4aadcb7085b38b07edc1f99028403d9229586fa6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 db1f698c5bf6b18a4d3581a69aeb00ea42958f21fd075debcd0b2ffc301d1a70
MD5 2f9340eabb0c32af23cdc40241543cd8
BLAKE2b-256 b620b973cf977c2fe165d631674b23f1ce83e3b80c2cc29f52c1501e5efa4d03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 590cee8d10d07873fae7a9323c88a367f500e088d5ef407c44e6cffee9e90922
MD5 bf734dc7e4385227f61e0cbe95088563
BLAKE2b-256 854d078be6c78bbc538961f5bb50b25d01eced7b06e34596e0811d17174074fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9b5d5b980b82f3e7aff3e93cb477f70aead5b92d2132089ce9491629c0c4c583
MD5 27bbc1cbcc3310bc3082399b431d2924
BLAKE2b-256 1c7e92801a50489979c5bad5eda94fc1e5e789e3b1b5dca75fb697b94953977e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 64f7b6dd5216fecd69647fbdd3f25f618a29a818eda959ee1afc57d8a8cd4a32
MD5 6892c14310e1fafb00ed8fe1a63170c2
BLAKE2b-256 f67a5bebc5dfa5a4018a887e25c20b5ab52f0a7d9507c66e9980d763bbdd742d

See more details on using hashes here.

Provenance

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