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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ ARM64

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

Uploaded PyPymacOS 15.0+ x86-64

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

Uploaded PyPymacOS 15.0+ ARM64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13tmacOS 15.0+ x86-64

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

Uploaded CPython 3.13tmacOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.13

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.7.1-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.1.tar.gz.

File metadata

  • Download URL: prismatoid-0.7.1.tar.gz
  • Upload date:
  • Size: 989.4 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.1.tar.gz
Algorithm Hash digest
SHA256 1d4a26c050f2f10dd8e46f2059dce073ae1b59046af7bc213392f28e94779130
MD5 e58c1fa86207356d86f3bce446a43535
BLAKE2b-256 4af539561d6176dceb6a67f27172431a198422cea7aba252b4afef3b42d97426

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 92fed4db1fc2d13b2af9b2a2cab3bd745c77bc9dc69ae2e65f5da88bd6211eb8
MD5 09cdb07b043441c315a6f41c33993086
BLAKE2b-256 18ed574176ac85fa3eb1d7c1dd883b426abd8ad17addb7dab157e572270f3c4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a4c6e3bcb99dab12c3c15dfb521db0da1ae85e3803060f95f2060bda4f8abf6a
MD5 79683caa132e9b67aa8ec8f1f9fd417b
BLAKE2b-256 b6b7d08f5bae93146f8d09f718d64da91f6bc173fbabb44f3ac3f8331018b3ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9f801a177f6751754252847f9a36b887220c81f672985eb2f62f94c4a9fba975
MD5 e1d5690d37c80ceed27436a8a1faed7b
BLAKE2b-256 e962dfebb6512be6f9df677a211b718c5934b5c8f5270e7807469cd385a339ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 02050e340eefec614dffc8195049c07f1e95fb7df1f22109ffd41df53a24183d
MD5 407f0d353ca4d55f4cc59ab9cecc20db
BLAKE2b-256 57664b9e852146cc58e2b942faa6d015805046de7703e57ef6d2d54895d98aa8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2b8395f7e3550987a1058284b0b26ad80933fb0e87b2d243d97d4d5e03500365
MD5 f2fa0cf1358f6516bece73c9d23a9135
BLAKE2b-256 b324f6ecd29f2976b3373f7b1dd5f339413f2fdcb5aa27f8434f68a791b021ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 1943d2065d873f6529222696d74067f74c5e36f4ae453bfa17a3b7ed1491abbf
MD5 735589b0742833a8b53f47086192e6f9
BLAKE2b-256 f6f5100688884e3dc31d5905c8a0f7a31c8f2fa458acadd16c9f3b686f92271b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e4aa6a023462fde0fc4fb52c269f66862255d6fdecee30a0b12b0c8e078451a8
MD5 f422a9d6427c91d9af1fcf9c48f753d5
BLAKE2b-256 4e89d1536d2f6bbcbf0cfd69a4b076ad2adaae808b8ab0e0a4e4b8be12643479

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ab18b202495dc74803f743b8fcb6f8d05a5bc88975b7cde76da4c44f413b19e7
MD5 1bea8d6a5ba26c8265310f5d9406d202
BLAKE2b-256 29dc768a6be36c1ef4f2c6da4a519d45112d0b9ed8ef2daf828e1a5d2b1b4856

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eeec3f957b88511078d58c9bc693160c5a6722ac756f42bd1d03d739d7a0d44e
MD5 43b1c1d0e823a391c49c3ae210b41109
BLAKE2b-256 3d15b43ae69973b1ea57958c56c084bc3609eccac721845d5825e5c557c059c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7a1afa75047993373138243e3e0d896b76c9195206003ef7701f1b7e61c6884
MD5 ab490b388d5568ab35696f2ad62c49e2
BLAKE2b-256 4bd64134cb49d49881e7eb718745a94edab7c87b85e4f7f77d0e7abec3fd08b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7e813e058b7100d58877cdb10b1453d924178259ff5ed762435f35a55bf53bcf
MD5 9f23476ab6de15a45b3db7732f8d3264
BLAKE2b-256 7d404e429a8b1889f055106fcfd94ebbd90f170b9cb4f0b7ed29d292ada0178c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3cd3773b15436bab778d2c9df0f64239b5456d9954fc11575204ab812c193c19
MD5 ecee25595fceaeca59b7b9e18008a73b
BLAKE2b-256 68489bceed8ba893950dd139d24871643ebebd138d4d1e13f536e3beafeb3e13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e21bd699f8699c7c40bc0c87003ec0d9f2ef69aa022a359f7256a193bf4783a4
MD5 367d108d4005223286b72a56a62a7f1c
BLAKE2b-256 12240534d10f81257d8a9876fdbe1042fe6a8fcb3223278c143b0c9c060c91d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2f34f2012e66baf99c387d008bcdb4b58bd6c6a2d99ee6a511d6dafad0b9dc4e
MD5 e0448ee1bee8fb7f6688432ca8bf09db
BLAKE2b-256 7c020255fd37d586b448623e511520ae4943eb7c4292e4f0631f14e2b20aedab

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 cf27ad7f7ed1a01d7a823e9a1c9eb97fade428c61cab11bb25bf57c0bf3aaffb
MD5 ba6ad14bf67ab85d032e793f9301f962
BLAKE2b-256 dd503c16848597470f8cb38c47b49081afa80f10d86f71bd0a1060c6b36421f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 79718bf8973f93d830059cc05ca2cf3cc0d4b10de7acac96118c51228da89a10
MD5 193ac40c6df76b6aeee3978f36095c74
BLAKE2b-256 3d83380f9b6e4b5acb44351d5f77708ced0cb3d6b5d6e2dd097e0d5ac15442a0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 4937f4072b69f15b0443c9b325d49d4daeafc28de9bc7f4e889f3fcff0ec3242
MD5 c2685f02b000905f009d5222a9bd4dc4
BLAKE2b-256 490bf1d5cd3d26801bdfc677b7695de1aab01cd30243213eb11f03f4eeba674b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e3a78be70b0482b8f420549f950e2a97ef162bfdb43c7662f786c666e588ef5
MD5 8ab071ed8b69bf041ddc9f858bc0fab8
BLAKE2b-256 49cc441050166521f8da8f7b3661dace84a68af9eb18264f1bfa4d73996ee785

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd58ef889172bfee7b3008d59b2fcd3391ac5faf36727884f581f3968e1c016f
MD5 01de0402d2adb95e752c8ccef600f7d0
BLAKE2b-256 e458e457b56199cc9567a99f9c969eca035151cf19170809a4e0af71ba4c681c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1d6958df69ce0767fe584ea99a8ba4bc358db6a3160b7312af43b736ceccb872
MD5 4e2cd556110cc5603f1ed2b94a337a63
BLAKE2b-256 98f52f5d95383fa0c179d238304cc281e6ad506ba92ea6553ba1f8ca63ff0eb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 39b8144462444f873d133795b92b47711ad3a7457c7bf1895a9ee88c58cb110d
MD5 a4c8a4b1cfe3dabfcf2de34a9dd1637b
BLAKE2b-256 a16572dea50ec8b2d3bf9a9341a3602dd17d063e92145bdef454e3ef1d0b6e3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 0bae867187f3db0cb6f0725245d59bb92ca7ffa63e148360ba78a34e44d322b1
MD5 311b73f216f067659fb765fe04ee9e52
BLAKE2b-256 980838fc495aad80df7eddac2469c525ca395d6c585c0c46a46cc8571317dabb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 65749e4b8798e94ce22962b05a085d617906238d20fbf73257fd031f3c77d2f9
MD5 79d63f734bdd88b2abfd3fdf602ef0d6
BLAKE2b-256 7561c541f7c6a20286904ac89338e783545cd7ab63370d1a13efb6f830177f8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 85b1f11855fe07ffad889bb632b3a6d379af560f8ec16ae15a0c04f81fbce254
MD5 331276f78a0e15c55fb8225c5f2ecd3f
BLAKE2b-256 642378b4c8f7012e25dc68c147ada06d1909e99cd662abb76b9272ca1a24cee1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 ec0638238fc8824d3afb57fec13a9a0b1ae90b2a80f352272c1e0bcf1fef1c5a
MD5 89357fedf3de7a16a1a5099d5b54396d
BLAKE2b-256 014ed557948a16a2a9f4fc57a0d6734cf5f15141ec4e3382e8eaf49a01297ea0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 9091861182280ea4bcea710cd6afd3a26b40a52b7573d77bb5173ce5b122acf4
MD5 932b740710b81daa4e12ab34e237aa2e
BLAKE2b-256 22dc76f3aecedfb67be5857f8c59081fc3840238874d37ffacc941cabfba1e8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 4de9836fbd27b801a09a74cd75149e2197e086b1ca5a907fac978fb15d96c151
MD5 8361787d5fcd6c116fe014e7e08419ba
BLAKE2b-256 898920c14144d3001c369d96a05af7b237801f47382e49ff236d885aee687565

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 4a82eb4d43b38bc4acdd9bb9ecd65979b69cfc6618336946847e988b35780e3f
MD5 0dc3e01f6922ac4a448b29908c9a0d0e
BLAKE2b-256 3c4ac1d0c99743392693311d680fe5a3b37604b813da785f0fe3d6fc4d8bca33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 831a0bddffd9f861680cdb226156a8a5203b9ecaeb66aa8eda8dfd19dd99a807
MD5 77c13b62282589ce6becaa8025dcb76a
BLAKE2b-256 cce2160d33ad18bec712d25300df0156a7b151f344d50673cd81fccca59b200e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f3856928959afd95d7d5ab89ae1f8b518d030430e95e416cc89ff9e94dbd8cf
MD5 70bdba83723f026da9cb18b305ab5416
BLAKE2b-256 947203d43a9cef9c9bf2e1182587d0c112f1a5c6ce759d0f222ac8a9e411c361

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f81d74d28ea0987786338784599af3424ecc231c9d58244e8582e3888df9d6a2
MD5 d2035b71ef85b9b7913ec04f6650bc8a
BLAKE2b-256 bc38d7e588dff9d04d2ad81b74ce78755d6b89fd1922b1ca6c483a50c6ab7b1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c0576f1c5b36037ae39f1d64420eb570b9523f0c825667109fd50776b50b6d04
MD5 1f783fce450497fe47376b87cca5d39f
BLAKE2b-256 fbade428b341a7712e24f6fef2527db6513515691cf103616c3e59f7ae1c8e8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 0f4b3faa62786d89451ae6490c350fc11271cfdfe5c57839efbfaed11694cab9
MD5 a8a6da9069d4c7ab60dd08fcf3b5b860
BLAKE2b-256 7360011833175b00fbacc73a68b6e3852c554f62ccb5bc566e4e2fb2a05b61bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 795145f1c4c71faeca3ba34d262f1bce858c6519b80865b1b583e6513ec632dc
MD5 e52bd40b750c0a4a159051f74b83b77f
BLAKE2b-256 b7ad2e65fc0e760ce37c369c273189bb87878b11190e1ab1e8949cd3d1eabf7f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 470bf916d4f9aeb90c2f10a334432f19c494336e1755497f2aa3090a86a05ea5
MD5 1872ed43b644eae944bda65c32e87c4a
BLAKE2b-256 f6adab72d436a1510c822c92705288e4229f6fa0d0b6ce594e974a28b5f98057

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 44c432cf0f69696a439d1ef25309685d72602f09418115d15c81142e4a3061b0
MD5 9518e8106e367ce70f564991412d39cf
BLAKE2b-256 353dbb578777467cff7e37cc53af754b4bf8c4be5e3d4d4dab10b83c10f9f92d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 47f433e5fcef9d344c0a701241df95698a6f1122ae95a37a232215da203fc5a3
MD5 6d8feaa6e98df990d0a552f65f61afe6
BLAKE2b-256 05a25931f1e4e953072f1c93d72ef18ffd61105e3df065aa5296476efc88a811

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45df211cc2ecfaf612d74ad9f429d0a3a451d80859d54ffd650c4c5ab8462c29
MD5 efcbe791b185ac7b3ec4926a85e145b6
BLAKE2b-256 4e47a3d24c5d4a502ee0d0d8f152d38695b3efe8ceac8b020d3ff464c50d368f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2ad2ae7dba24ffc63ea4a1209f1c3fa0f8940afb973b773488ecdef936ec640
MD5 dd5815e0d59934065f7bf84b260380b4
BLAKE2b-256 00d2d0930a2a201ba5c611e71cc548557d829f90e77fa4a5ca6e927ddba24e2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f8252908e926430223a1d70c7f687db7535019f4ab06b9f0fbc8869438e1c746
MD5 e99f30bda119b3c4337dd71e4b3ffd35
BLAKE2b-256 bc344ae9982fca17e7b8b241ee5962ac3f14be78b3c4b9341b0758208f293019

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 19217bd58dc8b203917ba645ec9147a48282977c132fe85bec7314ab0218ece2
MD5 7647cd1cd0e8fdcadf182a37f1f21b49
BLAKE2b-256 577718a32d878c98b8312befc9a87fe8d899653204323f647642ff398a8bab38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 78ba71e5a8c316bd26e1c2ab74ec722195e14899088b40232d9497e63dca4f24
MD5 5e808b0f790d52bb6b57f8c167b42e98
BLAKE2b-256 c060b828f5fadf2d608c37c569fd9a575a6d2d47b45eef17886b47e6f2a592f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f63da7437562afd2201c7e03ee989deadf3a150a3f803d8d0a6d9d1d4b479318
MD5 a96d14ae7a709a693266ebef111ff372
BLAKE2b-256 90cd10a162b2ed4442c26000f131bcc37107e33b71ca9086040bb3dcff274c6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 78a2a41efcefa46106394bc583bdd7c3c3da0a23e2030944dbf78f3b11d3f55a
MD5 be7b9ff254308abe7b6947afee62d10b
BLAKE2b-256 ae891d7856223d4090409eebb779e0ca97955ad6ffd89faf8faa909037f04b0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 6f5aede394067ea513f9809b39a7ad4095f8a1ee58d9ca5ba69cc7a1f87ab8da
MD5 b6c62718a12043b271ff69b745eea352
BLAKE2b-256 3bfe7c6e923eb837fb3de35868e4a2fb6f4ceb995516dba2ee9a434f3cb00644

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6edc1f3c9162a2a81e7aa25898ca150701354ef1774c2d2e535ffa9c567aab26
MD5 60d1695c33eb6c418f08d1ff2e72300f
BLAKE2b-256 23c699df138eb1096e735dfec60889f546eedcbafd2c926c3fd8daea7e884a8b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 55bb12f959f2789e828f08f09fccf3b6df629691c26e4359cf74a0978b5e1a3a
MD5 1f1076186734b23b1b0f11197f08dd7b
BLAKE2b-256 9d2934a9bb7bdef3fccf9635ba5c477045ab9d5c6f43e47bd30ed2661e030c1e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2263a1160e65b89730b66ef059f353e7e70f9173ef5991b86d2287c5103a22f4
MD5 5ea15c8b2544e4e3406bb09adf18e10d
BLAKE2b-256 b3f1532c076eb0cc7167359927ce7c1b0038146ef6c464098caef09713bccecb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ef0086e603ef0e4ae6e06c2dffa2b4c93cb9826c80f519164c79857227a9267
MD5 44b967268ffddf144595065d836c78b1
BLAKE2b-256 7139369c0dd039a0d23e8762b1649271abc6e7aa381bd11bd997a240803fa859

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2a990ea2f25ac867ee4b5d848dd0532d9a0d5c8d6219108ea91f2653c40fb2d
MD5 73eeab48cc342beedd51e069012d482f
BLAKE2b-256 b0e6848dd266b992f69c110358d53bdfcf7878dacbd7c3ae8e9b30db995785c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5dc4476f78fa60ee571a76219f06407c0f14c4d4e935ccdc88250df3b010fba0
MD5 d0f1ea08dea258a1d60a911bffbcf75d
BLAKE2b-256 d81d2e2540ca113adc5018f2644bb08a0971eb16f17bef27de22e5784319dae9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 95c885c8b7bfef1104bb6b65a3c3038f1fdc2be0a0d584b9a06dbdf365768d83
MD5 839fed00c396dd92d2985be774099ac4
BLAKE2b-256 28fe313fadd4f81dc39c09963d617736e803a5fd958ab5548345833f65f5b3b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4f4ad3370b836be30eb6ec853b2c5a43efced21c484350ce89f750cd9a832f22
MD5 94bf73d30d9f83bb797dd000706e3066
BLAKE2b-256 8d3c58ed90d2ecb7dc7efbfed3d5eef6c27fd0b941ef6999e57ad1bbb6c341c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 729026190b1c8a020e561d07f78e0b3c8ff43f67a8c95a1e68d77a4e665ef822
MD5 e6c98b923dc1492f8cfd500d9530c3f0
BLAKE2b-256 81775028ff254f1c5dfb78ef5a3aa8748f6432a1240b5cc61603a2e56a562c60

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 382ce81a1136bd5756a40aae6b9257023939875d41c3507ae697f5820e98c8bb
MD5 8b32a884d24ec360dd129cd9d1dc2a0e
BLAKE2b-256 452876ee83b3ea7ee61cdf3dfc961569e53a8e29a44a899f2834a969b5abbdc3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ba7218e83ba52ca479c64d3d8c37478df88f932b27c16499196c9a8cb8a274cf
MD5 89daa3d9537bd2b90ee358fe7cd307c6
BLAKE2b-256 2ed6a2a538717906fc9d38d3860629c724b62b75700823472a8fffc20bbaedb2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 824d430ade1cdd32033ffdb538aeff146c5af350c06c77d01e2af409ee392854
MD5 e8211b82f968b288f14eeca09138960b
BLAKE2b-256 040898af055c551b4975af9135f9dfbc7919638df4112dc16bb5ff2482d346a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82ee642074474c20f7a6ee0e57062f2a2d2f3968badf9ebff329c6ead6ba5505
MD5 641df6f0c49664056139e4877b36f733
BLAKE2b-256 9edead80803c24dfd30834c24a5b63abc8c3536ec78c608c3966f9025cd30d35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0725c75bce984a9d501a1b13dc3f3b0fdc5442c62963695698815a7262b6744c
MD5 6b31f5d825f722d0981fc89583a6a7f8
BLAKE2b-256 1119bcbbcd9bd9032b2fe4a802db223bd812b170d3933d57ee955dd8cc12b0eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 cbb457acd7359216976e4f8fbb5588fcfcd7961d82e77759f742bb5c28844e49
MD5 d044d635dd9fb57a5e837513acc7c79f
BLAKE2b-256 af9999d3401d3767d9d91203c2d0026b048dfb5b8b2475cf910caf09fb117e62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 a61430f4a9f241cf7cd753a838d9bb38d92f2b2c74614253c5490488f6db103e
MD5 9705bc3b0bc3d3d4f61a1e23e42fe239
BLAKE2b-256 cc22a0a5e9ea7c7026a4a9644ab68bc3c9feb93b629c727619fceb93300dfe73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2f9d722ea20ee9cf90c4f3491b36a1c1ea2fb51be12674ce3140929af573414e
MD5 6377eddc45cc60f4afb2c86dfd2a990c
BLAKE2b-256 55882ceb30788b7572db353ec86d3455550d03b5fd20fb5552ea7d4a31649456

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 51d901413cf7ac9abb2578a60ab8a4e305d422ee7d056575b164ec8d9cf5380e
MD5 9c3b39805555861f17933ddba66da559
BLAKE2b-256 54d1885a452b78031405ccb2d3d08baf626ba64c9c70da89322eac5d17b0667f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2a45fdd907d4cf5aeb452d9b959d7dda8c9361596e14415bbefb3866ffbc8573
MD5 d2cbf7d11494d5eeb4c8adedb882d12c
BLAKE2b-256 904a98f306293391a17bf102ed80cbe282c689fa32bfc16cd7f4cda15567f7fd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 03a5c58c8c00ff9c00524030d17dd57944b6bc7d17b557c5e0fdbd0ccc37f6e9
MD5 be20f1b6daf754db869eabe080b9788d
BLAKE2b-256 93a43a7818a311bceba2515d5e5f9d885b6637c5fdf86c710c13047cc171676c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.7.1-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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ebc14ff0df170197d5960f4e638ad94c8a41435459b17773f93175e7eba1c1f4
MD5 d376f9e9c206c516007207b475cb7072
BLAKE2b-256 2af379458f2c303e597e592c4e827b0c4181f2396507f8cdbfe5dc5d30393c6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42c8a7a447f6b419b6b55fb2b0e81b745a2c00a178664a057513fd2d330a5c87
MD5 265cc0b8e3911c6c759dfa56730bddb4
BLAKE2b-256 a31057e87806a8da3d83a0d2d8ae57ffbc667617f95623970e79e31f927a3135

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9bf2f11c7b83b954e397da133a76d9a96cd7e789314e6fb3e67beba0203eb9ab
MD5 f965d888e2deb0ee46192a28e400f15d
BLAKE2b-256 1eae65cf868828e7cb311b052226c27dbee00af8a9a27975ceaf766a6156f206

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6cdc81b814c4f3e574cb5879fb1f64d14c40e61a8cc0bc789982647ca2c20eb5
MD5 85a2ba0a3fff33c5a51cac83a3ecf291
BLAKE2b-256 51614847eccd796f77aa491c4b1a3f10c1ad883c93172c9c402e9840f0280e94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ed2dd0a26eaafb738be7629cd08d1f82c10a56bbbb7d4801b5ff99079d193c90
MD5 db3051e0f729d47710745a452f384e9c
BLAKE2b-256 0126f353a63747653cfcf10446052ec18ef37a303ce8a85013a83c11381148f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4f3e317375d39512a9fe4381f2c5ecdcd0626d6a7fddef2372eb6a58fbb6adc9
MD5 b0a78719e6a851c8988d7f3788d57cf8
BLAKE2b-256 21341fd497f192b242e7665f63eb0d22ddd1b946a9b12f9cc218bf52c65b7fd6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.7.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8f9cb129c9e43d413aede490f70f963b008f8aa00bd2e5e0b3b78664112e17ad
MD5 4269fd73895962f9a4bacd9aadb48944
BLAKE2b-256 a40c8ff5c3a1ead245cc6b17c76dc760358c03c360ee88cae9d2e6eaa5f9208b

See more details on using hashes here.

Provenance

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