Skip to main content

The Platform-Agnostic Reader Interface for Speech and Messages

Project description

PRISM

Prism is the Platform-agnostic Reader Interface for Speech and Messages. Since that's a hell of a mouthful, we just call it Prism for short. The name comes from prisms in optics, which are transparent optical components with flat surfaces that refract light into many beams. Thus, the metaphor: refract your TTS strings to send them to many different backends, potentially simultaneously.

Prism aims to unify the various screen reader abstraction libraries like SpeechCore, UniversalSpeech, SRAL, Tolk, etc., into a single unified system with a single unified API. Of course, we also support traditional TTS engines. I have tried to develop Prism in such a way that compilation is trivial and requires no external dependencies. To that end, the CMake builder will download all needed dependencies. However, since it uses cpm.cmake, vendoring of dependencies is very possible.

Building

To build Prism, all you need do is create a build directory and run cmake as you ordinarily would. The following build options are available:

Option Description
PRISM_ENABLE_TESTS Build the test suite (currently reserved).
PRISM_ENABLE_DEMOS Enable building of demo apps to demonstrate Prism either generally or being used in a specific language.
PRISM_ENABLE_LINTING Enable linting of source code with clang-tidy and other static analysis tools.
PRISM_ENABLE_VCPKG_SPECIFIC_OPTIONS DO NOT USE. Enables options primarily used by the vcpkg package manager.
PRISM_ENABLE_GDEXTENSION Build the GDExtension and Prism together (on by default).

Prism is also in vcpkg. To install it:

vcpkg install ethindp-prism

The following features are available:

Feature Description
speech-dispatcher Enables linking to speech dispatcher and, by extension, enables the respective back-end module. If not defined, speech dispatcher will NOT be a supported backend.
orca Enables use of glib and gdbus to communicate directly with the Orca screen reader. If not defined, Orca will NOT be available as a supported backend.

Documentation

Documentation uses mdbook. To view it offline, install mdbook and then run mdbook serve from the doc directory.

API

The API is fully documented in the documentation above. If the documentation and header do not align in guarantees or expectations, this is a bug and should be reported.

Bindings

Currently bindings are an in-progress effort. The following Bindings exist:

Language Package/add-on/etc.
.NET prismatoid
Python Prismatoid
Godot Prismatoid (in-tree)

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

We also encourage bindings to either follow the Prism API or the Python bindings, with appropriate modifications to the aforementioned for language conventions. Bindings are of course free to add on extra functions, such as the Godot one adding speak_to_stream. However, the objective should be to make transitioning between languages as painless as possible, plus take advantage of binding-specific enhancements. This paragraph however is not a requirement and bindings will be accepted either way.

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 simdutf library is licensed under the Apache-2.0 license, and is used for Unicode validation and conversion.
  • On Windows, Prism includes NVDA controller client RPC definitions originally under LGPL-2.1 (and generated RPC stubs from those inputs). The Prism project has received permission to license the IDL files (and there generated outputs) under the MPL-2.0 regardless of the original license. Thus, you may assume that they are licensed under the MPL-2.0. The LGPL headers and license file in the LICENSES directory remain for providing attribution.

Contributing

Contributions are welcome. This includes, but is not limited to, documentation enhancements, new backends, bindings, build system improvements, etc. The project uses C++23 so please ensure that your compiler supports that standard.

When requesting features or enhancements, or submitting issues, please adhere to the following rules:

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.13.0.tar.gz (1.0 MB view details)

Uploaded Source

Built Distributions

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

prismatoid-0.13.0-pp311-pypy311_pp73-win_amd64.whl (443.6 kB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.34+ x86-64

prismatoid-0.13.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ ARM64

prismatoid-0.13.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl (295.0 kB view details)

Uploaded PyPymacOS 15.0+ x86-64

prismatoid-0.13.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl (175.3 kB view details)

Uploaded PyPymacOS 15.0+ ARM64

prismatoid-0.13.0-cp314-cp314t-win_arm64.whl (456.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

prismatoid-0.13.0-cp314-cp314t-win_amd64.whl (456.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

prismatoid-0.13.0-cp314-cp314t-win32.whl (456.3 kB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

prismatoid-0.13.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.13.0-cp314-cp314t-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.34+ ARM64

prismatoid-0.13.0-cp314-cp314t-macosx_15_0_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

prismatoid-0.13.0-cp314-cp314t-macosx_15_0_arm64.whl (175.3 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

prismatoid-0.13.0-cp314-cp314-win_arm64.whl (456.3 kB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.13.0-cp314-cp314-win_amd64.whl (456.3 kB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.13.0-cp314-cp314-win32.whl (456.3 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

prismatoid-0.13.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.13.0-cp314-cp314-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.13.0-cp314-cp314-macosx_15_0_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.13.0-cp314-cp314-macosx_15_0_arm64.whl (175.3 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.13.0-cp314-cp314-android_30_x86_64.whl (847.2 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.13.0-cp314-cp314-android_30_arm64_v8a.whl (755.5 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.13.0-cp313-cp313t-win_arm64.whl (443.6 kB view details)

Uploaded CPython 3.13tWindows ARM64

prismatoid-0.13.0-cp313-cp313t-win_amd64.whl (443.6 kB view details)

Uploaded CPython 3.13tWindows x86-64

prismatoid-0.13.0-cp313-cp313t-win32.whl (443.6 kB view details)

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

prismatoid-0.13.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.13.0-cp313-cp313t-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.34+ ARM64

prismatoid-0.13.0-cp313-cp313t-macosx_15_0_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

prismatoid-0.13.0-cp313-cp313t-macosx_15_0_arm64.whl (175.3 kB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

prismatoid-0.13.0-cp313-cp313-win_arm64.whl (443.6 kB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.13.0-cp313-cp313-win_amd64.whl (443.6 kB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.13.0-cp313-cp313-win32.whl (443.6 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

prismatoid-0.13.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.13.0-cp313-cp313-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.13.0-cp313-cp313-macosx_15_0_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.13.0-cp313-cp313-macosx_15_0_arm64.whl (175.3 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.13.0-cp313-cp313-android_30_x86_64.whl (847.2 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.13.0-cp313-cp313-android_30_arm64_v8a.whl (755.5 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.13.0-cp312-cp312-win_arm64.whl (443.6 kB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.13.0-cp312-cp312-win_amd64.whl (443.6 kB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.13.0-cp312-cp312-win32.whl (443.6 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

prismatoid-0.13.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.13.0-cp312-cp312-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.13.0-cp312-cp312-macosx_15_0_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.13.0-cp312-cp312-macosx_15_0_arm64.whl (175.3 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.13.0-cp311-cp311-win_arm64.whl (443.6 kB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.13.0-cp311-cp311-win_amd64.whl (443.6 kB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.13.0-cp311-cp311-win32.whl (443.6 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

prismatoid-0.13.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.13.0-cp311-cp311-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.13.0-cp311-cp311-macosx_15_0_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.13.0-cp311-cp311-macosx_15_0_arm64.whl (175.3 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.13.0-cp310-cp310-win_arm64.whl (443.6 kB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.13.0-cp310-cp310-win_amd64.whl (443.6 kB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.13.0-cp310-cp310-win32.whl (443.6 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

prismatoid-0.13.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.13.0-cp310-cp310-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.13.0-cp310-cp310-macosx_15_0_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.13.0-cp310-cp310-macosx_15_0_arm64.whl (175.3 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.13.0.tar.gz
Algorithm Hash digest
SHA256 83fb2459f22546043d2b317ac44eba34a39ab007f8ff0a8cb43476b9769ab9d2
MD5 409dfae746ee64971d05b4b2ef2cbfec
BLAKE2b-256 86f8665e673ce70b16fb9e6af9cd485b363236c5c20faa66afbda76b2ddf66b8

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c90d83a19fc7f03c397441b7b42e4183223685713af88a0ee2e84c4670e42af3
MD5 9d3cc1073c2232a95999b68bebe2ed15
BLAKE2b-256 9b4739014f43ed63d4f1288917c1615fabd7920ea7856ab9ba5ec3b9da242354

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7ec30bb0e126500f5c0bf82a91cf165c1f61b1942679fb3349002a445b47a7b9
MD5 3e1da641947e972c89d07992a4351293
BLAKE2b-256 ce2c07f0d0a23b05e2f6937b41248dfdfa90be805b590ba11e71b56787e096db

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 91f240f827260a573a04c074554d24ff169e086660931cdaccd2ac580d004074
MD5 b21f7d924024d44c3e38d57601bb55bb
BLAKE2b-256 460cb70155da9a7056c9597b22ec9c72cec241a9488a447499a5ec9cc24b23c8

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e765782a99fe4076a696b8856b2ab8dfc54a9308a6f4f65558e3983d326490d4
MD5 a6c56e241c8b205bc3b3effcba6c534c
BLAKE2b-256 3c8c0deec20ad7187942c3cc4f3c6184b593f2f9aaac31eaf509cf141a079352

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-pp311-pypy311_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 de0f558647821f56631bb424511bff1ef1fbed715a6fcfb022d2794ba525654c
MD5 56eb7ab1473cc0c4c3ef08b7e53eec91
BLAKE2b-256 cff6f1257daa2f24c7384b9373eed2128b0bc2f002e6be836710825d390a278a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 622062906dbdfdcfd67e996ae7a608e745a50a2afbc23e494da2d319b8a3727c
MD5 8fb5f15c832e88804ef52a16139e5238
BLAKE2b-256 b00395fda7b2883fbf668cc75bbc3be874647013be103a77bc37af42b5486855

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 86dd79df22b3cd1e00f90c5d6bcb240cc5acaacb39cd334502afe29247b16dc9
MD5 67aa7a9085743c539e0654b868d1fc35
BLAKE2b-256 6a5c06d2a8e275458a0bf6cdb978434a1fd35c8819b247f4bcb50718e9b19ffa

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 456.3 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 eaa87c9b83bcf0bd796d33af63e8f06f9192eeefbe6af1b052bbff0ef1fd03c7
MD5 a40752963714316249b57e156bc8210a
BLAKE2b-256 29e7d376a830953e03286bf46e8d8ebcd33ef9d93c35ef8dc8078f9c97db7d4c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa111754dd58d4fe13133528480d0af827afe4f707473b5c291a80e788f3a245
MD5 94adf781a6731ea25ab445005356bf28
BLAKE2b-256 da4952ebb266433f67877b3e38b9bae283faac7faf8a88e28d372f14b6c53965

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 596c94cc3902defd6ddf4ddb9652c6938b5b707d7159cc7820fe30878251d70b
MD5 3f99b993b8f91d956067c4348759feb0
BLAKE2b-256 0743c3e7a7a7e567d8546ab45e98c00fe37892042e047d32d2bc2aaaf3eec7dd

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 655dc5d9687cad49dd7be6ebda4d7d3e4af665c61b500c882995d4205cd3b9aa
MD5 b5ce3ac86c716ae4775d74db20388c54
BLAKE2b-256 4e529ca40a99575a555fb43c30808fda71eb4c26b90c160cd33e893b16ac6a74

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c1173e8010df96a0b741b0e26990d793877fec79c48af3f9f64974923d0f37f1
MD5 4e91c74962c5d46eb3646c204f11c524
BLAKE2b-256 0896b768e66ea2c07c812e4fe30dafd14ae43c42c2500d562cf20cff241c1bab

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 069242ffca1b9b53f85e4c664527c37981545d63b8785b12fd6928de402680ee
MD5 63ea79882a0486520099a99aaa4fa447
BLAKE2b-256 cf8b9bbd27e0cd6ffd53623e1871f4be90f3c8e5ad0fe760500a3dad9eae9223

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3c07837c802b6ff432a9604f37c10078df4f37a4771477bbfa4a8701da1ad252
MD5 2eac3731e2eecc86a5b326652274d298
BLAKE2b-256 1df1d31a9fd0bf7927cb01cc7d79431106a3f4c83ef620d18b2e2a0079b32154

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 456.3 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 cc92846de835a3ce54ec7709ad632af01f84a314eaf3de4fa58d8d65c92e77d1
MD5 2b8c44bfd1961d2cda9dad887c71cca2
BLAKE2b-256 48c730f69acc866bdcec6532f759ed0e92ce29ef13242096ad987a3cc5039554

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 456.3 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9e0893a6f5e8997c28542e2db024c8c901c2e9fb982b8dfb5276705c458f5142
MD5 14aae26dd925a71cb24fd061ca894e1b
BLAKE2b-256 6074ddf2a729220cc906334dad2f6986a47f6e02c7bc52a894d8bee922aa462f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 456.3 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 0f362761806da0bd3975ceff3ec101a286d1277e66d8a37977e16acedc905dae
MD5 5759ad2c0545909b0b06c4e28f8ab95d
BLAKE2b-256 487765bd18e08a9440107fa5f3eea84aaee1b33792d12cd48fab2f34026e1782

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a705a7d1121251ed194c908b70d5aa4be89c1cf1ab0fd46130817750fbc4f29
MD5 e828c0e5844652118dcfebee40fb1c8d
BLAKE2b-256 f2faa088ba3f09b2c653d2c54f3200ea6a4cf874d8f0f730f373415b3b3d307e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ac71850f85728b92ec8173af7b1c2585e809bbf980367844fa23b0ed141f240
MD5 436e7535a952abe058dffa970d48d25f
BLAKE2b-256 2b9993d8896e673d2a63db493525dbb150b36814a5b2f4461b0bb96ecf08ff73

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 647b0adaffff0d8c8717facbf8695296ca451d1ec3a4851437bf5342989fb85c
MD5 243f5e2e9413ffd3e63aeeea634f2653
BLAKE2b-256 69a90c830e9d843bf9945a7ed3a97470879ab973014634a9ab740710d60502e8

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ea52fcb0b5adb0f50f93f9ddaf9ee4d22dc27c3edae43435ad08596a838d17a9
MD5 6bf2d70dea999b6f3442a83a704326aa
BLAKE2b-256 640c5fc1f93546436e628b11602fe746ee803603258d5b5bec1be38880a95a94

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1f6c5645fc7bc6b804b17680818fd8180bfe00542abaaab02dcb6d86ce408e6e
MD5 b971559a65a021bb3e5d44f0d859aba4
BLAKE2b-256 4a1ae105cf3c34c501d076b08dc2f71b6efb137b1c24d18863a5bf06213f424b

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a52ffb3e158d88838223053aa74fde10227ca66dd9629d87c0aa1b28491079f5
MD5 748edb7728890aa4791d48ccb3f20d53
BLAKE2b-256 42d568e7356ac2ddfecf6e7e5b0d98acd8946a52c3bacdad833d64aa5a5aab17

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 d12da4f600c2a70ce180eb97af6d9cda391f69706991b04740c0a7d2916e9939
MD5 3f9fff8e4f3d50be28126dbf1c4e38c4
BLAKE2b-256 00be552f83ac9780ee9aef12c16804939a6dc915614f2c4ee7aedb4449f4c94a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 86d087c9465358e4d794f6e99daef3341ce12f2f58e90bf26d68067da73cead6
MD5 b2ee666694030aa0bec65e354df65cb1
BLAKE2b-256 fba67bb18cd148490f53d9eee16ae4251b5245cf47a6c71a476c99d08711578a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 e6fc3a6e11c20bb725fb666969c0b6e1ea74fb23d84792c506d62c98de811e56
MD5 a66ebb5667e035199d71b41857d2fb67
BLAKE2b-256 6acc5737626397ce86291e2cdf151eef4e67f88384666829f3cfc6b24402e07a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 65badb7ce08e52b8fe8469febbe3839c121fc8db2c5ba80fec35b8e921f90f95
MD5 3e2a24bd10e321176db6ca6ea00d8239
BLAKE2b-256 464664ec1f3f7b8d2ce321a4305264a24b1c37125485375887d85ddbe71fb564

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 870c74b9db19bede644ab63fb722dd0ce4ab6971b93947e7f0fb7ed79d062979
MD5 55fc85aa4132816ad834334995d4d6cd
BLAKE2b-256 ac088292142329f38c3144d22730e3d382b616313c71924649e2af00d4747527

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1fdcf5d404f746bb1cce8c7f0accb8df0ff6341f8bdb759864dc04b5a236417
MD5 7c0a04b1e47bb3b694b9e7ce8483ddaf
BLAKE2b-256 f1819ecc31a715205343452837e0ed0a7f5c3f38c7252adfcf11305fa351927f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3891a7fbcd57f031f806638253aa67482aa3f42fbe116ea7104f0e4b83dc4a2b
MD5 c398bde7dfb3a1f88646bc34285267e8
BLAKE2b-256 2b70527027d716f41400c48ea20eabfa574095d32fb1381716f058c85cfc2e80

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313t-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1132b00904234214f5e259bd3d9e7806d12a05ecb8983e5dae83c0b02357daf6
MD5 703fee805fa40c0d66a8116f741aeb23
BLAKE2b-256 fdff4343b0796d5ea37f28718c366ec90093d5a6cb9d8f1ac939900e4d9aa200

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313t-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 03dc907acd2093c8a53bb29f0d557ea08ab9314f169c528bd8ce324d0fcf47eb
MD5 1da61ae7748505751643608cb781d865
BLAKE2b-256 0192a18eedd98bb11cd08a812297827eb78d91d9f5906d7d1d7679cb04ad4942

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bc8690cab0eafeddb17cd80ca277c714846ab3281caa0ae131c05a6e780f8050
MD5 e5408f5d881c5cbb01514c6ae642757d
BLAKE2b-256 62913e3333954ab8402283e5eaddb123a24576f7ced8408dc1c3e7925cf973d0

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f475ec1cbadc563fcca83a2fffc603cebe94a170bb23d8582a6b44c5689db0cc
MD5 f3d2d64466f54a572e219a65c3d108c3
BLAKE2b-256 bf3a4244f3050f65cade7ff4b78803984d0d1de9988bdda12af8844e8db0e8de

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4811893cb5f16c892f021958464d4c360ac2f871cf99054908a39de0da62f0ec
MD5 9859590638ec5540c859818f574adbba
BLAKE2b-256 6924fff096852a234c3d7a477ff29d40dc96bc56899a282f3f97cecf822bd1f1

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d0bc50623b1b33bea4b37065accc5cea533c0b4b229b2f4f83790e203d3095e9
MD5 f18bdfe12c436939a31d6e7b3e845644
BLAKE2b-256 5f7e8d99c453e340ce26a3267a04d3b0b1ae062c6afa1be9c1bb3bda9844da35

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 81c35b5d829246555aa1abeea7fbf532283cf5598fbdb3c0c7f4afadc2bddf0f
MD5 9387e4d39fc5bb4e0182daa3671bc308
BLAKE2b-256 09f37a48080939e15cfd58c7eb266d2e5166c001c14c87ce681d72f567f4354c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c24a7b1a5d41f8ef20525e243036e9a07d8c471c48b21709c58628f9469526a
MD5 8a4e852ab218698e3aa726015dff0362
BLAKE2b-256 62a6c822c5e55d61b748f53b9389eac7bfb4546f2475d321b1fee03a3dcacf0c

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80935028facd8320999045e37f4c99bac9c113ab81b4d76ab5411822fc2c717f
MD5 a1d26f39d8280c4ed77ad56c0ebb54cf
BLAKE2b-256 ce0f79c234bea79693037c7b21e8e9bc43907d9db103973bcc556c736002d8a2

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 33ff9afca2349046671e63bdeabf02a26075add8604fad1ae83cc039444b66fa
MD5 9e0d497f56fb6b14f132ddc9d3193c87
BLAKE2b-256 f588d3d6acdabf2c35a32fbcbc14041f8678a872ad452e0a5026d646ae536493

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8951cad55b1397659760572653446d5aa00314e1f526462db17efd4843d552be
MD5 f0fdff99dc6dc0a46c0752b3f14d2ab2
BLAKE2b-256 bf521a0b751c15c0e57e5b8d4ea59c57571c33e671fa67963f490c6b0864857a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 cba363ab7bae1c30a62b28b77e0c9ec89a313b6dab2a12fa8f9266478964460b
MD5 bb15271b13ba3cac98ce8f694d8c2329
BLAKE2b-256 8d124b0819978d2b0ee4d710e459bd13faf87973e1737ac32ee48a73a548575e

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7bb1a3c8b9740ddf1cd861a45bc51975ebdd559f899e15a211e4db0432485096
MD5 71a683f12f24919f29244331e44edce5
BLAKE2b-256 a161c12607ca6fffda8988953687522bc4474169b013ae1f380fd8330706d7be

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 4f1c2bb61c4f35be164af26fdb57f019ea7a1343847462621249bd8a88614961
MD5 6211e1a9481f6075af74549a03eae3b1
BLAKE2b-256 9b820a4c8a88a8f41459abdc814063cc96d9830bc809fc183f8994034dc3589b

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 8fcab3096c8ed473dbe4f0149cecad4b6a33b6e6e6e70026540a6e01e03e1fa4
MD5 3e96865ecb5b64014808c3fae1e97888
BLAKE2b-256 58cf21a0bc75ea0f66bec3ed816782d0f8f6cfdddb408122d924e396660c0322

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f6d8343f42973dd0fbca96ebb86d60a8fbb6ef061985d52ccfe6a6dae03609f4
MD5 186f1fcdf0af03708a6f34be5d9162f4
BLAKE2b-256 8e0a2b4d8e704f9e84f65bcfc0e07f03a737dbbaecf8b14ee94d73dd20eaddb5

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e24614355c33f9e6ef092873ee310380aab221b3ec4ed6736be8e60113afc680
MD5 e5ccfab5d304853a2e282e019c3f66e8
BLAKE2b-256 40a4028e5458e7b0419a3998b91121dab2590323638250dff28796668b07ae11

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e1997e2aa5f79ae82aa5071c93502d6a8e91b6cdd3fed34b3167ccb958f76261
MD5 49033d26b92bf6b9dcc60a35ff956b4c
BLAKE2b-256 e4d40973ba87e454f8753a975fdc572398180d9573a74572e959cf80fd58cd98

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16ffbf03aa47c5d6f4027f8fb862a687edd090a791fa573710322071e66daabf
MD5 ec26d246cad6b65ec7f1b490415bca2d
BLAKE2b-256 5cfe0c9d023ce3a439d5dd6086a995caa82c5422c1e4e0013a900fd9bd71f2bc

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e0d635a40b4b87cb04860de17a9f182bacb448823d1b687d34ff8efb55e5824
MD5 4c721749636ed7b0a8d59f14f6c33106
BLAKE2b-256 959178a69d0c6285a86f522b0ff7870f143c57a2c4925644f4fccd245a34a21f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a47be33df9704ab6b783c0fb2dcd30ccf90a47d6abf57d9b152624817ab7cd4a
MD5 907274ecb33f1497fba6779222c09e9e
BLAKE2b-256 11b36db2b29341cef1ade781bd3d0bba75be3605ece2bbee22504a3974476319

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9150150c5514bae26f70f22ffbeb2e00d1e933fb7561d7d123ee19e6d94d5aa9
MD5 7a3d67bea4982f864588852c01fdabdd
BLAKE2b-256 8492b464d4dee7d9fbb8df951383a5e9490cb69d0694cf031fe6f6a254b41cb9

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1b57f6f4e69b11e06832a24d0aabbbf915dbb2723eab8ba540d0a91315a550b9
MD5 c135dde7a8397cf303b62e82022bf94c
BLAKE2b-256 84dca0c60e3f69d1adbf7ac93e91bcd44995d2a39ec971eea945b3e4d8731a65

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d2ceedb945eab4192f849816d87f8048cc757e8c6f44b8b45681b19a630240ac
MD5 244900cadd5c1d3b90e4840dc07a2b84
BLAKE2b-256 9787c32a5c40b05e8475cb9ac4825da670dcac3baf353b7be0b2e3e12af1d38d

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5be77358c3e5cb98caa7a531ea53a74ba0ddf8bbdcc1a3ac510a554e1936b2b5
MD5 a55ef228f7a1875c954a9aacf6f9b3d9
BLAKE2b-256 4964176e9e01b89258eb70904e71d3ec234f288d7c8f18dd8c34abfcbebf1868

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 feda8ca70ea32d2552353cd5e4a7cdb989c1d5f55dc16638bb95db1e8d0a51c7
MD5 7c2097cfd4169ada0143a5e8e7401121
BLAKE2b-256 9a7e2adf983a5966e2df3ca5dd26d5c0bf73f0efd97bb76736f7a5be091a76cb

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1254589bad692e963c38433bb1852452c753508791acf11389bccb5351299b80
MD5 3c0fe0bb83db550ef3900bf2551621ad
BLAKE2b-256 8a6e1b198e80b6e91d9702db33ed31b5b4de26ada08ff73c654a42e84a289613

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b75eb5f090cb3ff0f6e9f4ae625463829585604a34490cf1fe80665d7c17341
MD5 9fed0e3caf7e5c43a857e0fa3755b3d4
BLAKE2b-256 97402e460cdb267038df93520c6037577625f19dbf8013344843bd14b0dd05fd

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1bdbbbb32e0c556ec5c3c630fd08dc72449d75e6bc994fd73852c1b1161efb74
MD5 8bf70090f081ca90d0f818d84813e410
BLAKE2b-256 290543f2414a7c90fed65099c74252279258629a82e0ec3cd6ea8d25d1135553

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7478957b0157959da33977ad7267173e3ef5f249347139f47bf2a842aaad086d
MD5 1e90cdd83d554a1a7d25fd61d3ea512c
BLAKE2b-256 eb90a1ad10f4634b93d76bf4c4924c6ebf94e16f446b4768d1768f6e4c597d0a

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6cd3b1cf0c5bd514b9fbb76f0739b1a8a25be767fd91367a3fb28277623d61ba
MD5 fb5317e1b2a580922e7c64fbf02c8559
BLAKE2b-256 af908f13b49312b2683aa0a7c853d55621f043c0c4b5b1df66d06e1f72d22ba3

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1d16cb2931d3b8b7fd2cd364a7f72f0854ae12084fe3ab4833a65628790ddbc2
MD5 65d5159fa5d1c5813fcf94cf7c549714
BLAKE2b-256 e3b66c09e6d97cef275a0e937df3b25b33c894b27bdaf352abe4419e649a6ea3

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9e03d00ba86c313f2b454f48474c8eb87b907bdf055f9f669d35f3cd9856cb7f
MD5 ce9060a7580f9eff1e9cffed21ad4cb9
BLAKE2b-256 9ca10bacf3e5d9400382bce4bcf6fa2746e6f5091c3e6a7eade833328136aee2

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 66f9b0b757ec42891b91bcb821055e06690d1adba56db7a9f73f6ef381e12d2c
MD5 1ef38d89ab0633950bf220ec6c3d7d34
BLAKE2b-256 5387541990108c0e8ced17f1e244980672cd0b9651105d76b60ea9e5fbfd759b

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 509ff5e4d73862052292f61fb7b994c21746e9f240a9f1738c429da08d2fbed6
MD5 62e0dc30ef97180b2d34c842805a5b5b
BLAKE2b-256 8f4fafeadcd104abd062d9dcbe74b0d5add7c087a12e25c13fd236b6722a4e59

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

  • Download URL: prismatoid-0.13.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 443.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prismatoid-0.13.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 acc14628d1b68a8e1ba3301951966dea840b783a5e02b442083f440882394125
MD5 77d6994774297db71c3f8413fb602bb9
BLAKE2b-256 9ec2554e3b833b130ebfa633bc03e8b1fa6386f3df7f0e004fb6bed9228b706f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3427545fcb2790925417062a0887738d4cba424a91e91cadbd435eed15564c2a
MD5 4e6f58407d3a1752eed01ee7441018e0
BLAKE2b-256 c77cc1252fc4088ba34b647eb0654f6dd9db7cacdd3b9698cf8c9e53f1abba8d

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1c7f5f4b09d07f372806d9dfdb2ba858cac0230684049b83afc2ba7f7d7aeb1
MD5 9ad190117f014d9e78497a39b61d82f4
BLAKE2b-256 273c6e56f797fb99c666e9055983fb4d821674ea5fa64cc3d968b22e62783916

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0eeab095fdc588aa71cddf4448637f23f95e4b4d85462248282d4c3f65beec1a
MD5 cab675bb960dcc400c83da1f6d575281
BLAKE2b-256 ab71a4c33805ae70c62fe0180676bddc604ccef69b9ef0a85c4a9fe6a2922f5f

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 5f20ebcb53fefa97063d778befaf3ad2888f46173f76ea9e9e03b35b2bda577a
MD5 a13d300786d2ae33b312fc0bce23302a
BLAKE2b-256 1f037552e12eb0f1744da57d319161da0bb57248bd52ecd570fa012b95b71bff

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5e722fd6bdb24582e26fdf08b7f4b0d736452dbce0ea5ef5785615fde62f97f1
MD5 14bf8705d7fb0dfb82bc3d4ea398ea51
BLAKE2b-256 cfeef7a1e2c1a2c14f7ad271d452bad74588b1a5287ebde80ca37d402b5ca92d

See more details on using hashes here.

Provenance

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

Publisher: publish_to_pypi.yml on ethindp/prism

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

File details

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

File metadata

File hashes

Hashes for prismatoid-0.13.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4d5e6a6a2a6f02ab5f2135b1a6e27ee25b1cb31b6e1e2fe8ea69c54f502a4ed2
MD5 a470b0d29ff77874219e859eae2cd5cc
BLAKE2b-256 05d9da644deee5240ffccc84ce9d28caa37edb70592dc74436d072e1f83dcb0b

See more details on using hashes here.

Provenance

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

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