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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ ARM64

prismatoid-0.7.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl (294.6 kB view details)

Uploaded PyPymacOS 15.0+ x86-64

prismatoid-0.7.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl (177.3 kB view details)

Uploaded PyPymacOS 15.0+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.7.0-cp314-cp314t-macosx_15_0_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.7.0-cp314-cp314t-macosx_15_0_arm64.whl (177.3 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.7.0-cp314-cp314-macosx_15_0_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.7.0-cp314-cp314-macosx_15_0_arm64.whl (177.3 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.7.0-cp313-cp313t-macosx_15_0_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.7.0-cp313-cp313t-macosx_15_0_arm64.whl (177.3 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.7.0-cp313-cp313-macosx_15_0_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.7.0-cp313-cp313-macosx_15_0_arm64.whl (177.3 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.13

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.7.0-cp312-cp312-macosx_15_0_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.7.0-cp312-cp312-macosx_15_0_arm64.whl (177.3 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.7.0-cp311-cp311-macosx_15_0_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.7.0-cp311-cp311-macosx_15_0_arm64.whl (177.3 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.7.0-cp310-cp310-macosx_15_0_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.7.0-cp310-cp310-macosx_15_0_arm64.whl (177.3 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.7.0.tar.gz
Algorithm Hash digest
SHA256 3607dd1fc7af6d8c23b833fcc2e98899dc29b4eeb28a3dac05f4ec8819564454
MD5 1afa7746fb7c37bf3136ba9b0f4d24fd
BLAKE2b-256 3010963095328aa4a7db25385ebc9bbec105e6567bf9b77daf88b63cd81f58fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e56c9f273bc0b5e679f70b53367bc111cd97a16120780bd6ae0ceb466db07a6c
MD5 9f52d64ac4358e9dd882933d618b6046
BLAKE2b-256 bd48a366b9bef27159b12fc4eb26058062be20f052da2d7fcf1b270fa01e8efe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 10451b793f360a86997ba27daf9cb93ee42cdce404e12de3857dc73c80cab62e
MD5 3f56bf035dd71d1a026301001058cbd1
BLAKE2b-256 bdc4b13e06ca2c76a6923c95155a14d759ad4e7346ab604d1b11dd34c75bb5b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 446a56251131c338d493c2be1519a85197092f244858f3b4f0ed39e582861030
MD5 229d1512004196e762601f4d76b8d34c
BLAKE2b-256 c3001d13fc259ae97995de9ba39f5d6364b2b0ce5549c2c0b62c386b57c1cbcf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ec19af7df43ab5588112ed317c7123ff741f6ddde33cad47768d8bf0d1180c5e
MD5 73fe7c9981283e665b80b7320e621878
BLAKE2b-256 52e9e0ce228491684071471bdbc7f019461ea51349bd913501edc16768cc7681

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 bfdec0127846a1e85bc04504a85bcbb88dc67e929cbde5ce03d9a6696a1633dd
MD5 5d2c9fe8c5e3b3cb67c73472aae9d6f5
BLAKE2b-256 ba7a84ca0ced13180404e80d596e935c94ef79ffcc30116a45fb77f01a718eee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 31fc388443dbaedbf1ecbc60dcc57f68feb988120882058218df517955e9673d
MD5 877c51fb02ffe353541fdad82e00fb4f
BLAKE2b-256 72811f2b04c588c4665a57ea9d3a41860aa81b6b5fa9aec3637db4365131f7a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 6094e89414d7ff00272e35052ed58c5579998ababc3adfa5778f3a8a92f2a9c3
MD5 7da0c52bec9dca62156c634dcd98e5f2
BLAKE2b-256 50557ecfd36a02214d78ac16bf6231618d9b68631dfaa2160e1229acb5c2709b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 9911196c0ca19fbd40e779e6c4fde34fddd2da065b6b49253b848da1c25b7896
MD5 99b81baa23926a9567aa49ff151a05e0
BLAKE2b-256 c8c66cb56b1a78bafe50cb6fbd7b2a2c43ac89ed1f1a53bb0707cae7785159d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e35d46823c934f826d25d560ca1d08cd675697201c0d8c1c1cf4afd09de9ac83
MD5 8aa7610ff295aa0fabc6a99f17092025
BLAKE2b-256 c16e8ae6dbadbeb292b63ae6c88931fb6a5136583a447749b2079d5d7a48b447

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 afbc0300ec0455d0afda98b3e334aea5b01ac985bcbc956b3fb084f1f3263d00
MD5 ae917f1bf3add145df9718fec0ee68da
BLAKE2b-256 a7b88de49ac02a449ed32d4bf0f1958fd5e4e0075adf17ed2c3b7a2c1589bf40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 32fb5f625c6d129b4a188d61298174412fc4650c13033690fa36e963a4801016
MD5 17a09820e87ce19b4014079e03233905
BLAKE2b-256 0b9c97010fa4f52b411c1e120ebce4a332d9600bdfd15d18fc55a88a54b5cccc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 f8531e2fc3a7ff941dd806789a4e0314943522d7f132fe250f1b738a3ceab113
MD5 9a1ee6b3de27ced84575896ae053ed44
BLAKE2b-256 59e1c326a6f0315a2cb99e643291dce018b7911d15c9b52cbaa16c8db27f52cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 581ba08f6fcf6b3ae2bd2b729e809db527a7d72537a7e7d991abeed99d9a3b79
MD5 9caadbcccf6647b686ad2bdf3c4f02ac
BLAKE2b-256 a8fb78912cafd2afdaa64f4e0fdaf63a35c9020b48aeb60f93837d5912f7a729

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 97e083f27943bb7e742ad403ce9a7bc7a028f79dca20a38e2d67ee52fcff1f6f
MD5 a1c98a941bc0cc280db54578e4e5ec8f
BLAKE2b-256 a5d3037f4fe6411cba835dc96a724553fd1d69d9553d1196d0a19c7e2ef1583a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 85896a2fcc13362f3e265751d3b88d8641819641c5cb72454faedb3944e2141a
MD5 071bd86aa9484f625c13f61f1760ef01
BLAKE2b-256 e65a30f9e23120c9dc540f100c94e4a465367e1fbf59723ca0b8196ae5092aa9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3019ddfcd46cf66c9e69060f9029154ff1864a2278bc7702e00b644aa4e4423c
MD5 104a5686bc11446bb8a79a64c09e0e00
BLAKE2b-256 2acee50febb766f88b37715db0326628b3977f1e08036cfd4401666ff82cf6a4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 91a80bdd562a1da7ae40a8b66fff6d8bf623abf365cd87f12285f00dd7edbb2b
MD5 84126aee9d7b719c3afb0c15be6a899d
BLAKE2b-256 158e8b981895eed3fbb395f26263ee51562e50b108c58580ed17b85cb13f281e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6481c482996d06b25e66edde8e7c1f4a316df2251f699c7fdf46cb6fce00509
MD5 a080d891d767a11a0f492cb0ec6fcb86
BLAKE2b-256 011da1c18b32161cf76094b1e8ec66b9c77a7a621ac843cfb9a8a33dd553070c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4de45b741bf60f15806db012c0fb5f3efc978899a5bf1cf09a5286ebce2928df
MD5 5a7d1583557c0a519fcc719b7f954f79
BLAKE2b-256 90b9f980026f794627a81b55ec3ee010d4ed7e2cba98b00d54429c1196271c38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 10945ed6922d49a65fe1f4ff6c099a14dc868662c5058e9e94229c0e68b3aa33
MD5 b3ef6b0b0d10570140368301702fe843
BLAKE2b-256 2b94a843e1ddf97dbc4a2ba4342d4a4156f2392aa1fb32e768a7f5960ef50c93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 da48d22d4ccab2598e0574f2a6fa8d9626fa4287bed00f33e118b6312262df4c
MD5 5d7bcc4c42a5fc4922ff7b8aa5e97659
BLAKE2b-256 f24c49a23707a34172cd9c449becaf226e0bec434cff4e635ed1c252c227b5e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 95bde452db5b2b987d0e2983f2f560188338e63522e50455193482d1a156aafc
MD5 cae05380a31893d5cd8411445cd0d429
BLAKE2b-256 36c07f0177375b05381c503724c0105d82844ca7bd995d005260ad9644d5adbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 72ac86ab02cc355a9ca0de7cfb1fdc4244f6cf1bc543077a12a5ad9bc207ebaa
MD5 354592183c698b60edf08448033cbcff
BLAKE2b-256 ffa59583927b8068c503c4bb5803e95313fe01963f1c5277b49c630fe29dac26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 c6d6ae6526bce3f40d7f58a37688b2c2e1df95dbc4066ae1092799bddae1390d
MD5 9372af082d912bc6abc93a6a50c142d1
BLAKE2b-256 6fee79482fcb81e892ca9dd3992bc0d931cfef6792e3c72f8852cd0ba7f28de7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 c0ca9520ab46242f5fa8dd6fc52647cb6324143b58bdb3e0ad2ffdb0a473f257
MD5 35cbfe8341db681a87f1e4f2b3275d21
BLAKE2b-256 bc205333cfc9843fac46230f5d05de19766f1345fc3625ddfc8c2fa4ad275136

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 aeb1bc09e349769c1bb00ab1b74c9a348da6774a10f90dd1059a5b561c4b0e92
MD5 499662e5acc55d5689b4fc5c2a2e877d
BLAKE2b-256 f6b799eb723cd118a1ed930c66f635c1f6c4f37ef2d549f5f6bdfcd10fe07948

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 8a5796b182dcb033cbd8b8e77d5a4e12ca092803b5463b8b574b2ae415a77c3b
MD5 bd7ca598476e37f587413d446960714c
BLAKE2b-256 a6bf62383f80b8e89bac166cd6ddc0a43f52c45fe8c271a25a7a50ab3e274d99

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 bd2a7858366dd5327db690582a432c42cd56bf1340a5778dae28a5ce51d1e4fe
MD5 523e6603dbf57ff25762dfae87a8ce97
BLAKE2b-256 c8b78c4eeaf0946e1c7c77d4a274bc9f371bfb2634a25ecfb69b501210c33e9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4381d18a7f0586ca000e915adb511c9afca21f0063cb2d7b6b87b681e59eb7e
MD5 40d2e1ddbbf1bfe45cc3067cdffc57b8
BLAKE2b-256 936f074e101c3fde64d54de3ad84d48ea794ff4212e46b8846a7ce0366d2c5ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e9400cc6357b7ff623c81d3dc00b95ea36be57b2db03cf21d299a15cdb9c7dc2
MD5 1db078a06116bac79a4d7a10c926157f
BLAKE2b-256 15fea58d4f6c49a7d757933d1031310b09fc3004107ecfeb1beb8f641ae9d159

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 70f02117cbf39345b4e9ca2bfe97947e2e90a7d8444041f26bd3740d177d93d9
MD5 76b9cddc1633d1fd7b4a952602fdf853
BLAKE2b-256 36a2e88adc752215eee38fd5a06ea6886f44ec9e094b3a38ecedd99666da6b83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4fff1f9e1817abbeeb0049033d8b2cef181959b439f6676ae8c46400c72790ed
MD5 70977ced4886b94eb839896693ef4997
BLAKE2b-256 641c469a3b153292eef34759753610e75aa69009a18fa40b018c033c640e92c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 edc25f037c44dd87042dd241879197c2662adca305a831d439e69204ff726528
MD5 a3179dddcaa534ae11fc0c90787f3d6c
BLAKE2b-256 e93f8ad5fb069fdbece955951213d0f62cbf1c6813caf6fa0fb5a7c5c1322e0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a8e653e41686634ce6415c207057589069cd257a27fe017291c354b072e0ff15
MD5 3025246b1a82509c606cc1eb552efcaa
BLAKE2b-256 c1cb4eaa71ae2c10b7d627ebaad3f52365a2fcfab1be70c52e63a6b7bbc7e898

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3105f68f47bd2c526f3d49c206f15ce0ff63685ff566647b89a3e73c7ffd0f1f
MD5 b9fdfd2e0a870ea5aa34a40a7983337a
BLAKE2b-256 5601e6ef7d3a27b4797ce51befa744662744ffff69b13ce43f13168c57ad6dfc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cadee406ee6e2d76466b14785d59e94494dd0af6aa14a4309744504d8ba8a7f1
MD5 42c1a15ad3ed9c74711fb3edbef06687
BLAKE2b-256 dea177b4117af5fc65647fca51a35cc8ec60188d10dce8ad07b15bdbf101ba1a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 86c8dcef210ede8ab772c3da7b9e2a1df8449b035900dd606e9a41f899958735
MD5 66b4ea726e47e569349d3685c7fcee39
BLAKE2b-256 54bde9a94f7d47a064edf3d6321ac898d52366da9763412e00e7581da00e49ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f2086617a1124b84eb12e49b8448dd7f107705b5aca81aba082d0ae899a3788
MD5 7f38c2e4ed01ea8e0ca8def43ebb11a5
BLAKE2b-256 b9caa6073d80fb221487439a027d48f15245606a7ecd26233676cd26942373e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e9a0bf6c8b5aa9fb4665a878a76d551f1aa1f6318cb568534e1b43bcf07a3de
MD5 b1bb38c6954c42c96ceebf56611b0fd7
BLAKE2b-256 45c9b8b409c80056a06c72afdbf169da820d2c90c2c12ba61e8de9b822b7063a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8bfb153b78da931e6caf899ad8ba8695eeb0bba095f3beeee57ffcb11f278b5b
MD5 0d6a6c8e62f23d73deb8b0eac7035c41
BLAKE2b-256 962f3284663fe361058965e7c5a1dce9e7db545a884567d4dbbba70fba25dc5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7e39c99b8c1f4eee7ac1203d518426f08a0e3ddb9ec6cca4b42b4f1fa00453b1
MD5 6662e563f5eb4e20fe0c7ea115bbaf78
BLAKE2b-256 f519952749cf32477e815369f59b0bc4f0bcca9390249501bc37db006bb558a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 f06b2b5b67cfe81624c3b3a72bb0cf21511d162c5c21a988da3cdd94b583bf6e
MD5 6444613fffe7a6abd39d7d73a6508472
BLAKE2b-256 59cbca8a193c9b6e82ad4b133a7ae7e2ae470c953a92050669495f10a20887ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 58a91cf7c66e35af901b0cfe5a3d36333824967717e4e22ba216afd2e8271cfb
MD5 e5a8ff18101a4a9cfd3f470e44844124
BLAKE2b-256 566d428f63fb5cb981440545fdabf849ceef9e32401310edfb9879dd120607f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 77ad063404de11c26776a50220ac1e3322625ccef323a2c2b9cb11d589d6af90
MD5 0aff18580acd1800cafaa0518ca0f989
BLAKE2b-256 a6bbd59ac43654ba7e7f26db6532900970cf140ed66f8e6386c4114c842bc4e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 9829869a8dc8e7ffcb670ffcdf4f8641df30effb8b1a43860bb1a37d2c1e6564
MD5 927f5295d5f63e0b8d69e9e17435a87e
BLAKE2b-256 09a13b76256259af70af9566889acbf373c62bc349c180a376dc4339b29f5655

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2ec798f95f63b91c2f321f902fd5b46bc1ddd8357a1ea4c4c300f7cf97dce663
MD5 bac1adc5cd34636df6c1717d709d68f1
BLAKE2b-256 10b9726384358e3dffeb38f71836e8058b7ae0f0cb1bf39714079660e884155d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dcb4efb3e0264984f77852147bcffc6295e5c84143e36b5affcc5d01884f03b9
MD5 2b76446640f22b35700ea074f184f1c7
BLAKE2b-256 6be7e59e843189f33d064834aef9e0432e9667cd9dd5039f5743bdabbbd2782c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 56efc7a02455497bf18492bd76b45acd3a7dfcd157ea08702d21531e124640c8
MD5 6f18c6130bc127ce52f2a4e83962f427
BLAKE2b-256 0780985acf396276a7aadcad9ad44b418e328a1cf14508bbe00433d7dd085eac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 545397eebd21b23f09f90df528fb3d4849e10b9b5581d40799942b75237a46d0
MD5 a0da2148d6259b250243a3fb224bd98f
BLAKE2b-256 8e4adf3735b2d1f3c713ee5590c5518d325d7f8445e343f179f78ff18820e07e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4fa80663376c1accec7885d5f985f214dc3a393d6a0cf60d53d9d60bfa87f3d
MD5 fa1108d137265e007ed644265b2387ec
BLAKE2b-256 5821efa33d4e9cbb4becb364e4b9d843ca5467f6dfad94887209e5000dedf881

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 57346331e378870483675c2eb8d8323a42ece487a65b99a40a805ff70d4c98dd
MD5 a3dc19d73e9a9ee0dbcd1539c875922e
BLAKE2b-256 e38ed8721f7b564262ba59f597bd4c258d11d74712767f31899101aac273fc0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ea10e32169885bae2d6c1bd670d08b9a8a3325f0310659da9f32c95b701cee25
MD5 7fe2c1a67381026fa8d5f06f330cb3ba
BLAKE2b-256 0fe19cd3710e2c3d5eb0a2e2ff0d39be68841714fed44fae7fd878b169942f20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 0e08a116a1aa2dd697fe7bea21a36d6a1fc751469577cfe40095bd9ff3e25235
MD5 2d3a807c7e9429f1d7b753762287c689
BLAKE2b-256 54ea44647d60b196d37320e43a07ac1f91a1a291f8ca3272fbdbbfb515a9f819

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 136833af7f337da74accbd1f0561fc99bfc3ad40d51fd0f7b49cd422f59a8201
MD5 613200a5ef2b64e7bdcbc8f33a317672
BLAKE2b-256 8e18d01b96c3be2cbe00eef08008ee0a826aa4bbb40ce84c491605b7a730fab4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7f8c0543343476567d8b2665426a2e69fb1ab46df61f5233c2b4331f74a7e72d
MD5 cef49231f2ff8b32e8d7dbd41a3d1864
BLAKE2b-256 b18cd3784d6625348105dd3efb82abb6f805d43ce16062b938b295a03b4b09ca

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ee403cce57ab7403406c154fddae3fed106209bc4aa5e9e6d3eadd98c339659d
MD5 333079ec96fd6fdd71cba0eec0ba3d46
BLAKE2b-256 bd7ceeafa1139285d8dae2db625f70403cd239cb3a74abde835b3a6d7628df01

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c4c0ba77deeb9730c759af4534d4076ca589d9d2b8c55ce83ca1476a035d6e0f
MD5 2932df2dcab5bc12c75540f62b696367
BLAKE2b-256 382247284e3afaa1a2df0452ad877e5b5911ac570805537d5857b1a1a6161363

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96f20f537bf1b0a0d1af4273583948dccde7a6c2e2afa413cd0654b85a473f9f
MD5 539ceb11763a8cfffd597b68df75563b
BLAKE2b-256 31ec6161a23c55fbf181d382e7386ff149f93c1d79db1ae977701672c3e137d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01f74b0fa928e0142de3529cb275b1c4daf21e3f9eca2b79781dd5623d597e16
MD5 b72fce030c345ef12eb2b1f66f8997c3
BLAKE2b-256 6bf5c77b19926fa9300ffd4ec75037ff52bd6cbd05a9fc297e2f25eef1ca333c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6d711985ce1a6079244c66e84a6cbeb0095acd3d9b61a211ed94413500bd9e3f
MD5 3b714465b24fa7129f991bc071369945
BLAKE2b-256 746a051c7545c6e129bb204e83b9234cd27416a7251aa58cd550551993545bea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e6afc35f31206365f4a2f1e972e58d2683c314020f0b2bacb28cdc094a21ccfd
MD5 881994cd0d7fb0f170e007a78f214ecd
BLAKE2b-256 a5d837a4ebcd8a21177da1a074b4fa32596a55c2dc3c7baf11a70d826b5c808c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 97f411c344009cbfc01380bf1af68439a83be452d41052eeacfc8f810c3e4c2e
MD5 c4bc3552f7bbe30c34f7ec5fa4870acb
BLAKE2b-256 5e1ef259aacbb9be305cd3943eb54c472cb83ed7009266f5ed45b976d676b9c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6ba72a8ec966aab750a209b914ccd4702e1a501c2f1bb5c35ef5d0cc49f7da31
MD5 08e363657120e6acf01f2c2113d87775
BLAKE2b-256 a596d39beab33de2bdd4923d960d40ab798e2c1bcb28d79dd0d705cadb875604

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 276077e365b398688232beecba0f22c4757f9363b3be890b5c57cc1b8b2af6c1
MD5 da12dc374a6d4c48aecbb2fa7a01b85b
BLAKE2b-256 f1727fb8290ed4384e01d073234e69f1204c21863861ef1faf6ca877e5879514

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5bd09e0bf1b45a10c6a95b9f7c425e4d2fabe51fc6eebb8376214167597d8fc3
MD5 2b95ad8ac046702c8fccf5ac1f10d288
BLAKE2b-256 411576d4f49f36289f9287d579860af3c0ab1ff4b941ac3235accde0f946bf2a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.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.7.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 45842731c883107bad86efbdfb133b4bb7057d9207cf507614ac66feb41a9160
MD5 dbfbc78cac014e1ae4ee3db9a7fe1e5c
BLAKE2b-256 0b129a2c0358a1f9053fe9dbaaf32489f3766ac21d266260afda35dd35323571

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96d863d25b915576a650e89da7ea439067ae88f02bce401e32e5d0cc8db67bab
MD5 07423357875826f403a534518c48a528
BLAKE2b-256 9faadbc8562f12ba2ff18782829ca217a54c8eb6d9bee43ade9d6b83b45ade24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87faa8a9f48df935b9c803adf9f05edcfc7b50e3bf5dcf61c225e6ab88c05d49
MD5 2b38c1af14f18f578a760e531a5fae4a
BLAKE2b-256 9a48a23fe996edc18d19cf6bcd628ed2bedb69cd85dcec9743d32ecc811912ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f64afba6ca3dcba1bcc02eddbc029c862136f8576da6865aefee833fe6ab50f7
MD5 2daf3528441432e433c4d9a4aa73dc3e
BLAKE2b-256 14d7db99e192aad6cb01ecab0a63476d248d6aae397e1cb879f5d73f832530b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 54c1fe2f681599a9803d32affd6d35b93edbdcefafe93f9b009abaded61f0462
MD5 74750f40d6067b9798c83ae8522cff03
BLAKE2b-256 05d76784226c37c88c523366290ed40080df386361f4afa42d9404da36186fd2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b655d9a624189c87e1da815563efa19c94f056036b62e0f58486ea40674d8e4f
MD5 f7c50bb7a82b8ddbf877259493c686a8
BLAKE2b-256 f2566971e35eba03fbe0d1301fa48717e582863e7fa651b1b738172eb2fb1093

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 31e642e71729ee46452d4067130b46207116e31305490b0236eef597e579635f
MD5 c7d185b3f9edb1d7993beb6dc32dcc6a
BLAKE2b-256 aaea60576c8e297158f55c92a4c4a1393e4ca6d3308b597f6267c477a4f0ef21

See more details on using hashes here.

Provenance

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