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 in utils.h and utils.cpp. Similar attribution goes to NVGT for the Android screen reader backend.

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

prismatoid-0.4.3-cp314-cp314-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.4.3-cp314-cp314-macosx_15_0_x86_64.whl (270.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.4.3-cp314-cp314-macosx_15_0_arm64.whl (154.0 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.4.3-cp314-cp314-android_30_x86_64.whl (787.1 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.4.3-cp314-cp314-android_30_arm64_v8a.whl (698.1 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.4.3-cp313-cp313-macosx_15_0_x86_64.whl (270.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.4.3-cp313-cp313-macosx_15_0_arm64.whl (154.0 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.4.3-cp313-cp313-android_30_x86_64.whl (787.1 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.4.3-cp313-cp313-android_30_arm64_v8a.whl (698.1 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.4.3-cp312-cp312-macosx_15_0_x86_64.whl (270.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.4.3-cp312-cp312-macosx_15_0_arm64.whl (154.0 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.4.3-cp311-cp311-macosx_15_0_x86_64.whl (270.8 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.4.3-cp311-cp311-macosx_15_0_arm64.whl (154.0 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.4.3-cp310-cp310-macosx_15_0_x86_64.whl (270.8 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.4.3-cp310-cp310-macosx_15_0_arm64.whl (154.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 fefe5773836760ed482c376b4d35e0f835e1a9a85e1afcb1d02321f2eb7b589e
MD5 314ee2f8165adfdaba5d2dc8a1992d2e
BLAKE2b-256 955596fa03aed44648c8cb18d0339a290567bf7a1ba498255296dd061126b681

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 55c63e151f3f820376d51bf344644ea7b9c5e41032d18d6306d98d9643e6a08a
MD5 85db9c71c4d42b9987f3ab7253510bb6
BLAKE2b-256 025c90140745144b796461b47ed01ade1fa311368702ceca296d9e596df3d9be

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 cc4e2f806d89283d7a853f20555960a44df7cdb2cc5a5cf55a614b288b97f970
MD5 926db68af647374ff5f9ca6ec3c375e3
BLAKE2b-256 a168e13aa63714abd25f3ece7f34a249564dce49d2776c37281691525417824c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73b5c87b565b354712bf601a9abb2280e4d9e3c4d8d0518f70b8e3e3759c1712
MD5 1606f33677784c4450826cc1d3bda0ef
BLAKE2b-256 f0c0328f748645f52ed351488504f10a663abda3648c9d46fb3ad0f6789e486b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad3cebea409a485aeb18938b0b2ca5cd29d481eeb6c60c2d7ac46000d01fd04f
MD5 8228fd0dfa144f1362ef991ce83ca5ba
BLAKE2b-256 c58b6d11c8677af27ae603b0ce0555d13be81c21e3aec48cae4abad544a61e6e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 67c5ddf650c4d1078c24107f439a27e248c716e03e95f5fa0916519ab71c2a68
MD5 89d98f204720ddaedfc1354c52f038cb
BLAKE2b-256 abba856f76d55a3f02c919a0588eb2418e0397f717a677bf382c7c29ddf7d966

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 09dcad8f214e628686864bb1796909588f426d5f6d232cac9bb7b30ee562a16d
MD5 138a0ad2b46fcbcac5364ba6b347d97d
BLAKE2b-256 8620424646ceacb5922cef272750ffda1082674cdef3423ffbf5a40fad5ea9eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c40c63ccef21e607d479a904d8a357b4ae56e9e47bb33977292a5177c5f866f4
MD5 43e808787db7d4a44ead613e0be09c0a
BLAKE2b-256 65b0d31995fca4e45bc8eaa632f16e2b96bbdc198279a7fe83ed8d4be23b9abd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3282effd50f4be410e7b03a4af808fac5c36b2d6474876bb4c3d790625f6b4d8
MD5 16520dfd91f39c42aca80d51d0aa0e9f
BLAKE2b-256 8e69ae0a565fb3b99f423e76e1bcb89967121e34476518537f9c2af9879bc34c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 3e46d6875c23046210f43ca1b3b9f0125620a0c047ca34043947a50e6d7ec6e9
MD5 cc3e461afd0128b1f82ad56500b0f375
BLAKE2b-256 c430def8c405216450ccbfd17eb9d71dfc61c60958610c8e37f6ca4b68f50149

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 a7afbf4b6b7ef2879db15386c593bfb0dd1a010af292a294bdcd5fdb77d5c428
MD5 35005c8574924883813e22ebf74d3b27
BLAKE2b-256 eb56e402cc18f6b43a15d3e33e52259c178f9f8f03060191263707238c4fab06

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1d506afe9a151a2403a2cc5de3c1fd0edd031fcbb664706f09c621a9ac556107
MD5 3768b9e469777d74a7c3dc0bdbf88027
BLAKE2b-256 c4bfd81cf4b9eaa4f7599b1445af0535191bb9544fff69bb870f4fb10c25b495

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ce9c59adc683a71e038292cb901471dba2dbed4b31de6fcb219ab3f5bf145227
MD5 2d85c2e57f76c7d3c86fda9edc5ea4a4
BLAKE2b-256 9c02499384490b0d1a6555ac2483618457893c7da71708419f1c8b237584afcc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 65eb5122ff32a3bd5d45b3cdbd00f0510a91cc5e2e51c5bff9bdd3ae3f35b212
MD5 ec1072e704005f1a295885efd439c0dd
BLAKE2b-256 c17d3a9ec52de5a709820cafbce7fb166884ab46b524074b7dfad99434c1710d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5039ebaa8ef1d6247b99f94b7a4e4e31015bd6675e554d892eb3314c69302b48
MD5 68882d521da4c304a781988d05a9e392
BLAKE2b-256 f9e922b1bd14769cfc194fe17e1104131d7b17748fc44c19695ceeb6fe8e8693

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97c57e34e7b41b8c5c9664509064a70093f5834f050e17e302cd5f93e77f20ec
MD5 d42010d629351bfd67ce98d829f88e6c
BLAKE2b-256 6634c233189ca9c38da87e668107c0b99e0adb762d551090af31303132fb749c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d46ef56b23df50a21bbf4fc9440c91425c154484d4e007261e794846b432bc20
MD5 055e3205e4a15e114f3df75f4a49b9dd
BLAKE2b-256 f4ed07fc81c82ebead88b7805527352a28e7dab7b5b0ea57b6aaca91c49dfe1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 58c4a775b5875527acf682d2ae9afcd0711fdb0f43b7d53e961acaeef0eeae13
MD5 573d347d7ed7575c5a6e6b8d5bdacef4
BLAKE2b-256 fecccfaed2c205288ec7f41d59f3fe5f86cad4d813e608dca29b3ba1bc400ede

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b8452d7f602ee200244955a030b7399911f90db1882f04e665e42fa99f1867c1
MD5 bfce856970bd8839522021af55c85aec
BLAKE2b-256 a823602a20feacf05797bb3ab6c7e213ec3b6c04531f414a35c81bcc6e14e1aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9a35400e6b27c526fc0aecbb2f4c64c9351efb488c94c30f8786641ae9453496
MD5 b6a916b2b808cd6fb3c9198f1371be7a
BLAKE2b-256 659598a2b054409e5268440bd48eda2770a5bf86f655a601d4eba25f6216a823

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 4a1c6bb4aaa51d0edb5d8a4038c094a6df9ed3948f044fbe0a765ef22f79f63b
MD5 3cfc4b836ed98c54ad6010c845f208d5
BLAKE2b-256 b519b82403fc97a31a256d908ab7f9bcc2a53b300a601fc781e83840280cdc6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 b199d317467b86354df383636bc10ec440061b31a513c35f3fd40a9759010435
MD5 c9b71aaeabd4695384bb746a382dea4b
BLAKE2b-256 f4bd090a0d76939d0246ea7b9b99d85124a14b63e8d8af2627a25c0fac178160

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e69c95b1ac695f67ee354b71497267177cc3e7239ac98ef8ba09aad4fb3acbd7
MD5 b27ad819b150cbb1f2f9a0abd65dd8db
BLAKE2b-256 ee0c45922a020e3a82ee64777fab1e18a66a01ed986162e5f225acd45f0b809b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 28d7ceaf9cde5fc6826d46e21c3964b92c3bc955e56f9d10b5678b45aabb03d0
MD5 ee9fe521955e5a6ba6068e978fb994df
BLAKE2b-256 6bbc2b0650971ed0c36eafbccbe2a69f34511c3f5a10d060878f9840adfdb590

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5df4b942ea9f453c2ce1ca1fabf3c6d3608886fd879f6837a9790a612c9bb5c5
MD5 24b8e8c65f05e7bb2bed440ec2d724cc
BLAKE2b-256 af684f264775d513e59c3cd5433fb424d6817fd92684fa004253e258e4013306

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 550ca6097703a82bdda2445de010605e34ab6a93631602c4e8d4273b5a111cb3
MD5 3d15caa49732706add9a6dfd571599a3
BLAKE2b-256 d0c0ced05c056ece8ace5b0c0573db1c68ddb282481c4bdbd786cf083e2d463d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 468f0f7ae00ae739d16b19d5ede22be5fb1265254744f7513ac01b4ac425b33b
MD5 be371b4fd7e377c525ffda29700c3698
BLAKE2b-256 b5ff4bd9d35a0f9918ceaddfdc29eb162a6b46ab58e08013b94d6ddc11426196

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0b5774723f883be17244c2f1b082ea1b4b399a611ffad0bceeb53dc09999b6f2
MD5 1582b2619134e523e48d00087ea82f1e
BLAKE2b-256 1578852ef62ca0e77f23f3234a3de33c4a992ed9c46ead24d0ef6b72f9214676

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4ee76f788892c68aa8e60b8f25ae7939ac52e5ff5f2ed8f44a0ec73c37dfbdc7
MD5 64f1e5bd36f949021759deae4712fd2a
BLAKE2b-256 e67e7c0caaba8540502f148aea9b3e0366893b5c517479fd636ab486235949ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 06d6e21382830103a3a8b0fd6f903b0d0e525bd9c3c2889396d6223179ab8e9e
MD5 99434da803aff6919da3e2b34ce96e08
BLAKE2b-256 7d326958edb61782c0ff70a5dfb82ac7e20ae60463d75b91285050563f01c146

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 aa4501d05cd98dfb2bbea9b43fd21478e4f3bcdae2a6aac97da10d4cffaac7ed
MD5 d222a58cd21a371d46d0f2967430e414
BLAKE2b-256 00be8aac6f04efe6cd92916b17f1bb9028f1dbf37a3bf47d3ca08d5d148ea406

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c688f34af0ca1522cc25c2b8616bf74961faeaa644a5be0fd900d37913af9e57
MD5 ce8c7f010e5cc66d7cad17c34082dd34
BLAKE2b-256 a28de078e236da81004ea78b2e78564c8c4fd13adaf6371bbb1fcdf8459cc425

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b3f2fcf36b7394530df853fec2dde891c036d06a8fddc62a2c3f434cc71e98c5
MD5 b8631fe648909fcff2bfe1ed3fa9dfa0
BLAKE2b-256 69afd6d41fe3e32de382ecf54be3e7212e07e6ecd93ad55b6f14f08049dc622f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 afde4d1e9e178f06cc0d0ec32bfb524dd2e06144e6a188cf371e342426c6e76c
MD5 0c3e0473769329c76925900701effcd6
BLAKE2b-256 8edd324a341842645fc1ef4fb87746bf2c17df25050c31924c979a5b635bd481

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 578d5a858e375ac10d55402c4591f67ec5a8eade2b44ed41e1c436c9dd5bcac3
MD5 e673a27b809ee7fa3af6459aba62f4b1
BLAKE2b-256 0569d6a6de81af09a151b4902d907db44534f730d2f81c4eb7e9dbe1c71c69da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92aad2a60c3173d0bd946a5fd100f0a198383ff06cab6942aab0fbde98a21936
MD5 6a4940ed1202bcdf8b22efa486148284
BLAKE2b-256 b947d6ec231cdcbbc7b5c039b13e6c3dfd19f3430afc0883a1dc3e506233a42e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 22a35c6f29deeb9520028f3891ec3e9fa42dd56defdbb7fb96c54bcc3919b0b5
MD5 5c1690663af99c445d6cf14313017b95
BLAKE2b-256 d2e9539084e1e27e4b1f4214b39f9365f80277a9e58757bf02e8ed525e8c3069

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 213b459315a9c4d21b90d1b16a2058d613f02fbb8e5303efd5bae5628c0cdc91
MD5 7596010eaae8525b78e307fd22c12ef9
BLAKE2b-256 330f3c28b89b6813e49ce779b436d75159715e29c275f5ed9428e71b8ff659d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 0608fc635dafa493931eda76c355ca082145ce22cb685449fead23c189031e53
MD5 82f5c97aaddf026882370524cfc29c0e
BLAKE2b-256 48beb6804aab01a4a56cf260126b4f14594d7da6256df8a106faf9340ff58547

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2d99096270a33e9c2a7e89df47fae01370fbaeda734d1a3fea31462ef13ce7c9
MD5 ec10133dea0fdb09922dae511e7004cf
BLAKE2b-256 be0b3f972da977caae3d746722c28b0a1086258d3d1263a1802860e6bae6acc1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 601a95974ce993bf902580bdb98835775a816e85d8debc1dc4a3b1645eeaf160
MD5 c9cf6a140c32510e0994c12070501590
BLAKE2b-256 7b99b3b82ffbe15a98965a26535914ca56ab72a33e43c6de570a7542408b6ab8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6ca78f0fb0b06ffebb3814e841b21f2ac2a0584e3734e4cfde6a0563c329295d
MD5 34822c7782727a214786097b02d316b0
BLAKE2b-256 f5d6ced2f5dae76d2418c6a6bb8a699ad1126e183287e1a3dc9221809126c5eb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.3-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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3eb1171ca00933fb797c382a4ad854df1fa3d26df9ad3bcb6f65f37330bf46b7
MD5 94d77b5511ce5edac0d11ef91f0c2f84
BLAKE2b-256 6299833f497f297e6701df8715746a30af1636528812f347c551f9c1d892ec4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 342f63b77d6b69b30762b2eb97b88a517a23cbb010b4cb6a63c2fbf39e89c27b
MD5 31ff7a2426aa7023039f5903d2a9b749
BLAKE2b-256 1a4dd5d638ea28ba5518509d197bbc64bc1355bd2fe5cdcb5d251c3b735fd917

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 829a4f6e480e8c92cc440a25d452b09d856853b6356c5654d58bf8716704dbe1
MD5 40bf17855355ba30713ec7e40ccbeba7
BLAKE2b-256 c16831c81b86195124769d15fa0ed1d30f3f9e15994c1d325668cc4537259408

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ce3ba93574ff5bb72e812c6c0c6790835bc27523c917ba0011db23790751d330
MD5 1bbb2f4a0f4bf2a7b298739d535335c7
BLAKE2b-256 9ce46c9f1d8965436ca9fd5b6634577e78314cf944348d5e8cdc97d1a96d40ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8ed15a4a63fe6aef29df0bc1ae47914a7fe9bd07fc013f369c18900a14284459
MD5 7c557e01c257e4ab4226ed18e0ee654a
BLAKE2b-256 8e10773263bac309dde7f6e1d029c9e9340c61d66d26ba0efd4f7fcbc677e8ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 320cd7d2603836f266b54ca9a041cf1f326b43f3726ae31fe694cadb071154e9
MD5 bc261d110f07d76d5a78bb5f27a0a394
BLAKE2b-256 c0b9f9fbae98ad5dd709a546d7f468b31f1b35e327ffc502f14e31693e717ecd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.3-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d0df7a2ba3d4afb553e2e148ed0fa53928f2aadfc99a28171d451b3e085315ae
MD5 cdb9dd29e2f798c8ba4828606600b575
BLAKE2b-256 34d03bc7ff3267aa626c7c05c69d8cbb3cdc678b71d9138fc2fa7282ecf3802a

See more details on using hashes here.

Provenance

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