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.5.0.tar.gz (942.8 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.5.0-cp314-cp314-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

prismatoid-0.5.0-cp314-cp314-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.5.0-cp314-cp314-macosx_15_0_x86_64.whl (292.3 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.5.0-cp314-cp314-macosx_15_0_arm64.whl (175.7 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.5.0-cp314-cp314-android_30_x86_64.whl (807.6 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.5.0-cp314-cp314-android_30_arm64_v8a.whl (718.6 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

prismatoid-0.5.0-cp313-cp313-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.5.0-cp313-cp313-macosx_15_0_x86_64.whl (292.3 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.5.0-cp313-cp313-macosx_15_0_arm64.whl (175.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.5.0-cp313-cp313-android_30_x86_64.whl (807.6 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.5.0-cp313-cp313-android_30_arm64_v8a.whl (718.6 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

prismatoid-0.5.0-cp312-cp312-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.5.0-cp312-cp312-macosx_15_0_x86_64.whl (292.3 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.5.0-cp312-cp312-macosx_15_0_arm64.whl (175.7 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

prismatoid-0.5.0-cp311-cp311-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.5.0-cp311-cp311-macosx_15_0_x86_64.whl (292.3 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.5.0-cp311-cp311-macosx_15_0_arm64.whl (175.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

prismatoid-0.5.0-cp310-cp310-manylinux_2_34_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.5.0-cp310-cp310-macosx_15_0_x86_64.whl (292.3 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.5.0-cp310-cp310-macosx_15_0_arm64.whl (175.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for prismatoid-0.5.0.tar.gz
Algorithm Hash digest
SHA256 58d4143ae242769d1dae127fae77dc1029c67b6a3670c7c75ccf0a12ce832f8e
MD5 4ba014fe125d487ba8fdd2e829de6cb4
BLAKE2b-256 6254a0e10bd27dc47f5338bf5406fe89a472ab72b79f41cb197574eff2ed267b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 65289315e43eb253e1ac4ff8402258138c9ab145b54ad8273689b1fa1a728f2f
MD5 a42f98baed0ba6cafa14f3d95bee6f10
BLAKE2b-256 2e1b6e67be3df2ce69311197b368f6bdf024ac2db6737305e9a2a22cd9f16981

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 dfb27b844b5259851d244d63d69cf5c418fe326427c4eac295b982398e230b42
MD5 543ef747ac5ec1c5155f72ce14aaae55
BLAKE2b-256 84253ed065e8b1b1746b14e298854dad0e08a421974f96988a7374d5477b4e5c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b8524cac9b39d59904830a5d0c75abc310600ef9edd9df12eec7012bf8d763df
MD5 48ff1220dd1de9bf3a38a0910cfb75b6
BLAKE2b-256 bc4629982624b723b228d7548611fd42fcbca04c2ad2d40c917f8d3c4051d7c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e670d04f06bb154da9b7fd168d1557de7d691aca5c56b76882b3e4f6dce98452
MD5 6f5422d91e1ee841035b2b2a579b6960
BLAKE2b-256 40ddaae67ec64317279a714151c5db2e41350c9624b2b2db5dde62333475b642

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd6191e9846574510c9307b6fee14958a80fe11ecfebc24efbb6846a1c61e808
MD5 844fb1ed7675229cda071b2f93520747
BLAKE2b-256 e0209def6d7c7b6ed117729483c20149bb62375470bdf3d2e56be92d041c68e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 59d0ef6ba7cb046720e55be9601fda117c353b6ede95baf0a09799706d6558d4
MD5 a33cb3117775e62e1c14795862786f30
BLAKE2b-256 b68353c69d1a8f70a81adf548c429ba24139240fb9010dbdd1e93c62f70b5b83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e8eb5730baa73c28c3b8de808f4c232984084d6d13eabca969074ff3c3c2c5f7
MD5 595a3da1ab6525d7baeb8db348834a31
BLAKE2b-256 64da43367a861487be172a530bb3c21c56eaad31bf84dfeecbca988d30def0fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 83f0a539043eecf2e9521acf0009c35f3fa5226105e00e682ff0553041521dd8
MD5 0f06e36acb5357c72219089ecf38cc2d
BLAKE2b-256 9f935ef74c797b9a359d4efad2dc9cdd3f703ac29b3ee5322442a8c7d025670d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 66369ace541ed2de86a5a093554a4b5244b6a441c03900effe2a4c82fc5c9f92
MD5 1896292cec022fe481dc1b1c9b83bd1b
BLAKE2b-256 01fbf3e5659b3c184d790544a33c6b2194221494600c37736a4acef7a63f04b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 b13a828eaae4680e8d0064739d9dd2879dd6606e5cd19c65d873eb607e1d571e
MD5 d7e5b391200cd654a0bc6ff871aafc6a
BLAKE2b-256 69e8399cafa104c8eb3b457e7c8302359336deb546bc160bd37d11acd2ab3f29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 2a8fc34fa81fd96d65c7f92a7c4416444c56a315a0e8abb1a05361c4918c17f5
MD5 7d677d6944f07365e425098069cd725a
BLAKE2b-256 24c2a17304dc1f8f9c044bf87febfa648e61a99cca1a1100f33be4ca7a2d8194

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 784de8460b6ceccee930df114dfb334033e7e8495c9cf0dba574f6c8d1a137be
MD5 27574b03f386a45ade8086742a56b5d8
BLAKE2b-256 b1d35cdc60ebcf50df763e6697e451b95ad9b260cfbd5f85b41ef9c835f6f4f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bb4973850a8d4ba34abeab247895af16d4df58ed86a0417239671647d4dc1e68
MD5 1a32cec410b3039e6dc9a6daac60f2ae
BLAKE2b-256 829539f3bc92808329d62c0a3a5abd0d8e5b6abc620f29f7db4ed7fd3f81bf8c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2d330f8fc9a6d6e0d3264e75f83780e01e315a38930511c865c841df509e2166
MD5 001a29f1b5d93235946dbc9ce685680e
BLAKE2b-256 2f2e83d8a49936640710ca0c1fa74b28a4b712e72bac4a7a0f3da5dac61c5d88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb8d9965609009acbc013ca693edfbcd5dd35058d7e1d48268f9deb1a59902a5
MD5 e6d6fecb7a26f01fce7d47e0cae8c0fa
BLAKE2b-256 e973b604961f8993bb9bec3d6f4724bda903f91c76a3e59ad359753581b6b518

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6bf1b9207cf8055f203b5ba943df2d29ad396499cce001111d42034f650fa22e
MD5 efaf067657bdb9d9558fa787c390e58f
BLAKE2b-256 bcc2c4638f8b7e564ba3a6dfae84b3d40d71d87455b8d8d31fa09d405dd98e46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 be5a2b70c04ddd0b9fd368ffe6591ba33d3df093525552ba65ebffcbfe1c3558
MD5 4895620ca4b98578ed238b93d0bd54ff
BLAKE2b-256 911aa4b8e4cd43fb17caf3fcb7ae4406445fb2ca73d3bbf573251732b842e6a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4dcfa364592d0b0c79c3526a40ee8712d6992a7c737b433d070fe1c58015940b
MD5 6b55cf061f01f8b11d61f74a850c42fa
BLAKE2b-256 fb90e64e95227173205f6a9d2b3d02fb3249c2aa632cb59d3c1e1f46e0a27cb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 37e83301d36af10273b458f4f2d1cfb043f03e33c2c373696e2ee7c1576ea4bf
MD5 fb8cc1e189457329c53513740113bff7
BLAKE2b-256 3f8a1d98a88e9689248a4eea68e8fda5532c4148f05409fc6349dc5814f99774

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3cd1dff7162305c5198b5cfc64a133137205d0b717f8c25594f819baf29a185a
MD5 a972ad3bcfdd2e09fdaa7823a5ccb304
BLAKE2b-256 eca6cffe2c1c3f892553a557ca5cbec27432496d95103a634377d2d73fa8ad43

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 875e2d36ed5d09b800b8a2c5eb27ec11359c5bc6587f8a366db64fc884e44f1d
MD5 bea5e0fe6a8791010d8907afa22ca066
BLAKE2b-256 315780ce80c846ad94c3002340f173c64f02dc61764998b036551ab0914ccbca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 d1f009bf9ab0e653a8ef7ea67e81a63cc8882da9eb7438c877d463ee8e24fae4
MD5 d2f139c9fe338faa8683ffc9087b1e24
BLAKE2b-256 e82a21be22826cc44859fecfbaade2fdaca5b2c941827aa795f0507dc34100dc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e4ab18b78de26a83da1813d923b56479df8ef2d3fa23c9144f7382e0354c4b45
MD5 c22af7b8776bffe83b2569f874dc95b8
BLAKE2b-256 29f0026936cb0607d47fdf9946a6975f9dfa46ea068f85e1e269e364c9f7945c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d91a4146ea6985375ded11ea5114160598c386a23a5f05bb2061474495b9fed9
MD5 3a4bba5c85d08c6c0b650b9836e8c743
BLAKE2b-256 d7aa2b8c73718b1685c8f8871fae07e2f70c39cce8739547150ce8b4802906f9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 55b3988b2423b6fb96b020dc3d83e712b4c927425cf886763857247496ca3d14
MD5 a3a5bf1cf038e9045c5ec06e98da9a5f
BLAKE2b-256 cf61c82babc5703860dbd7f5fa4e2ceba2faf7c0b65b0349b0c2b31066bbbf04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6de69bf0afcaca23b9b9e160c3da32d81f29426047200df548bbca811bea6e3e
MD5 dd9b7e75cedb17de843dd78920c3d764
BLAKE2b-256 b81ddcaf4b8c260774c11311075c87724d503291e1c63d2e564e356e4385bd3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 215142ee00e43ff6bbef55d1b3d989118a26d7a8b2e4348025ae39a74feec557
MD5 5ffad9b95af2a9a07b42ed4bf9ea84d4
BLAKE2b-256 2f2ac4373f02c7ea99f8ac0ef0af6681716645df5e2c2d0752a67498307fb029

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a30f65456763ce9bc8036929c20e2021c8b556cb1daae4a5b4495879fb99aa95
MD5 00c482828f96b4c0fda72dec50699863
BLAKE2b-256 4ea3ad85a071a9f3d39e122cef3cd952bb24850915f960b924c4a80da5bb3bbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 bc54f86d6ce8b1a55f8abb7cbd1bfc59211d413725c176fe070f675541c802e2
MD5 cb65ce2586f3e7a5dc9b782cdbad355c
BLAKE2b-256 dda3d9d2454014096a9686e4c3a8e2f744a478d09c7a4f414d14b175a4226fbc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ea127b0f933a67fee1b3f5ea48023d1190f3f46b63942355b4d233278a1bdb32
MD5 882c31ae9a071b226bd7a7000de1b38d
BLAKE2b-256 66f63938e268355f290b9ed966252512d09e1b3fd536973625893123ed3b6c61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 57485f7ef5465ac6e02b0a5643bc5ca873350308e19f71c53830f79179242468
MD5 9d4ec48a823f4d95d66fbb21af4a7388
BLAKE2b-256 7afc62dd5300e6d13e59eded69d3710843a6ddb46814a96f1e65ce82d01a388d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8da71a3d79885f11978b34826b3fb196344280789dd90ffcc4e082088742cb57
MD5 e8e9b00ae2fdc67d8b3401444d68eb83
BLAKE2b-256 6d097011951f4683279f62d88088e4f6420e392f399b0c28444a92e4a073e19b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fae1d60e547633cdefa79d7ea99cc9b587346128cc5b62b188e89cbdb52720ee
MD5 c1c864841e794347efe5916d818d3346
BLAKE2b-256 3db1450ce174a69ac38f80e3d84f15a847c8a6d88d493397db04ff71ac0d8efa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4bbdd6210d28e03e570f04cd054ccc9c467b63b5d1daad23f877ded7e426fef2
MD5 314c9d5270f364dc43863b405f3bb18f
BLAKE2b-256 1dcb2e02b93d020e3bc5464433714e3de0d11682e7ab0003f1ef8154654a573c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eddb9b658d8f479fd2eab11e7015d0391d0d386ac10b6190cfe16f512d130303
MD5 9518cf51a5bca98d58d2e845ba7f71c0
BLAKE2b-256 9654ac50f1abf5dabe61201023dc93f2d4a4bb39829cc5f1a9399181f4fd7787

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af178a03d95e8ad2f6c95e6fdb70a706e71f3c00f1e0a83a0de6bb55a0f30efa
MD5 1c64db6af1fbee7974823cfe0bec00e3
BLAKE2b-256 36db07ba5a74227d039dfbb84b78aa00c33c4fc0a9af28bf800fffa62f235d76

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e7327b69e6f7c3f82a0f240cd146208448571b987e623b2d2aa286bf2fa3bbb6
MD5 06738c06414ec9225427e0d589f57ecc
BLAKE2b-256 ba6f087d888a239e9020403f8927fba8d65266a76d1ae39dce8fed84b46332b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 faf189601526d0dfa30b9d2139ec94c858f5a3a49a477e9ba2ee4106d808313f
MD5 3116f5c68dbb008df07a41ad501d610c
BLAKE2b-256 35f82c932c36771a9b44f77932d314d563fd315584524af53febf03c6dc989c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 89f61c0bc5a1f18fae10e303a348428e62346db306aec313bd6469048a799a43
MD5 2460e0fd33061985f01be121ace75e14
BLAKE2b-256 1856de0582165836408dbf8b9829923b6f48428d342ece4b3a141b14cececa84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 80749f1f5312f179461cf730204bcb0273e7ebe755b09b64e5f9c6d36b707857
MD5 f5975daf78a342f26fca676834c527e6
BLAKE2b-256 3af92af10d6ac0403b4065c46d7168cb0b72fad631adea569d14e90622bb4047

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f434516c17a7627db5bac968d84aca796400c2c0db3513ce4f70f02a8cae5ddc
MD5 44b7fe967000284f385f7f05e51688e6
BLAKE2b-256 edf265b83de698b6d7ec3f560bd588878e415cb40d91615d15eacaf23d46630e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6b03933e2b78eac95df456df09933c2d9558e29a6973c190d69505a8f5c95870
MD5 1798fdbdd4b235c7e42514e17923844a
BLAKE2b-256 c5595441362807548b0a026566d72b67f746e965a9aada2c858e736f2bbb59cd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.5.0-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.5.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f5a6ca618e7a9696cb0bc580126c94b81e6b7f27b1630fad55ecfdab25955e31
MD5 6bd4b56706797076482540951cd881e9
BLAKE2b-256 62348eea769e2f2991ce0ffbefae86ffea4c8d05728cf67e9abee3f52a7246e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a785bf8b9db9e21c1f1ef669bd038b9da78f63a64823399afd0e1f083e2c876d
MD5 59a9daaed0ee76da652134f54d1fd8ad
BLAKE2b-256 c9c0789c310f11cc6c48175beb58004e10dcc8bb2bfecefd267e544afaf1964c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8ccea793f9f3a5e26714185ab0d787f751e844da0f2e4c3936a7e4a474e65ed
MD5 f6bc5d078fd356eff2cc4310f93b2579
BLAKE2b-256 89d7eb9509ec55ba9ef7d0036e118077ca99263923052f8da195c6ca74ed1ad4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a2048ab159dbdcfa2fb8230a86226c0a66ff26a9d7ae8ea47a082c24378f618e
MD5 bf8ed71c8eb53ce4974e2b7ea6a9921d
BLAKE2b-256 1fc86218b82b26b8e3e46d5cdc4f79e8b6d7942b1b625d06bfd9ea4ac3b6039b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8d7af5e8f1fb05e542ab58bbb0bdab34857025ced26e8e8b4185bde682f011c4
MD5 7bdd0f10032f03e30adcdd73ab935fb3
BLAKE2b-256 37e4722b275b4116531342593f008a6a0e3822ead3f91660b0eefb049baf8012

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 708c45083c43c803a773e65f195393b2aed4b2f4e4c2ccb5eb8afdbd4d0b250a
MD5 dcdf8ae8b6696ecc6f18c2e1f556ace8
BLAKE2b-256 217bb593ed63a57d92bb5ac6fe34402e47148ce46faac8b4165c626194dc551e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.5.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0a2a680a273b196b87c08bc1aa564fd661a8c61b0486e553485b834943fa0719
MD5 49ad54d5b8b2b8e4a693552d634b3de8
BLAKE2b-256 041ec1fdf81dcb51f14475ef10c761d77c0297eea5f5ef04497607c618e25f9a

See more details on using hashes here.

Provenance

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