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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.13

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

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

File metadata

  • Download URL: prismatoid-0.4.7.tar.gz
  • Upload date:
  • Size: 941.2 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.7.tar.gz
Algorithm Hash digest
SHA256 b27d1de84db21d26493c5083767491719f602641ae3903008dfacdfd6f3c2175
MD5 2813f1f1887f19b855ecf02824da7a25
BLAKE2b-256 67cbe2e75039985ec4b886792e4a4e89384f2baac457bc3d4d3f5d4c90b3c56e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6fbf77a0fb4d373e05c25bd043027a9febb57c9b8bc6b14f9c6884238088b766
MD5 bcceed2980ddce19f25f8bd17038617f
BLAKE2b-256 497be0f549764bee34f8b04990bbd1560763efd8f50520b69a40c9d03f7c8bec

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f044ac58ade2a0ecf53580de6c1b4f97183de319af4bcf68a36862d010d7af33
MD5 995cda5dc2a596d0232cdf76c069f3ca
BLAKE2b-256 8ce06257e0b18c467a011a4cb8ed0ba6107ab0342de46269c43826dbf5d99364

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 82ae8ddaa378da11cf0bc8a6d464653dabcb6085efc37f06ef9d026f6a47c8aa
MD5 094f5d4b72e06b680fa2946371b74cf5
BLAKE2b-256 2792e2b73bc4997939b7ce0a6cd7f42497053254f4bfa314c5991221a30ddc52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ccb4604cdc8d81b3bad7ae3ec53d2658e3a4b6c291bf03ff2c973e2c4a13987
MD5 3b5ec690f3e5a9bd012d04988180d3ed
BLAKE2b-256 6b489ffc40a4ab7167ab941f48048f3a68b09aba4bfff6ac0cd7df91e9e26f0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 63c562d364d86655133976c0270ffd0802276d8bc9f8af4e1428987331d9a6b8
MD5 2148854fc488930813ea872ff6165596
BLAKE2b-256 43dd974a4223d7f03788041f7b2f9b8e7ba859ccdfd1869b240454ed97c05fd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 dbb72663d9045dfa0d773d4cd559757cf60f4b23fd665cd74235c6910a961128
MD5 00932b93760fe4d3e0845b19d2afd7b9
BLAKE2b-256 a1c13d6fcc8ea42fb6f0403c9a416c60382dd04983ffa27d6273b46476cc8a6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 327927ec4047b3436fa176f317b3c2334a6feae9d267913787714593aa67ffca
MD5 a9c0e46f8efa432ff09bdcc6f18bafdf
BLAKE2b-256 63106754634a6f565b769e7770d1188552c0a98fcaec3aec07f6a213e79ee5e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 be1fdb8df934ae668c93ff4b7d0e4be95aec2a31497e6c6f5abe8dd2c9a3cc63
MD5 6b2e74b20a1a633acc941504b3dfb37e
BLAKE2b-256 856ee3c6792e610347f3c384b81959820a41a53066cfe864d1b649b2a6644452

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 628f1798906215528517fd2478ea435009b9410343996559b619b37f62b1d342
MD5 136e79b9beae56cff37f9a69e0ce71b4
BLAKE2b-256 613444af59b2eaf53f337a643a56f6fde8cf14bc04414999c99eeefc87c92e9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 41f2b6230f3a8d74449d0409869675c6d066704d9b47b37f58a29c17eed1f020
MD5 cfcef162d5d0b01e96261f1339fdc6a9
BLAKE2b-256 180e536a06e252b32fb42ac3f9e4e9eae4c0b0eeea9c07c3aea8965eb6671474

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 3ab19316922be4cb1354cba33fb5b06321ca1ca079952f9f1f98dfc80aa99b71
MD5 92eb35b6cf3e8c7443df2ca74043f3a8
BLAKE2b-256 4fdff25e59553b5e4814cbe1b096b640e712426df7026a4254c567222fc53464

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 9144d9b25746f813eac7964bad69ef68b27b7492224e54df8850b35fbdaa188c
MD5 356cfc7aaa1b7670947ec09c8cfdafd5
BLAKE2b-256 32afbdd29c15897154e8e51d2a556b3edf1c8dd22158185be0f6414993853547

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 82c6aca17349ab943af285622b5798ead17f1216486f72becc5a94985d0a6033
MD5 caab1fccf44b79060ea12a66b91cf05f
BLAKE2b-256 5a795b90a0dbb487316321e26f18a91d47d7496fdd726d490fcbadc7eebfc87a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 aaf0ffafc471b9490e44c5d4423ad800864d7342b5c85e331b36a21de2552592
MD5 9df91b2bfac15f47b99cd1cee7508a72
BLAKE2b-256 defd07eb31b022e0b6f76a4f06b3ce21b154a630464aeb5783bbf7d5e395402b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4181f053190cdc7c84c115b19bc1ade6f5934ee3c5b5bdad02273d036ee93a6
MD5 1e86c6f610cd509354af3910dcbe7ab5
BLAKE2b-256 d683e91c3be94109a4ad72abcfaf7576f41a24256189ffb7ef2ed8a507e32984

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b7b67117dbc72afee041c0bc26857c503c2281bded2cc1b68eb0468fd00fdd6
MD5 b5ae6457df6ec77c7d72929bb6ede773
BLAKE2b-256 32b8c57108a9e564ec0d8e8e8b1c0d9d10ae98fa3f64b0b3cec5ab0898acbea6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 aee9a91eebada76eeb6b1863ea20a033d06ce83f131a8a27cd2bd5ca661a57b3
MD5 1d5a4243c3830da54a1e05a4b10a31b6
BLAKE2b-256 0a0fbca3c3aaa1dce1cff61c23c0d5bf6d89fbcf4658da808de3c5a7e5ea259a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c5253505bfeadc179d5a40737bad6a1e83acaf552a4880b065789a07cc3e9f8a
MD5 b1e533ab7a7fb9a914c67ba69e589969
BLAKE2b-256 df4bddab069cf54b3bb444e014033f65b8d5912a1fd2733daa8fbe361a4f0f0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6b2c6fd1cda0f9537ad8e77261a57ac509053cff0d44be39001a2c995cf0ee9c
MD5 f33bed5fe8fc58092906554710b35d17
BLAKE2b-256 c3c7c81a8025bfe5b47d08afcd1fb759d734da4e610fa99dbb08edd37d4b4d1e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 19191b8536835ac0a01cf53e56c55bd971540ba5fa33d1c44d04fb5ae02e9655
MD5 4cf7117e6c89813274517c9a4deff85b
BLAKE2b-256 e6c03f85559cb7f122c515d92d42cf57435d7f55d81f2c037e6fbe2b4dce71b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 06f6b51e2d7b9ec73a8b02ba2c5aca694249dc69b2554ca47293a67015406527
MD5 578deac9615e656d8bd5e307c557e557
BLAKE2b-256 d6834c888152991666253976de0ad2d5da5aa50a2af1e431e692380c639e6f8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 d1b73058a2154ef3652879f356270a86e5c05e376f317a0f9d5211b110115569
MD5 f18bcb60e9c0f9d702612357b286eae7
BLAKE2b-256 df0db44539c296c7334434e567c953446ce4866635973efddb557081fd94d6c9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 64f96d263a37b8c9d56683d4b407a3e64cef7e339e5def5683935ef6b144e036
MD5 085de8388dd4e2f675659447b575b2cf
BLAKE2b-256 831aae48245b946934bcdb2909bbf93e3b878b6c2046add0b41bfecdb2e3110c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1237968635111aab0f5513fa4549639f7d3b81ae2c42a025475bd617c47614c8
MD5 3f242e9c3b2acf9b0bb94698f38db229
BLAKE2b-256 4d8cd5b07cacfde348b4f31971cb9aa92966e53f16e03bbc544d5ed4102e2cd8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c91a25c619a7453b9727e2a43e28149cfe0a592fdf98841ec087b04b62af3408
MD5 3ec6cfce02f093607efeaa86268952bd
BLAKE2b-256 6a3271e13c4c89c76a43553ba3b7dcca2d181257c336953a2a6f86ee82be775c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03b3057907d848b570e4dbe942f2849a9649b6859b33de434a263f9c8cb6e680
MD5 ef5a780d7611652139243082405744cf
BLAKE2b-256 bb88877434fd354f49de3e70cb519213647722d1aa8ccb8961d5063023e06926

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f26f8d03eadab5e4f7dd88e94e2d219063fcb4cc899d8248fb9753caac34002f
MD5 ab48c67c78b238edbcf462d6da0336ad
BLAKE2b-256 f12a7c284616861413428e958a8ffc5d229f51601759f050684bd13a71503bcc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 eb4b4cf6c8520e4780f407dd509b031904789ce5d78db302b57977773713e26e
MD5 244b073de21e628660a484d7d2ca8b1d
BLAKE2b-256 70d220db26bcc13e96b10749ab5f58ae1ee321b2b2450dda109a098ace722e4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6ec0c8cfcc7a46f5cabc875a6469220a6222d0ff194148f9f8a374f34d3516fe
MD5 9bbe92f2266a0e90807c54854b715c18
BLAKE2b-256 cf5cdc880dcf08d6177e4da152fc3ee66e8e2d48fc86cf76cae7d260c73e771d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 15d83b9fa4c2a648841e34920a46a6ec0e7679983013d17b3cc9c6931da3226f
MD5 8a86ac02e4a04021f9ee16ed94d403de
BLAKE2b-256 94b9cd7ca941fca1232ecaa652fbd9ac5cf731ff10c327350eb18a9dc3225fa0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8fe00cf95e829c1b4ad2ebae1ba282385bb426d063b3f0ab4b786c69612de1c6
MD5 884860b021ed0a946358a63d93457b12
BLAKE2b-256 54d3a35f37af67d5f46eb001e264dd1ed743533056cfc5dd233c6f2fa9d84af6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c1033ac86a380dd1e88a15938418b0742c1bc3288790281cd9f2611be7da14de
MD5 0a503c9c3742a57dd603b67ac3857ac8
BLAKE2b-256 7fbb34991229af25b4e976dd28ebfaaac0c130353074c3a7cd144fc5967b425f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b56d378c0bbe20808b36afd290eb330d3ee70e338b8b3d8480895d5759e87667
MD5 5212b8be90788c15bd6b54812c836f25
BLAKE2b-256 334b29c36c2768613f1b510dbcb3d33d7a9098a8198de83e3cfe572d0499137c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 094b1a8560fd2a18cde1bd8fe6cd2fd81cf3aecce35578828b51eda9310cf240
MD5 d4321f583715bc2c1898d6ab2216d2e1
BLAKE2b-256 aaf83fdf4efa2fe2fce28c63f51096b6534bbe7c591f49e51b240a6855ffc2d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eec6c8133eb775c9d9b8b542705e4b38b58659bd4d9cad697e937ac19c36d928
MD5 fa12ec0a99e0ff8204b3304c48b03a14
BLAKE2b-256 9ebe4fc935268545506b721d2a1e83e423599804a7adcf214fa96e6689a60b48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c81c20a6b87eca441005fcd29dba767f4afc7d6033583d0307df0ebac4f2f1d
MD5 eb626a0b667c072d64f72c8e8506ab6b
BLAKE2b-256 3662fe02c4249f1fa639f6fa2116bfeb5678237b745672d8f05d5f91a1d007f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 824fa9a7c7638693be97c4da995571d55991ac3c69e81301e9a8c65149a12d6e
MD5 bf2e478eae72a3205a69fa62d020d290
BLAKE2b-256 682c74c0896311b6698b20e5cfb4daa5c2f26135334c0a74eccd80ebea87d195

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 48b27069322665f978d05b3aea743c187986b580118e38f3fd098a8bc6f97487
MD5 df8bc7c2bad163da3ee1400f118aa553
BLAKE2b-256 d752805382b053fdea00a319fde9a3759c700d9cb5e4d90aa0f0fae5f7f661f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d14bd36e56deb19c8d4b1f38b830232192e771c7c7af4b798105594853784d6f
MD5 ebbc5a9f543b3823aa904b60ca658429
BLAKE2b-256 6993b4bc3b52e811d7e0014157f1fe79a9c6a5e9e1e326e25da932bee9a7c7c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 56d73024d0b8ab0c2aa149713142aa92e90a7945e89acba7d5c855cf1abbdb46
MD5 3f19e7b8bd345497fa50077d9278fba6
BLAKE2b-256 2b2256b2311d87fa8bcfa9564637bec622356d0fb678fb4fc72694f66357742e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 a54f100167881b9354fbc6b416ff74d6e4d962bcff75a59d78db5126df0098be
MD5 cc605a6b688fc1ffb0328c013be1935c
BLAKE2b-256 4a065613ab65645b814d33c80815c9a99b46d228dc2f06d39ede67d03a7947b9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c5de2ecdb14ce12e7a0107e47af8c31995cf8976adf49141ba6c1811e7e901e2
MD5 7eb07096718a539858d17ee8f9e31690
BLAKE2b-256 02d0f167fa5bda43477d1c8710623a3b7e371ffef207865c51a559ae31b1e825

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.7-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.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 24127a9d746e7de7e37dd57ccefa2e1d1c498951dca52ea8fa21b0688a0c425b
MD5 f1f71254129c48a409303422ba3dab68
BLAKE2b-256 d7c205f183ee45a82314be9327dc50c22d1a9167105e8d0cf62b06de844f682b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c23f9e39c8855b0ba84189635434ce077bb2ed073093e812d3ac7a05483792ee
MD5 8ea5915077d1e9764f8964e1562b6a41
BLAKE2b-256 d288369ce56a525ff2cf7e05e3ec628942e32febf446d4696d05a22b393f4342

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0f5d2bd3cb560980a0c7b4e361b10759763ad2c8d5c9d59e30ad28e03414af6
MD5 1bc1d691aa923287b50a81b42bf3c88e
BLAKE2b-256 319685a4f2294562891c300acc9fa646fc01d4b4450f35ff530f19ca6b35ae9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e8c9e1cdd207e6f89086568b135ed2f313d69fbd53a43d0ce5fad8a51498a16f
MD5 24d730408a0eae56a6a1c40a2c916e9a
BLAKE2b-256 3a5b46ae14e5709045bc2262456304af7c3c609d91c14e77f48bab67f76cd962

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2c02004a93a579f752985e7c2e38360230d4b612c1666c892973800aca39725d
MD5 927cc061724812c9b46e2665cd8645d7
BLAKE2b-256 08eea69ebc6be8345be6cee9c9e2df3fc197f587bc898464a4baadf4531d13a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3852f6b8e89e26f5fa41fab844760d2c23594d3420f4d8dad68efbb361bb0c6c
MD5 094ae159fb22d174d75c6c8cac035aa8
BLAKE2b-256 93ffd809f0bb2c24789f3305124cca019e7aa443b1f13c9641e9f5844aba84b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.7-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0d80f5b8dd6b26ecc330ba412b46473ca569bde94a98df7ca0cb171756e4415f
MD5 b4886c050fb2820a61b1a0c9934b5e97
BLAKE2b-256 862932b0b5094d355c9592f6846e40d9d89bcaffe75707622e75c1ba281910ee

See more details on using hashes here.

Provenance

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