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.4.5.tar.gz (940.9 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.4.5-cp314-cp314-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14Windows ARM64

prismatoid-0.4.5-cp314-cp314-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.4.5-cp314-cp314-win32.whl (2.0 MB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.4.5-cp314-cp314-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.4.5-cp314-cp314-macosx_15_0_x86_64.whl (291.7 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.4.5-cp314-cp314-macosx_15_0_arm64.whl (174.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.4.5-cp314-cp314-android_30_x86_64.whl (807.1 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.4.5-cp314-cp314-android_30_arm64_v8a.whl (718.0 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.4.5-cp313-cp313-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.4.5-cp313-cp313-macosx_15_0_x86_64.whl (291.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.4.5-cp313-cp313-macosx_15_0_arm64.whl (174.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.4.5-cp313-cp313-android_30_x86_64.whl (807.1 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.4.5-cp313-cp313-android_30_arm64_v8a.whl (718.0 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.4.5-cp312-cp312-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.4.5-cp312-cp312-macosx_15_0_x86_64.whl (291.7 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.4.5-cp312-cp312-macosx_15_0_arm64.whl (174.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.4.5-cp311-cp311-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.4.5-cp311-cp311-macosx_15_0_x86_64.whl (291.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.4.5-cp311-cp311-macosx_15_0_arm64.whl (174.8 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.4.5-cp310-cp310-manylinux_2_34_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.4.5-cp310-cp310-macosx_15_0_x86_64.whl (291.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.4.5-cp310-cp310-macosx_15_0_arm64.whl (174.8 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.4.5.tar.gz
Algorithm Hash digest
SHA256 278a8884b40107864e683bd3aa2a0433b4280dd52b5d73b92ae46e73d3b317fd
MD5 9fed57c87af99513878bb58682c05b51
BLAKE2b-256 536a29b4d613772f52f8078386f538f2dfeb7a7bd65c76653eff36d97bfa062b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 2.0 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.4.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 af6eeb84325dd28ff978e3e9745c3ee2ee7cb14f6d903d4bcf9cf69636dbe8cf
MD5 d2ba3b31b046fa36557505407a44636a
BLAKE2b-256 1733d3ad204012e7a34ac70c5e1bf1a90795a4d296f925305e96f44be7a1e732

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.0 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.4.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fd87cc67788b5c0b8259d196688dbf076053005bace61b15442da8281530261a
MD5 c8b919836b3cd2446d6b2e983b36ad88
BLAKE2b-256 7b36a2c0b1e9bd357eae84a7eb242dedb0aee289f4ddef791100e81f62ce35fc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.0 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.4.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 5bdfe63f51fc57acd6981672bc36626906bb621799416b7aee5862ee55f63288
MD5 adf40b2ee443fc91c6277d9891bbf384
BLAKE2b-256 9579a1e04e96cb2edf3cb113ded262b2e4e0c8e0a9f926db6ff9eafa52c135d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21c80980ad327cfec0c50ce8dd365a126419de27c1fad00f2653a0f2632c527e
MD5 5ba718b18e9a8539ebb582154e427c79
BLAKE2b-256 4f82ce07d2c73f3c673d8ce1753bbc95eb9edabe78f1894c2c0c91bf3f39c5ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c84aad8f34f7d21ae12967a19f71d970aa6ed11e5f0b27af11a238ff201086c
MD5 3bfaf3963a32aa617849de2957b3d604
BLAKE2b-256 0b445e42ee187221f5b07fca357c9e57073568a19df6bcf4e053d1aab7406709

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 995c59de813344e857005ef03f2c91e9fa3c8d650dae1e88eb0148529a0faf20
MD5 f6b483bbb24d9044762394771e81348f
BLAKE2b-256 f46bcbc62b0ab229378a8f8468f388ee1d51216ef4d27fd555282c0290456cf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 63c6f3fbc7c8fd6bbf8821f9ef5f545474214911622e6c30e85a4c0b3f2037b0
MD5 11b3d98e3d5f5c1bb0c8cfd2186545a1
BLAKE2b-256 0b1e834e3d66d5387f4e6f85735f05b38a5c02a7aaa3934e65d8d153c356656b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 dd6121ec440acee026a4de74f719b2a2e35811256f44047bd532e6fc80cec0e2
MD5 126e60ba76182821cc38821fd7067a58
BLAKE2b-256 304969da21c100fc3cbaf25720c734e69499a253774b5020aa4413373885c1c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 81e0d4f2c1fe9e50b3775bdb87ce1041db073f551e7f8cb50e4aaca5717d3e47
MD5 adac377450680b392a99b9b41c482662
BLAKE2b-256 fb60b19ac37757eda7ae444fae7282bee3b7d24fbe99a2a985c25d519d9badf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 412c8fe978c85aa823b8a896493b303572516a2757935b073dd7f41e44a6e522
MD5 525868a357cf6b073ffc2e3056c8738e
BLAKE2b-256 12a7b191f06e27f19923591b45f98633d1aaa475aa48dffe2e5a728b8ffdbd7d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 5591e60444daee756a5dbdecb13f8dfdf8cb5b23b70ca2429b445c91c141d907
MD5 0faa0ea97c3b08682da6acf4c6d44dce
BLAKE2b-256 ea32e26a4d69a2d12b746da7f9fb5bc739416a962b5932e5d9579e13c0b53ce1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 9dc4da6a2c813913c2171d20705deb4c7354002711339d743df2039d08a2ed65
MD5 fb50089fe3dfa53f41540cacc4bdb71c
BLAKE2b-256 36fd56f8de652c58d9b5ea71c6add78fd803d7d78d4f0ed328bb4ae9ae0a043b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e67845630490eaa8b326b3d18fb54577c0ab13bfdd5606eaab3e2d85c3cb6afe
MD5 9db807c49414c2ff641aa4cda9f1eb5f
BLAKE2b-256 7dbaf1c64738caa18c7756435d2bc013a812d1ebd7285815f71e7f9e92a06fec

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d2e69770cb75ab6fb861b3320f920ea62f25bae31082ee4ef3b0a423c4f7dc82
MD5 0866eff2e4d8f6407e33b3b382af42ad
BLAKE2b-256 e9d8f1ad5ce1deaeae707a69ea8bedc1b9224443450303166cd0bd8ef8a4bb0d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70a68f10645c94034a73df71dfe71471b522d0c242b9ffad70e0830cdc625ec2
MD5 c36ce61fa20867d8f3c486e7fbec14b2
BLAKE2b-256 11f5f38388ab018837d62577de16f8a9b2b8f4b655aa086869327c7e356ceaf7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f9cd07228620553c885d22dad36d80119d5a25995ee76357aece64779f14821
MD5 4efc6d5c2ecf603ad623bda4d2668675
BLAKE2b-256 55d26e0809b48ab76452d28ad7ce6791c412d1c87655d671802b612f23089ec9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c04fae374d6048fcbec89133fa5c1261736adcf702f6e618a909f5e4814ad79b
MD5 1b51f617005aff9d8c65a1157fc36522
BLAKE2b-256 8dbfba388bbc7c8487f26d857094dd338851d509dbb676fdb3919e41cca27cea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6daa18c918230302b4dd8e021c1fe55a67aabd17b7d42310ec153870c62d0385
MD5 043276d7c9317d2151d47b759729c2d3
BLAKE2b-256 2c9fc6e891b34189a1c5251e8f151fdd5a411388ab20d59ba80ec55b5be87914

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 55db313dc99c07f246e8b7c97c5b3dee1414c1064bc04878693343ed99f158e3
MD5 e89fe18223fbfa29c2168a0233666fbf
BLAKE2b-256 e4731b513a1967d865b3b421a1d5704bfa59d2e5c21d5f4a7301519f4b9f36f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e1ccaf158090f9de87869291326ff767066cee578c1f0602cb05dcc6673770f2
MD5 c3ae7c7409638d08973bc2797838a679
BLAKE2b-256 5cad464e3aa1af86e815151c7167486bc647cffa334fb2f22da70d6b5bef2c71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 7519f923b07f564e51d38ad1ecba0899e8b6d7aee19dfedd277be51ebd94c4f7
MD5 95f493ece00469df30b14f2c3eabd04e
BLAKE2b-256 4ff4ec397b90a8a7e35c4d4b43b4017afc2e3ba3d522f4f391d1cab67701da0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 7731c31427c72364a921a8a30bafd210ed850e100750bccdc99803635a1298b2
MD5 e5e1c9d9373c346f25b4cff285541edd
BLAKE2b-256 93ba22ea17c384af9944f7e6f3b928f463de26dcb1f5bafc08d9424a2dc98432

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e86eb1c1370a8b396569b2efd59e14714419768453a5f5722b4b34b2c48438b9
MD5 097c5b712313612bc9dcc95941a216d4
BLAKE2b-256 18cee1929ff1a87c0af0d3db2165d1504a5747203313481a7a2c6f318c9a5c90

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3116c67e5c47ca0a458d4fe140d37b10ff1ac2d24043e8a303574202e380fe39
MD5 5aacac024abbaebe3c80700f0dc5fee1
BLAKE2b-256 60cfadb21d30e52c788a9cb1cf1852722a91884cf68dc7901f4b0bf84ea01aef

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b70b2f6d8aaacf91e51bef4ae77fabe98fee8fb41ff5d34f4b7038503e172e11
MD5 7411833e98fe956b65560d7d68b369b6
BLAKE2b-256 5e665492d4bcef0bc2f615834e560e2e1ae7798cbf3b2afc2b414bc120be5e13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e8dee7092ddfc6b326612e66a9c12a714092581cbaa9e92cd613e7ee7487bca
MD5 896be0a98306b6e70756068cdaa198c8
BLAKE2b-256 6eef7e830cb67e8e8761eea295ff4e0c3b86bd8a7f56c58fa0151646f79a9851

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1c6f5a39f1c2095aa4f4464108b9be984b6a04b1c3dee5b29b0f3babf95e889
MD5 b54a0ec109e08c3058980cb5d8e6f954
BLAKE2b-256 b802fab23d20aa9ce9584309c2245cd0b9c3fbc83e4008512f453f7b5e243430

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d8493c1191d076d8761ab6de60d78bc34c40f7ce957c97eefdad545a609bb70d
MD5 274eb27f26ea74305fda9b6ab75e4286
BLAKE2b-256 e081b4d5852f5ec2a82fd183104926dcfc38e919f7ef42083c76aab37f8e510b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 22942c44fe376861097e728db9be8a7a454e97f8ca1605e8ca9bd7745654fe01
MD5 dc4a2a27b3d1194462795ecf9c7e0984
BLAKE2b-256 1f90ce3a623624e97d44703ec902fff230a19c3c0ae524eea08566072726efab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b0d9b87f9326a98b2ce6e5355615b8aed2d4fc78158547427e707df9c330a282
MD5 689add54dbb7a132b84d8036025868f1
BLAKE2b-256 84aadeb9f8120f8e405ea7a4124378c66604f13169a66d8c917957e41e21c1da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a0f6cc1bb9a2b3cb4222bb79d40973c82e96ea32db09e37ae040cccb0a73e51c
MD5 6875d11355afa6b046a9576f281d1db7
BLAKE2b-256 841bd054c117485266882e9658f4f9451cf7c12d461af65b2bdf090554ad2eca

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6f563661cc44417aa195fa19c3b5c6ef11b930c68868d890f105bb145d9ec8bc
MD5 8261a8904d4d8d19d6af38c1e72eb3dd
BLAKE2b-256 d290eb078c835cf77408c46bba2ad83c1d3628c8b963f0f45da7ae0d5c2c9972

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5d8751e79f751ae207e7a16aeb3f95efd70870e5e653830ca10879879aaae587
MD5 54f748704d1000b23a07eb7e635039c3
BLAKE2b-256 680f196921fca80f766571d7afb2b61f98580087783031322817486213e1d6b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b835278f4a61309689652d57cd3feffbee1105d78abecb4ed7c5866be49b08ac
MD5 8c85d46af984eab2c39bee6b445beede
BLAKE2b-256 43eaf7724862f7a004dca898a483e86e2a17e989baf4534c13e6513d12648712

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d686bff7c1d8611643cbf46c7ec1ed9b04540152a0754b90b94f4ff336896d4e
MD5 db501c099daa30b0a04615312004a67d
BLAKE2b-256 2ac82c862f3fcf20bc3f8f85cad76ebfe843f7a8564b95eab5bba6c1f1896ead

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8c80f1ba1325ec6c429134f2033996e41642b6d6b93fc2beeff978290a1e433
MD5 30923443ef24135fa3e7977c4a39922f
BLAKE2b-256 0bc4cc38ca4864a7da90eedb1fb3f25cfca5fd8ebf6953ab750cd84bddfb1ae3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c9a22e015d8f2a3736e68eaf2e804b770c8ceb5760164b766217105a0827b47a
MD5 7165c53e9c522a5f573f047dbd180043
BLAKE2b-256 142a7cc6dc6177553374ce23e91daa2ee36b0b9647f63fedc8ddc3a334d171e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 abd5299d5157b07eec16cb4b9352cbaba57f3a5343ef908490b98c4daa267b70
MD5 903f505468400a00709ee539bfb2da1c
BLAKE2b-256 d233cf2e0a2dfc16def414238f1911a3a2f837f48e93e38a7800f3ba84c7610b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a2f046ae8ead262fe42ceb40664eeaa67460af54b33c3253408e6c9490077bcd
MD5 43aa5e6943328299ec663cc13b75a5d5
BLAKE2b-256 0e54347b346bfc7729d662e504e672ce9b5feb0ac7357b375e21c3e7b191f86a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 98970bf809e00318267472921d42db6758afb5d6aceacaa2a1cfa41be42e706f
MD5 f214b63ff8a730d078e58d3a49cafe97
BLAKE2b-256 526788eccce03bf79265c1424e930bccbb4a1bbdc472b58362df0cf288f874db

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7b191c74b961bf7883247f7d2862373d9e209a5f86985dec3154ac937fb5cb92
MD5 504121a62c80946d90f42544bd4d0d54
BLAKE2b-256 273fd5d11a9d9172e21564bfd49b24ceec9fe8e136bffb3817fab48c72b06656

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c1eaffe7d5f954564c22cb2fbcd5f81b4e0d57b991a01fca45d150f8c666936a
MD5 850b6b51e48cc58ae56a40d65f1165ff
BLAKE2b-256 999040a64ce846470962d1faaa66c27a800e87682d3060b6a5ce3bffa72723ce

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.5-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.4.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1c4d8eb39af14647ba6b6adf16097a516d8d81f60d4926f929a891b5af0d5593
MD5 928e15f0d363028c3a616b94eafb45fe
BLAKE2b-256 f1d8d3bd2a55b74835c0c88501157b4f015ebbac25640e8899627479e0e67dd6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90525e2d2001f771910fb2df9e2c20652591ab029c5ecd678b32246bbf3aaac7
MD5 ebd58878353b67c17bef2f137bd501bb
BLAKE2b-256 ac4d65356beae6dd6f20f8ae41177570bc48f5b3a035311104f97b1646a18365

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac6b5a8180519d75bfcdecd1422c8a99658b25f3061123004d6bc8f45d0bf3c8
MD5 809ecf394eccb4e48bcbc79889ed8119
BLAKE2b-256 1cf65d85e7a5e41364243399af1c8d3261719ea952be285895884f4c3460cc82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f0e4db12ad91a9501fbf71d68670a78451e6f5ce983b26703ce3ae4edfb96d0d
MD5 76957b124e7461b932cbb1557837e4b3
BLAKE2b-256 7b8573826a6a0718121e718e7bdcc3240c095848c82380be077fa994b6566f1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 a94bb1aee420daf592f06a02d4bdd3ee0d9c8df9402c8af31208cfaf3c753661
MD5 621831122780e40ad2abb56c1b729819
BLAKE2b-256 388e69e760a35e6a72b58f15772bf5c236b0429aabbbfaa4a4be5bec0f24ebb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 de6919ce7d850cb29503250865eedcb8b6b35672dccf0c5c20086a253d415a7d
MD5 ecf7f61b453a161c74933522b9896051
BLAKE2b-256 b3068ebf8c69c78534ea45a988b94af2b9f98107ae1a0a49309658909f8801ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.5-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 17163b4fd21914e9edb3f831d82b0e188b4f258aba8c26ab867266ca22d13b27
MD5 13bf4e87414cfafff531e14871bcf814
BLAKE2b-256 522d10f839e5f0ba46d7e7623066309dea461b5196781ae51f7ece2dfbdd53af

See more details on using hashes here.

Provenance

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