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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.14

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded Android API level 30+ x86-64CPython 3.13

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

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.10macOS 15.0+ x86-64

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

File metadata

  • Download URL: prismatoid-0.4.6.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.6.tar.gz
Algorithm Hash digest
SHA256 492e77af18d343e6b1e61b96fe27cb053edfe38770d5bde5a7c874a6405f8e61
MD5 8d5a60b660f965c96ca9e47bc1f7d4e4
BLAKE2b-256 9473e30ab386d86403e3d5a512bf9aede46e35ec200dbb7b5d998bd8c2e66c66

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0019c49a2563ecfa98386091201d1baa5a7f326a44fc00efa4b1de02ae4836e2
MD5 2526cc038791986bf7659f5c8c98f905
BLAKE2b-256 8cc8a3b92c7e1b2240ab9cabfa5e226ea3399f5bec7cc289546217b19b5c0563

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bb116946a0e923531c3d327f51455f1fb59ec744c31b38b5b5c0a209607fe023
MD5 ed9aea7fe954ead1c3ea357a6541ba0e
BLAKE2b-256 d0471976823bf125bd75be2d25993ea1dedfc94e21b12090f9073fddc89d1368

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 405e93d2416a746f9bb3b715c6bb2b369ec1428976888ffe8a79d1759b9e9e73
MD5 c6d863679f2d42f222f7ab2bf13c6a16
BLAKE2b-256 a2f6ff50225ee9f359f9c1a558265218fe7ec5d63b8c6f86c5862d38814d1aa4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acc0305ad9825a91f93c532fda4c92e6a5bdbf9f894d4aa84fb252dd019b308b
MD5 052ad6de92c61fcb7e871ccea08a814a
BLAKE2b-256 07ff87dd35a8de1339400a02dcfac96408ee7b4228fcbedc74ddeacccda30b84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b04ce3f94b857d6e4ae1a68a84c161ea8d2d8f5ec7d438da223e1275560507e7
MD5 a20668ae6385ee4dac0e54948a4f97ce
BLAKE2b-256 8782659623b9e983116ad361d749aa2f8ccb0056a3dd61f13126f6e177ac0573

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0baa68c24aa7a06e8f7d4391b443ed3ba272c3d10384247a65613e9904f12d3d
MD5 ea863b0994aca7586278fb30924484f9
BLAKE2b-256 553d56843e17f7ef3d67e5cc92af5e020f7407585c3f157d9d7bfa2f0783a3e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 11e9444586a3424b1aed82adaba1eadab265761eecb422b1497ae5cf6db5858d
MD5 cc45be997ad5e8a425d0db7594b5a6bb
BLAKE2b-256 a48fa6e268f37de68efd5fd2f9b1248e88820b9c1f9bb79205693e32ba8f5511

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 8a146b298b4d8fe5d3d14f767805ebc78bdb919cbddb6c81b1d2b26c141ad7a0
MD5 cfe0402af6a9a67094e28ddc17498ea5
BLAKE2b-256 b485abbbe3179f23749357348eabbfba5995974582d4d8020c57e579f1a08757

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 542577e75a432801c98857b044b37c2065512a69bfd883281e9ddadac962f5a0
MD5 4f76b42a8f93dd5cba52d5969dd7f91a
BLAKE2b-256 8c5cf20325109352671d538cdf863fe75662e925dee96ab85fc146080bb9c925

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 c7126753dd9b2050ddc794587d9867d52c5663a2d56421be363d14b012918ad8
MD5 d219b48bbc5743bb30631b485650c1ef
BLAKE2b-256 862a4070578924ff915e483ff5cc0e6f474058053ec7725e8f522731d27a2466

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 c9e736a0d36e82ff813622c5a441b6720042077c7d53dc170b61d18f4edebbf9
MD5 472eb9eea34a6391127e083c5f521656
BLAKE2b-256 1f451588a361783a1f957bf27f8edc6022c91d9ff6ee8f3b79a5e47b215e01b8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d21caf1bd3b88d2e10edd38e2aa4dcabc4fa0343aa0da9e966f49e26542cabfa
MD5 b16e8ed5515674b14967b6903d850c1e
BLAKE2b-256 7c2f150bdf86cf1561d7614eeccc56e092a4d36ca0afeed7479a07aebc1b9833

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 090df52ee933455200bff2746da56d170b05a5b20c014d8247bfe76657aaf14a
MD5 5b418cf4cc0b4ef375f1058ae003846b
BLAKE2b-256 6cbee4ba3f2e9da67d55b5b17b92d9b3d13529400825fc0299c2ab3ff78366f6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a17c0eaf6a774a90cc21bfa485817e16c0f48091a641f7c9c7af8223ad00548c
MD5 fd9a8e07636b43f5b77f919fd3fcab85
BLAKE2b-256 da41319bab0d1da88ed4eb56505190488668729b6ee1caced77fe98a8fd01725

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 785d9b17b0520eba21d78abce81d2120d46e3b05f859776b93c369fbb27f72ed
MD5 5a3f6e921c65702f5bcf68122470563e
BLAKE2b-256 25c2699f6ccf69b847507637044ae2b8471532b5523b0dfd2b9f85a2063959e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a77b9055377a5c8b7a69fb3bcd4febf32ff7fee7e5994c90d1f8d9d03e1bbbf
MD5 c441725723fa261d8908832196a1751e
BLAKE2b-256 a7aa07c02b7852ea7d3f6eba5f62d9df7a25bb4bdbd6c8e47a11138e5f5c59e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 cb0e61e6a209821c8835abec16dd9461285cf56a4702d49eed4faa4205b309d6
MD5 ec84515ab242a5cd9fa2ff3b70f27190
BLAKE2b-256 53bec0b61d27ecbe57e86bdb1151d3fe6ad6bec94f3dc4baecabb8a635d098f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 753b0440921da3a584b5e6cdeb7f669f78b0d3cd7866a2e0920d2eb6777b8dec
MD5 83e62b38710ffab097d1a2863347c745
BLAKE2b-256 ea1d0f994a425419f767acf8cfa74dc4f517c39e2987431d00af18f06858f265

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 777864c0bd6ee34880e88441dc5b623bc2ff2f1610c1325c05b25c6a977cbb0d
MD5 d303d76bf6d8d89fd739943c834c1c4c
BLAKE2b-256 c7230af4bfaf2185c9c509f126f669b5f35a3ab4e23860436247c3c125ec1e57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 095d9098efa370110cfbd1c3a6b79e76849af9f9dab0b39089f5fc81fb7a702e
MD5 236d35468a9997eb86b271fb44385d00
BLAKE2b-256 2827b3d987497e87f3acb4aa71e667650a5076dcbea49197c097f28de5816c7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 a42ccf3ad9edc908f9f69cfbb26f61af083e3e11cb8a738c385374c4e1cb75d6
MD5 6ce2fa0f7bb352ff6e8525269a4e59e5
BLAKE2b-256 609e9d2b1054cb2301374fbd13ac17d802fb59cc5b710a14d995268808aaa9c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 17c28d2e85b86897553ded5441faf053c01d0d2f419b52d93c4cb545fb779263
MD5 253f5643a47ee8db35cf8bd628fd8b9c
BLAKE2b-256 d70597fb3dcdb9883c761690c10895dce32926c573f9f90d1a5afa1aec6d4d70

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8be4f4c7604247e6d180dfa80382366a651cb4e764f3e2ca98d80d8050811f35
MD5 937ecb62831f9d09a7c4192386caca6a
BLAKE2b-256 ff9146cb85ef60f74fa265a2654c217336b7032fc8fde83e5e5cfae6e4c9185c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f3441d851c6fe56f36e38a92c08b677c301e218aceb722b4076895e97c0be68b
MD5 ebeb4ce2fa6968ec5b052e94b3fe08cd
BLAKE2b-256 1ca41c5112c754095dbceb20ae464c1cb93f7c4a281d49a259c14a268b0b7a75

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e17e0d6c34601a6ff84718269682bd296b461720c14dd8a5652de81a8657d624
MD5 78778ca60651f46b1f27c06187a62969
BLAKE2b-256 a9951942a9d90d57ff81b9fed3649d6f6862e035b893b8d337e65e3cea232c3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf45583169309aee5ff2988e942a0bcd6404832fa626bd0eec0fd954422eb344
MD5 c27a368297e3da20cd22fb75acbbe24e
BLAKE2b-256 a3d90de770c2512267a17ac06606a8b0b1ab4083d11cafb0968ece388f696e23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50b3a10515a719404f28cf15812b4328cb2114ac6d3df2db350943859e743c72
MD5 2220966efc587c4ebadef2a86015cf34
BLAKE2b-256 fb3bd65e7c50d7d0852ac3558185ca2216811ebeb570e2e46a4d3fea85083442

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 475abbb7e8c1046ee619b56d4b760c7e229a58f79497a768c8c5c990d263aa1d
MD5 709fe2c3cc70bdda2cbf649a6859cb85
BLAKE2b-256 685c4b62a90f298ab30620b6227125b31452d2ddbefefc595cd10a31bb1ff3b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 aca24f8eedf778f87512ff3fdffeef79085bd38c17f9be9743f1dce36683fa4b
MD5 ea1c59bd5fd2a44b396c56539e50cc8b
BLAKE2b-256 b01106df647efc0e9ab46d5c1a39409ffc90983d4115e8c9b261dc0abfa71592

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2276ed2401577deb4c02106556896acd16162ee27fc2ad285af24adc10145e19
MD5 9fbcb1b42d471cc5215e96ce637fe30e
BLAKE2b-256 b270f94774bfdbd99cc0f1119e3d8e4427e9f5c6a31b21df6d788b530b2780f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fd33e2cff3ec67cca183d6da4ffc3719b675cb9cc74f24a40ecf013e2835a051
MD5 218683cf3542f5d8fe2f465feb6372e5
BLAKE2b-256 93bddbba2d5e8b58f55fc02880ec40b3f3a8c45c0632b04263f087f781e34ec5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 fd9f95128e86a84406dcce093f4f360eef3da84278b819104cc70710b75f0c08
MD5 a44e1cd650a9c7fa98e679bb20cd73ef
BLAKE2b-256 0815651649b6bbbfb80e9f9e3ad80e199d8f49703d3e7a56b8a82709384d67c7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 33986770958bd726dbb9ffa29df5abc559d7373d43c2f06b87a0b8fd4da8c513
MD5 e176a5a3de12eca0981b2a1b31d2147e
BLAKE2b-256 84b8c6e7877e0f09af738d9d9587c01e2306a841136860caca97dc56de851ef6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cf32d04865e7cd226dcf54750873ad442ecf0473228c7e67f633654399e06401
MD5 8972569ce1c56bf1509e70d0d4c5d151
BLAKE2b-256 74d1aa5e476c0606155dc4ae3539d3150136edcc81f5717204a4e440c9261f8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5cbe8cbe8d2dd3d47a91be70073e5cfbb683ff318e234bc847ee7db361607ca
MD5 e17e811ed27e6d62225324c283aa2473
BLAKE2b-256 e372adc659d03d2c7935567001684ca55028410a33f70cdea6600bd4fc26d289

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59618172044c09b45e7ec4bcdccb87fbaf1aab11bc9bc721fd64f1b991d496fa
MD5 b20926527bbfc61e24e8f6ed58789baa
BLAKE2b-256 d57d326d4d5f9632a133bdc0c1e528c9472ed0e46a6bcc499651785bc6e1aae3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 87f9893e404ea06fc1cfd825b75e0f416e97d472e5848af095e2a158543d746f
MD5 cad75b6f956b4b88d9de921f0c3d38f3
BLAKE2b-256 6e945c21a2f2c6d3c695a3f206904d7ee823b843356b72eb677848ece4ed903d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0ef2e22f2b7ac941c3dfd199b30a501c4907b09db2f3c6378c569ea705c94e34
MD5 3149791c90a63fc7f4c2c0f9bd6a52ac
BLAKE2b-256 dde942d22f610cc48f47ed5f7a9201d61ff6ec62281be6f3cc1ca526c80e7969

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1418e4b25b2a6c8b211a1887aa1bc2492dbffcce89610d949406b8c133c88edd
MD5 8ed9a89451fd7e897ca807f7785a3763
BLAKE2b-256 f8847dfbeb45e91fdbc1aa23d08cdfb0867d32d9ede351fba5de78a1e49ec44d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6efc9094a106b2fd8aedeb735316aa741abd7abe80982c8aedffb8361afca033
MD5 41229662727e679a89528b5690fde6c4
BLAKE2b-256 e588176ea0f03519d78def5cd7b8715576f8c0fc5e8707dc64ce3d9e29c5f37a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 5c532f9b6a6b7c412e4de3a74e440de99749e7722ec8ce9f43da325cca287351
MD5 5eb8abb82a11906bc35b62e67e02fdbf
BLAKE2b-256 877bbfb8f4156a153ce318583903593df82a2ddb7b7abf47f75e2b4a7d663d04

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dee319c6b1fae3655cc9d37a2ac3a7f541bf7cabcb7c5690cfb5ef5bc547faf7
MD5 d5edcab39882fe775c3f96de3e680dc0
BLAKE2b-256 88ad7ef705a3dc4fd49036c41fb89810f45cace23b44c17a58855bf26a2d263a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.6-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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fe600c2214469fd1dd49264814d27e744062d737dbbaa68473ef22111b358394
MD5 2ad1b6edcdc1413514af96490db6f430
BLAKE2b-256 744e3ab0c8cccb40caac0b8db65c245046be2f12db1ae1fe2802348ff0f882b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b69a71e7d2f529700eb7e1a7a3feef900ee28a8e733b8c8a2ca171bcb526507e
MD5 35cb45b897f237cbda8626a986bc9b68
BLAKE2b-256 930e91457f8efa22f4c9910c05388ea172f8e02ef8754842df3780ef8ca3a5bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d344e349ceaef265d988cb8223aabb65838a8bac63cb8329d0ffb564a1811061
MD5 a5dab449c8c1a6095697031865607550
BLAKE2b-256 1314369ab4e79e74134ecb968feb17949ed006d2696d4259ec14bc69ce2bbf7d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b8d9c13defe66a86d4e13784c18a5a49b5d32b2fe9808ff63924077ca670f750
MD5 1c34845535ea696fa7361b7f87a720cc
BLAKE2b-256 1fe877aafe09091c8ff5855b1a534ae68e714de6b94eac6013f0d782d043cb6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 16745183b29fdce0a17a779e09214f89fc64b4777b958092f8a6d0a471b72aaa
MD5 d9b55c532f67f5f9d2e638fbed97d01f
BLAKE2b-256 fed216a024f2ad2ae41b38fa2fda5bc11fc032b7dcf8d26a038723cad02133b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 20f44473136e41382a549cd799bf35937b2ad1780ce84f699e280be471d420c6
MD5 72a091e480ff0f7de5c8a3343a507740
BLAKE2b-256 c410feeccb26e327980146d7a5a8a4f44d014b9d38888da4ed8d058d9a81792a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.6-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e2404fcdede04bd9542a6b4344861b73a9acecc1c7e8150c4bc04a0f53b6613d
MD5 f29f5d88e0f45f99af5c3ff7f4d5609b
BLAKE2b-256 2f0749a247efdc2796439034c8e47db6f396402e251ea106970941a26c54de8e

See more details on using hashes here.

Provenance

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