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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ ARM64

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

Uploaded PyPymacOS 15.0+ x86-64

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

Uploaded PyPymacOS 15.0+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

prismatoid-0.6.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.6.2-cp314-cp314t-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.6.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.6.2-cp314-cp314t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

prismatoid-0.6.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.6.2-cp314-cp314-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.6.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.6.2-cp314-cp314-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

prismatoid-0.6.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.6.2-cp313-cp313t-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.6.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.6.2-cp313-cp313t-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13tmacOS 15.0+ x86-64

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

Uploaded CPython 3.13tmacOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

prismatoid-0.6.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.6.2-cp313-cp313-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.6.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.6.2-cp313-cp313-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.6.2-cp313-cp313-android_30_x86_64.whl (810.4 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

prismatoid-0.6.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.6.2-cp312-cp312-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.6.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.6.2-cp312-cp312-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

prismatoid-0.6.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.6.2-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.6.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.6.2-cp311-cp311-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.6.2-cp311-cp311-macosx_15_0_x86_64.whl (294.5 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

prismatoid-0.6.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.6.2-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.6.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.6.2-cp310-cp310-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.6.2-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.2.tar.gz.

File metadata

  • Download URL: prismatoid-0.6.2.tar.gz
  • Upload date:
  • Size: 988.8 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.2.tar.gz
Algorithm Hash digest
SHA256 cbae3a2b54969849cb8b9fce0f5f4b6c3945d983349dce7f309f62ecf75a3613
MD5 d39bdb706f27480d00f0a9f3cc6f5ebb
BLAKE2b-256 51c7ea22e152fa68990b3ff43c3d110f2fa0d1f2f0646454f4d81a6e0b9a7781

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 21343b87c73452c21bc9cf70d9460a65a3a84c910d69169ee20427ee72b77fbb
MD5 43966a10f2e16d7fc491e8f536f633af
BLAKE2b-256 2d3a48fa65c163dfb91dc47cf0a7a8e3d52a00ff67ef730fb5760f4699287690

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 69588aa28c787f0893045972b0262ddb3db850dbed82838e84f5b7fb8e0dcfc0
MD5 8301d83b5335166d7b4d32f83f43af6d
BLAKE2b-256 19e59e96b40322ee57d48831a76dd24068c0a6329f98e961adf74cbeffd18e25

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 05cddc68dc4dc3a8a8103dd683d7fdb280fe6a1a2e8f538882c944d7bd6c54ed
MD5 da8a471631b3c0514b505f10f8ac7f6f
BLAKE2b-256 99c3420255e5de455384586700334cdbdc6dafc71057e2d2d60a9d40967445bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 df2018ed5e2113867961cce1cadc4aaa0428a56a7504808c76010fd8a2791afe
MD5 93444ca624f9a3e1d1f155cf6c831860
BLAKE2b-256 0521fe09c1b3dcc808978efa13b7f710a5047270733a1af0dbae0d74887a9edf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 52165c18c22bb5a13494c631056b026e6e8815cb950b661443d33e2303bb0b50
MD5 8d0d3eb3d16238e31a44a2d4b2b89b39
BLAKE2b-256 e4bdd14eb6a3c0134c111c795a9719720d26419155d8c6d22ab238440707558f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d911a0c773b9955b106833f415ff9b00128172b9ae4e447ffea6a3839df7da29
MD5 166623595f14e55bc3795213b9f298d2
BLAKE2b-256 98cc4709dbb7e21630a90c333d5041b04b79dab2f01d3e5022e4efdf70da5a98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 91da92952b286debc37732b57e1e0a244ccd91f5168a1bf3b7b7334b9e269fdd
MD5 11b4a01dc6b8c58ed82aec8ed22e2699
BLAKE2b-256 3ef50a5fe9aa4940727a475b7e7d8fa7b9fb2305be8ffda9ea4e3a530d90ac15

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 3667bc962a5045bfe6075bfcaf41c0743078993f18bb613831b49d1b7dc372ff
MD5 fbae780392907a9c7cc41c4f8adb1427
BLAKE2b-256 6546c763ec702666e1eef6bc337b3eaa5cca0a4d75fc625ed808514baa96ebd7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 824c3d820b64bad575d244ae1fe4678430887e70951132a5aa668d1472730709
MD5 3b6e7f2baf9fc7c34ecb02b328bc6aba
BLAKE2b-256 ffeff62a072cc2abc367f9ab7fe451cc18472f35e270af8e602810c8bb7837d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2037d4b5a89f64fc1cf5cda2f1c92954c5df2e61c439fb4fdccae43eef385ae0
MD5 5956ce10d6bf2004a96e7f0a0027dcc9
BLAKE2b-256 e81d3af09dfe576ba15d66ac523d32e5314b4d3f639233b5c044ef56419fdfb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c92ed50b874ba958d6d194b6a14af356bd2d57e820a1150a5c4e940767c15aa3
MD5 e90aee3728ff684186c68ab0778363b9
BLAKE2b-256 a764187738a0fd508956adf67c9d51d5680a0b6fe70974da8b39a3f240c1f58a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e5578c7a6788f011ba9fcd5ff67a5e8f64c729ade7c00e6141d85f9490efce2d
MD5 4dd641e535095513610e9f2d813f3a0b
BLAKE2b-256 617a45e1d62fb0fb9b7b501cfe109608758d510fbd788fb45b8eff53f40231e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c468e9dab46b7c47b0ec06f22828ae8a3d55365a681eed627d00cc14b4827028
MD5 af54ca6c068366d36cdf4e8acedbc68c
BLAKE2b-256 9b3e594e7eeaeae2a35289327c411100f02511f074a15eea53eb07e8e81d10b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c4b221285c8ac89a58b0b6c17fbd1278eb028e6e622946ebdaf2b1ee7116a3dc
MD5 822585f630c20372c2c641a03d07dfc1
BLAKE2b-256 141e6f9a1b98446b07706829c0dffbcb108b455a6c2ac294b73802bec8587c66

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.2-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.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e8855edf40ba0b987b454a46a40a28007d64c2d4bcf01ae7a4f37923692e302c
MD5 68a8538e7561cd17f6b3e274e4ef52b5
BLAKE2b-256 5a1beba6a8d84c5177f94cae68019c41f2b8fd268fd98a9531e5797c2f9a2901

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.2-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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9ae1a5e924786cd8397252e15d7679b745a5bf08d792810fc792909570282890
MD5 e581e958f13ed093f4e8de42927e37c7
BLAKE2b-256 72ee97e81bf0f13c91426976bc5640345541519d9a1bef00285c43d306b78036

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 9f77098b05461e10d442ecd4ee3eee3d81038c9154abd35a25ef22b9e780049f
MD5 22dff3e329a4cceddc13ea426376d738
BLAKE2b-256 f976be51a08bd9a9b58b0021893a46696691f35620af96ef34f3ff8d213deb1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6dd1102dcfa26995c2250bdd1c078c8820b51768c81d04d7d9966901654e9133
MD5 a77a3bfef0981d7a2ce43f65fe55b3a5
BLAKE2b-256 6bb5ad4c7b0ea75bfc4007697c246b5d37cc5f1df90284ccb87aa929ac56fa7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc3e991a9f78cc4e30a8bcaa53686a33192e342de9bec1f9ccd0ba9760db102a
MD5 866ceeb59f1bf89c5401ef994268c144
BLAKE2b-256 e4ff426f4e3688e70d1c3285bc89523c89bc4b5733b74c94f2f748f9be6fd1e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6337df20c45a91bd9c04c922999d30ed9c9784f166d4ae15f8e01cc16ae9d732
MD5 40b20fe07c1856535d026b40aa06bda4
BLAKE2b-256 ae3156fc004ca74d5b0a729b89347c8bd190b2197352284a3f51c5d824366e24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9ea67a9f4a4373b4d7d3f360f929b3a8ca01778a417c2db0d9a048bd6b078024
MD5 d1f2d59a728cfb5af7ba18f919a1d32e
BLAKE2b-256 2f30a0df8b1beb7d3a2dfd61b3ab3c15b7b38c3da8d41a0982b5bec6267b2e6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 54e9012eefd79a0a0548015ca29410b69ecf304d4aaa7c4d77a287d16e1e6823
MD5 d3c92364d5cd77b7ed07d323b7c28f34
BLAKE2b-256 b77900dde9fbe49b91ea5fd608d77c09e07c66bce63b5d8dcf34169b0e0377ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f0f0150f1f79b078007d1696ee4a2449af6b3e6fae3c486d19a26928292f7487
MD5 a7b32c3acd7258ca002983adbcc8bd66
BLAKE2b-256 97d730abe11ccb9d93730320c55bde2ce2d092b2222e68baf5aec75a399e408c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 ab39f91b4f1e32381016c8ab27daf501503ad45aa1cd3f8ee7140d3b64dce5c7
MD5 f5c5583592b7985c63406f9696c357ad
BLAKE2b-256 c61c393b2e0da2cbd0a287b0995d7290cca2a28279ab0f938570c675963bb8ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 35a7e5106036bc38603901e224cd8106a828f9d7a55e09a932464e43b8ddafaf
MD5 882230f65ee8ed10631911326d97c052
BLAKE2b-256 8bd0d2c6d59850cd0c6906d65826f9ad25a0b039ba088d5e3f3db7fff0eee28e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 3587397e0ed811640935821e9eca186ad2b632c0e4862b18645c3eafd0381552
MD5 ade7f44a1b1824611506d51724a822fd
BLAKE2b-256 5f5c638ad895e885aa681e33eb67f32b060151a504a5302ac6f2a1f5f68c818d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 5e08ee79153c635159908522bb590c378bdf36fe8510e078c26e61a1a829f64d
MD5 c5ada140071cb177790d912af00fd282
BLAKE2b-256 7b76f543c6074a4768d02c40a402ea3168126c300a297e46aa68525648b6ee3a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 925817cabcdf7203c2c8b8ca0d7feb3aa07f6834bcb60ec55c3b19771e4ff1e0
MD5 853bb0d8b5e7e54e93f6e3f7dcb8d913
BLAKE2b-256 c11fdd517bf5af90a6158d4f4dd1be95cfaa2fe18cff60a1af952e39c23620ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60840e20dd012471034101e9dc79d98a4246680b609073f16f32bd2f9cadd5fa
MD5 76c6a76735ebb359fc28dfcd4916eb96
BLAKE2b-256 b8cab9d45eab223434478b4f89d383cb01c279fb440eeae26cf494f643f795bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8891f89b2a2ccd667dba5b09d0871e2c4a4c6575fb01f8cdc0ae0fb05e7f7aa2
MD5 36a31b9c0b763aa67cdffb5cf03b74a2
BLAKE2b-256 0a1cd355568bac1ebb5e0e60ed3c7b2454d300aeb595b112be1bd5a61f058b9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5d140a987ca7ae42d7d74f8d169ff27d7f7457b542ae8945628b9563c6bc458e
MD5 11c5ab24d4c3c837e3bc0223ed1c4418
BLAKE2b-256 4e7193051c96a0579e7fa7db231bb0347ee6b348aa8d16839d14aff3fb95452d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c94325b72799f50430e30e2923ba67e1ccda97c09f1ab3546d934f910830e15c
MD5 29c0422b3a0bdc25c7711393dd7e680d
BLAKE2b-256 d0da8e36fa23d2d72592b71f1f0b3e8818274605e92c8488f156233160d9aefe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 91a1c851494901d3b95595a287f20d5e68124544274cadda0e981ab0db270943
MD5 48573a1f5553d767e034cb7bf62fda21
BLAKE2b-256 0f01a56cdfc56c0ecc17f2bcf8acbc9fbbf2c97e7808b2b7c19407baa092b901

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 21b921907d1bb61d18b8a33f943669a763a7f9861bb56ced6f7dd41f55ebd841
MD5 6a06be8ac662b31dc727514099d96a1d
BLAKE2b-256 00ca368390282e5448e4ecb111e9fde97909f3a2a4819c50d5dccdc4daaae987

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.2-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.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0eeb501c95604cc26e967073a9644496c822e950a8892bd1f935a870318d4cc8
MD5 6c010a2432ea9304a2f5d3e13ad6c1e9
BLAKE2b-256 c7c9c0bf8b208d56955093ba7ecaf826f808999c6b4b015769530fd86485f27b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 49725543252c219565bd643d753ea651c1668b371e12dd9183b6495731ef59f3
MD5 70df8e7e2119653bc03db8eb898c9aab
BLAKE2b-256 88046753abb8607bf58142564228746d4663216ac7cb1463bd80cbcee112bdef

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7fcf816407047192edd4490af78562dd3de307ac16ac471ec1d50e3a2bd5ad31
MD5 6bf00b0484599bcaf9265a8080e4fa0c
BLAKE2b-256 db6185700146ac05937d92773908b1be4ac38ca7ffee8a90c4993cd46db7f81c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7be1f1fe15de6a13e0e26b23d69fc72811e60f39446d68556f50a788fb4fd514
MD5 17e5e03a19613433d185eb5f49f74e6a
BLAKE2b-256 9a8d75c8a7e51360b8ee595ba4129276d124252038e7dc733eb41aa9d9fee979

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cdb02b0a8c440ec3a825968246ec816d7e41749dca61a6907ecec06fe7479589
MD5 7159da17754745704ebe4246a777ae35
BLAKE2b-256 65931ea60df3a69da6fe1c2d21efb6347969d9529f7d73500c9d1ab288d1c759

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ec5ecdf33036b7f7e95d207beb7b8221ac7f72543d69405e9b34ce0c419d204f
MD5 0051935f70809531f063b7a3bb6340a2
BLAKE2b-256 eb5dd1a98e37e6b70768375470372da8b46470756d3368cc19d2c58bb98eda5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 574f54b99df29253764960b1fb97b94dd32e0186bb3f72e9f6dac2dedc1aa37f
MD5 11587a23230c8e606db4fe7b0204626c
BLAKE2b-256 a151ee8592f0d9c916cdd3e4590fe97dda54acc1b6d71a1f86bedf2d5e7b2a13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c409720138110aef90a5523e62c656e45b4cd779d6a2f80fe332262f0f58bf72
MD5 79ce150d9314f00040fea57f73c1668e
BLAKE2b-256 bb9e1c122061e0ed89f393d23a0c4315cd4af097e4eafe5225fbd7fc616aebf1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ee2a949845302b1b6559ddc063609546ff997e02dc623797b1c29f8dc753ec49
MD5 3273a38191829259e0a595c8f373d924
BLAKE2b-256 b16701ddff804667b06bb025d417a636d74ae725aba67a791e01cc8de44beda4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 0e01f8f04a912dd192de03abd7bda0dac73bbc625a5cced71d9c67bbe6e530bb
MD5 0a82b91c29da394a0dfa36ebb4d51b41
BLAKE2b-256 b92afba233461e566d7c00771b16a960d5563a27270964acfde9b29e3540221b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 0c5dd12c844030029717c545ea76c22bdcb0e505509c869aac3ec7f8d7f2a4cb
MD5 b69a709b583b9855cf35b6b7ea59d178
BLAKE2b-256 7c265eddb4a7e72f1758d26d668091f3ea621968b2e7fbcae8c89acf6206ebf3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.2-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.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 d0737a237efead2455fef3227bec8d86d24a452af2b09197958da01fb97ca04e
MD5 0609fd32b48bf46b0327b9f50f2c6b2e
BLAKE2b-256 3c3a70263101e2f3e12371e7fe4c57c42ec4cd68fc852bcaaf3b11889a2e2221

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 66c2401d36fedcbd3ddc1331aac7493e1fd283c9bf739cbd4a6b1d17ae4026ae
MD5 066dd34ae1dc8639beaf4bc7c9caa9b9
BLAKE2b-256 916a159a81e86f39c04d60b53c6b96b03a0c48c5782670b2c4620291bf7a19a9

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.6.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ace6a88819779ab02a2e3889887c6abac9d121035d77bec1b19db6b1872f03f8
MD5 48e52f49709062b947c518d59d92d05f
BLAKE2b-256 f51b374bfe10dfc8ad9e48d9a230e54cf3a7fd52455a4abd92e462926c5143e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e10462f731293daea38b6a4c60cab2a7dc1bba83f26c66629e450cc27d920a61
MD5 b8c32e1b7cfcbd2d2b9ecc1afcdefbfc
BLAKE2b-256 bbd83d1cdf227ebf9c0e9cba7922721ce9c9fc11c99ffeefe0ef7b0d6cd18e43

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be5267de4648bbe0c7a105600b66731c88233cde3db14e51d639840e79e845d0
MD5 c49c1825d7b6ec65e1ac2f36b89077a8
BLAKE2b-256 a1b9162d5b33a5c183e4e69647d507dea8f149d8c0cdb3631c149d61a10a0534

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 639aecfddcca1e3ed89922cb8e53a06998aa8f7e20856f50a97e4a731cb5073e
MD5 aeb7b7935403dafc4eb46295e0f7ca75
BLAKE2b-256 f18669b238c0343d3b96bc6a82191d7258ed75b4f42652f126b76a0dd57a298f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9af52017000591acaf4c0fa4ab62bd07872406e2769ff11e1d5d0bb60d38f217
MD5 511582284ecf4bcf63e10b6bd5653334
BLAKE2b-256 6515bff2702c4c18918c2880bb654bef75dc9a026602ee3ed992f9d3106bdc3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a06862a460190c1efc068f878be1a5be3cc44b36edfb9817d1b8593a724e00af
MD5 2a7761180a4495333f9dbe39ed310d92
BLAKE2b-256 b64d7e7b242e3c66d5bce01cacaf956012bda52b0d1f7bf59166d0a5b50896bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 dea3e6dc9ec492fff3bee229787477a674820b4902fbfe4b0fda4a9408d58b4e
MD5 e0a4c3434ad2836982b1129773130f0c
BLAKE2b-256 76d276c62ae902bf69cb0488599c3fd76ff5d15a14f30c46c5d475ca26f5bf35

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.2-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.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 316cb7facd331bb493c9e72860e15fca8777ae6ead6cb91a9c6dcaf03bd64a77
MD5 a540026aa36a35071a1b81fc07895ddf
BLAKE2b-256 0fbcc7b329c996e6ccbd326844696d1928e2bfaeef9bf8957364251533e2f0fc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 08567dfac38d96b814581e8d841b840c2df7c4e81096d9d57f0982be4fbdb3a5
MD5 64162edb8599aa899c23185f2a355f4f
BLAKE2b-256 af796c5c0bec4a4308f02735bfa60f49ad9d27b9f41151bf4662bb17ad97b04d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.6.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a542347315f78f3cd6d001ba7de15684ffc65850d4fdcc0e56196d75e7e09d7a
MD5 e5929f44201db672805bd00ee61ff0d0
BLAKE2b-256 ab1d5a328225d7e9b175daa7f9f653e6f47fb5b19a24e4d1102016b6551c68a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 760eecf867832c592f7c72ed661d4c2691f0c0b8344e8a2ccc9b38ad546f5646
MD5 d68d340b642d77f2bf1ed037cf20bb59
BLAKE2b-256 c5d44ccce7691c8f5f62059a21db41bf00fa1859e7d9d2b3d476e461c31bbc9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12d3121eeca1273357dbc6e92d16e30b23e72bcf1c482eddf20f2baf6f629d80
MD5 c37724b97e63a03b1f4babdd31a0a97c
BLAKE2b-256 a227871f12bd5aae56f636d870291ee59dd58b4b618aac01ad7747c26b305f57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d1b51b123ea8ae5a3d917b99423b582c9db0b6b7f858e253a22eb1b33c692468
MD5 3706a89457f19bea9161c7cc018d575e
BLAKE2b-256 4b973027d85f2c4bcf9c07ad623a63fd9a81b72c8271e948d763f48f9fb0e520

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ff76201ed6fc2cc5e728dca8c2b6dc502ee16d9fdf83ee9b16b3a487013a1b23
MD5 ab7cde3aa76be77d90e0896b6271dae4
BLAKE2b-256 7ef417109ab40d933c7eb5b09b1c76d82636c15ee183286a0bfb4b780c5ffbb3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b448b8f17923c66f5973ae3167d855843f51d4a490f9b3c6bbba188d25ec2adb
MD5 d9f1e44e48f33eede675d0a84bdea1f0
BLAKE2b-256 bef512bcc586094a87b66d01ac2eb4aa0a2d1298927b781270c473cb4f3b28a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7ca017571a4d415ffb28e6184eacd0b132dbc71bf4c0236d96784f16c7e24393
MD5 2e81d259d99932d727789ffe49afc04f
BLAKE2b-256 51fa2d3b7096d934fd7f5fad5498f5426b3d1ee6d1335747f96196c84dd7ff75

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.2-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.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 febee80e4719c231e7accf3a45d3b723df3fd6560f1d19a9d62cf105b7ef68f4
MD5 e848b82f2de821f22bc9a1a81ddb5ab4
BLAKE2b-256 3d789a82cac47a3b48f74397b4a1f2d965b75e82a347efea53b5eccf6d981413

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.6.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ffe1a8f0b785173268df78143bd55e504c213a615d3cc07b27eef9921f335136
MD5 a3c3074944d55d5cf8d4beb4c26c1b03
BLAKE2b-256 780e731a0e398426ac066420937b7e48561df7fbd3248c67e639e10b47b4a326

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for prismatoid-0.6.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3738425be947d3f75eb66ce4f3c4c07fac0ff9705e3b0bc0bf57147d00b3ef89
MD5 df90c1c4fe85cbc7bf329d5e11c4def7
BLAKE2b-256 47cb1be3e6bb31ff160f0c7a7a0366dc996e55022b73d8ff558a0f0144e3802c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9fad7a7f53dfb75388c0f17d85dccc89c3ae1d38e9b7063cbaa9003fecbe5ed6
MD5 971ae80d3fb6395d433a7f78174ffc0e
BLAKE2b-256 9fe242ed3ec814319c2e4a5aa5e095d261d70acbdaf2651278cf1371cb7d5495

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 235f0111cbcf14391f0c25951a978de3161483108f936ef799a80b4d79ea48fd
MD5 e24a95e8f4b887699dec399ae00b0237
BLAKE2b-256 8c8584d4b5906451bed5bf76fe75e144d7389a96348d5b35b65fdb6908e1f67f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0eedd31bf1ddbbe4e0ef088e98f0deaaf836fd136f1073d367a78382421325c1
MD5 bdeee02c01bdc0d1e75e2a535e602f23
BLAKE2b-256 990f4cbb6527326f3559e09df55b69f6c70eaacf9f45ff6c93b289923bbf2bf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 859b60c6e70fc4319b3ea0a8fd0776bc48fa297e5ba76f39bba1c297e1d7bedc
MD5 5431d9e9c0223199fc97a8c306035894
BLAKE2b-256 d5737fe10201a0f8c30c9afceeb4b6d9ba6be037b4fa0b9145f20e1c2dbc96f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1c6457f910b200325bc64d3beaa98bffd0790adb9583d3bea2f74f3b35b5214f
MD5 09d704d844ab41fafad85e9aa4b8d509
BLAKE2b-256 29e07aef8a415f88bd6e7f03e148d1936bef91ccf30b80751805bf75ad5f0067

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.6.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 627e8dcd209788c27d21c3f21ad0747cc350799a0837561e0cf0a06544d2d37f
MD5 2f4d660025f137233dbf33cf4d3851a6
BLAKE2b-256 478cb6454f090aea9fff49eec2c73e35ab5292d2dc3850c457cbd062133da322

See more details on using hashes here.

Provenance

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