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

Uploaded CPython 3.14Windows ARM64

prismatoid-0.4.1-cp314-cp314-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.14Windows x86-64

prismatoid-0.4.1-cp314-cp314-win32.whl (1.8 MB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

prismatoid-0.4.1-cp314-cp314-macosx_15_0_x86_64.whl (261.1 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

prismatoid-0.4.1-cp314-cp314-macosx_15_0_arm64.whl (146.4 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

prismatoid-0.4.1-cp314-cp314-android_30_x86_64.whl (775.1 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.14

prismatoid-0.4.1-cp314-cp314-android_30_arm64_v8a.whl (689.6 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.14

prismatoid-0.4.1-cp313-cp313-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13Windows ARM64

prismatoid-0.4.1-cp313-cp313-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.13Windows x86-64

prismatoid-0.4.1-cp313-cp313-win32.whl (1.8 MB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

prismatoid-0.4.1-cp313-cp313-macosx_15_0_x86_64.whl (261.1 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

prismatoid-0.4.1-cp313-cp313-macosx_15_0_arm64.whl (146.4 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

prismatoid-0.4.1-cp313-cp313-android_30_x86_64.whl (775.1 kB view details)

Uploaded Android API level 30+ x86-64CPython 3.13

prismatoid-0.4.1-cp313-cp313-android_30_arm64_v8a.whl (689.6 kB view details)

Uploaded Android API level 30+ ARM64 v8aCPython 3.13

prismatoid-0.4.1-cp312-cp312-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12Windows ARM64

prismatoid-0.4.1-cp312-cp312-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.12Windows x86-64

prismatoid-0.4.1-cp312-cp312-win32.whl (1.8 MB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

prismatoid-0.4.1-cp312-cp312-macosx_15_0_x86_64.whl (261.1 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

prismatoid-0.4.1-cp312-cp312-macosx_15_0_arm64.whl (146.4 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

prismatoid-0.4.1-cp311-cp311-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11Windows ARM64

prismatoid-0.4.1-cp311-cp311-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86-64

prismatoid-0.4.1-cp311-cp311-win32.whl (1.8 MB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

prismatoid-0.4.1-cp311-cp311-macosx_15_0_x86_64.whl (261.1 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

prismatoid-0.4.1-cp311-cp311-macosx_15_0_arm64.whl (146.4 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

prismatoid-0.4.1-cp310-cp310-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.10Windows ARM64

prismatoid-0.4.1-cp310-cp310-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86-64

prismatoid-0.4.1-cp310-cp310-win32.whl (1.8 MB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

prismatoid-0.4.1-cp310-cp310-macosx_15_0_x86_64.whl (261.1 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

prismatoid-0.4.1-cp310-cp310-macosx_15_0_arm64.whl (146.4 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: prismatoid-0.4.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 2.2 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.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 3a71c30ba9467ae1a82899dcee094b071231a383fd843a6cad8e2b0255f3e12d
MD5 58088a124fa185a36d6ce5dba875a266
BLAKE2b-256 3d062705043e7a0a4aada7c76b2fde8359f21bc9eb5bfedd6b3880c635bca10f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8c6b1da72db9dfb9459e22f7e829f305fe5e519f9e8b3d58eb8c72eec4211bae
MD5 05392210f4d52c5aa434735055013f3b
BLAKE2b-256 7b3af0380dff39ee8b12a53f376cfc4c701eadfb00be3b25da754ab05346dffa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 1.8 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.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 cb8bdb61715b06f73f84f3ede93b6b1afb28869cb02737882c1b758b93dcb547
MD5 536786a28aab40883b91454e7a8bc39b
BLAKE2b-256 18452b65beb9ee1cd745c14ef442fb95ea5e2b49888acf4b5fc84fb10d563355

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c461c70ffb2d00dc961a47dd64e1e94b0b30663771f6b038cab421659befe1b6
MD5 e87a1ded93e048db2a961889f66af60f
BLAKE2b-256 491600a3c6df84c0df3cef191770aa612895f16efb6818a66e67c2a14449e26b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc7c77f59d80edd4bd495a4b5e00ffd756268d220f6bb10ba1d979f4722a538d
MD5 318092e5eb009a1d9ea32849b8502771
BLAKE2b-256 1d1024d974bb2443dbc96c0d0d135d393e133b2883fc5629ac9f1afec1f5bc57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4a4f0321a0f341de29c45679da19d12e1f682472d9cc283a1ce511ac2bfc9189
MD5 b2a8d58a09c5c4700faa29003970452a
BLAKE2b-256 3a206499c2e767286799fb2a7a36217fe86abeb1f10cab977b606f882c4006a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 a71e72c859e2869d17668b140253e3632ec97970a74e4b654e3965510cd78330
MD5 4b39662e09872b72037a8ff6d17ba855
BLAKE2b-256 acab3372dc32aba2273e4f7faf67916357fd1da131a87566d9993f303d241dd5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 22cc64ef1e957478488cab56170f09d5f9ea6d5b3a0bee1e0e88904082b23425
MD5 398f820cf54d90a8dbd0c4d468cce830
BLAKE2b-256 2cc9810514eef6d12abf3ad7819686a6057b0d2fe52e910ec90157c96179130d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ea01e310531639f443133ac1a643411c05bb1326d5b5bafbff6d239fa1728fe1
MD5 2c1ca49b7901a962e64dd4ef4191fc9b
BLAKE2b-256 4f02375d6682007d4694f7a03a1f5535c66b5807d2442c65cea56affeb92a647

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp314-cp314-android_30_x86_64.whl
Algorithm Hash digest
SHA256 bb6b45fed08500a6120ec8d9a716b27918014bd14595ca298d28ce08af099f34
MD5 d63a1454178e6838a4dbe2a67f5b9f9d
BLAKE2b-256 bfba4ab1943881ac224a0d6926148222954eded9d5111c6512c5455e71777ec8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp314-cp314-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 f5e85f6bb844eed770aed27091146cdfd38397499f9ea89765efc5e0c4e48874
MD5 c276560a6d5d9e9de5f0595241dc5581
BLAKE2b-256 1107ab2cf36270b3dd330184aed0518d3ceb03d2dcdc55dac70f73c0863e4459

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 2.1 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.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 83ea00527d0ca5c12fa890db985d6ad4c5b56ce3a76fc94ab62d4f29d3e9cdbf
MD5 8e8c9382f98e71273df258d7f1b37ab2
BLAKE2b-256 421cce023a1bce77eb2b6d2d97abdde3c92218511a0f9db2f14045b9810ab537

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c87afc3afa4b880017da268880ba882c832fc9c23ad92dbdcbf56a846f12ca99
MD5 fce934004db0579f4ff06cb2f0471900
BLAKE2b-256 a01b80ea902036ef675566d88153a9a385f82bbcc96c964a3894cdecaa2d7b57

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.8 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9eed313159499b10d5f663239058d3126038611cbbe91417ccb9650f46c4d482
MD5 3121ea23a541abf21e01cff30e55ec75
BLAKE2b-256 9d1e6b5c991c0281ed046eb034d25e8c72486205cb0cf464a97be6e9d4de9fd9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe278f6b24c52f06e4914bd15510f3cfcad30a73868b3d14887ee59404012360
MD5 35cac67944b2b79a46e4afcf2569274a
BLAKE2b-256 49494bb4db7e9a986ede67b84cd008f25d649760ea9a542994d43dadbbfbba58

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2419d2d258474fdf636f6f0bf150ab4075b1672f73e678753b820deebf654b1a
MD5 15f546310cf410adf2b7cd774996083f
BLAKE2b-256 05e9498908f34d33c345f1d250ca1cbfcc4ecf034763bd07e9e639f97cd91ad9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b29b7cf2c161c91c2d7811ed348fdb0e75492b186a56f7cebe1d391d9f02deee
MD5 80207ce119230ce5a8cad3e625f1fe71
BLAKE2b-256 67b4b5c236ca8a9f6e02e3e70a86013cf1b99dd38eb32265e3fc1fea7054ac40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 722ea5cb778c2cab38b32b36c9844bff97782f209c1e80adb7ee91e703bfd004
MD5 6ca4e81d1ba048531977012444044c1d
BLAKE2b-256 be06f4896f2e94e67649cc582f4a1069d75ee4392d25f3b64b9c12813e754c8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 45a67f3bfb6205275930dccf18e142eae3b49659aa1243262654213972c63d6b
MD5 425d66212dfc9329cc4a3aa312bb5b7c
BLAKE2b-256 00205362b6b9583c7b053b6804f1f06e34800b5e6dbad8fa10d57c7006822eca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 436f3c913fcad9d9869b334700f73f9c9afe5f40d60b68622f8d7f612960b69f
MD5 279c578742c4205305a1e5e793b8159b
BLAKE2b-256 461535d3d4c3aa1e2f81032dcd3a205a177f8f81c87a57a75e1694a2e99f4bd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp313-cp313-android_30_x86_64.whl
Algorithm Hash digest
SHA256 245a5d2c8337d74a2592eddba7263c51d2f9e7a26b7086616cf6b77ff51350f9
MD5 54ed508847a513994eceeff78168209b
BLAKE2b-256 873243a80e4f4928ec4e96fdf247249e0283f758544e079ae5083f1c3f169c15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp313-cp313-android_30_arm64_v8a.whl
Algorithm Hash digest
SHA256 943cbd53adf5c5af5f3b8e715e12d06b33ffb1522cdb6bdb48e23532f9c59720
MD5 91f2a9db71bcbae6bcede949b506eabd
BLAKE2b-256 8dda2c6b6b689ee7a6bad8ee8c8c9de205347bc28dfdcfd33c042e7dbdf4967e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 2.1 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.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 06dc57eff6b4314db28aa23fd17c344416ac4e156e3ff2ed5028dc4ac052691c
MD5 1288bbb37b7df9c675ee22dd556983f8
BLAKE2b-256 26c0d17a084efbed4ba257e8b05653954c3691ade2c1a3aa87a6411fbfe3af97

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 802e08f2ba03603628d59f41fbbf754f796a8167087eb8932e0e84b539aeb794
MD5 e777196682a95609d4adcc1cdcbfe030
BLAKE2b-256 a2bfddadc9d209ed6338ce0329ac0a0ae8be5982be94b72ebc7deb0438aa9e02

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.8 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3296c73b672fb07e7284409437eaa026583b7e64542463ec727da2fcd466fb16
MD5 9a634ae3b26d7fe8ec3c34b0a52099ed
BLAKE2b-256 d6f307a27aa96133e0f1c8b716382e45a55854331f4692e2b9b999fa75561b37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3afb7e6e44597de5d116a8085130a07368c91d521e5602ec561e34026071371c
MD5 aea820fd349fc01368d390767fdef7f8
BLAKE2b-256 d62a7eee04b9ceefdcf18b61b1194b67ddb28726276e8b5c3ca36f38542b1a64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 484d1df4f856f3ebb1c1b55715e77ca11a428496d47703171a6283e773d06a8a
MD5 a29c18c859633cc1d01c2bc42131fcef
BLAKE2b-256 b81e572efe7dcf35bf474b91af96afb8ee926d0233fb4a65089408a87aa13e99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 9aee7423e965d54de7cf6183ccc2406f61737471f187c6cd9b458aff514fa5b8
MD5 68d280ac4074d031c583f7c70b26477f
BLAKE2b-256 52db1ce5705ca8c034930ad3b95673c1e5012d9d06650106d8bf829ca1851e34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 521a36580c9138c257307c099f03cffaa1108939761b83035a07da4ba86ede5d
MD5 637e4c792404193ea60d090940871e95
BLAKE2b-256 f2ac34b4653a75cd9c5f4dbb440b06c1ed0c53fbdeb89af57127bba22e03a168

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 68c9f3843fee105587c47b66609d6170fb62a450f61e7a1115bf327b959d5de3
MD5 caba40f2206342fa47cf867a7dcf8e94
BLAKE2b-256 4d90fc1503c5d5dbcb5093af266d8793d123f107ee072117f5711c3eb256418b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 265faba072d48ab5dc9c5f101f872ec956fc27d45c4bc9e175fc9e44adebf6d4
MD5 ec4e187bfaf77db29e15f228a02549f1
BLAKE2b-256 0027b089bf81b9c77e5391afb0e0b092daf6c93ac7cf7e85e543fc041c9393db

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 2.1 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.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 20def45b16f5d9543615ead81a4375a3a8e1b88590c097ef5a9dcf3349f3bc52
MD5 0f464869b86ccfe28bf3917feda0dbf6
BLAKE2b-256 0a2a358497a7433e65a2c762315f6f7c5d72fc9f6984e64035bb3565ea4d49c5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fafb8f0a8b14e9a6f8f4419149933f28941d86d854e5a4ccdef93e5626f9d494
MD5 20a97fa7c0cf1bf4e092f9c97476c6f6
BLAKE2b-256 a6e20aab9b60abee18c7c07483d39bb65e0c6753d7d97a22ae64f5dea86bec97

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.8 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 46d7463152b4add55f6f39162e95a3b8f192ebfae2e0b57ec31fc4c6e09aabb1
MD5 4671dc004f40df6b4919f532f1f8078b
BLAKE2b-256 1b21201b65d153cb36ba93c820c9716c4d8cac6dd1013e0bdf931929df2bdd2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dfd60508487925b5354a4fa6e22a7b00d6386d66f33b4579fc21b9aa4fa9302d
MD5 d1c1989986dac35c09c9681fcc0089fa
BLAKE2b-256 92fef13e6552526479903c47a00236acff53ac765d8a3c20c8aa1eabb2a14e01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c60c8374e2590382c0b21ee5a1a359acfd00e63cdc5544b267d376f59139f268
MD5 138a21121b3952854e26eb291fb0fb7e
BLAKE2b-256 02450e44be0219c52377a4425edb2655cf699f3781b9a7e7e7b9a1d724721856

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8d53e76dde5671492a5eb2333630516329d17ae5a4903405358885efd1662aad
MD5 3b81fc46094d2bb14712a73f93c64d42
BLAKE2b-256 54d763058e2cdb94eef8947e40c3ac10b6cc20bf83006b4af4259081d597e353

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 39e986ffce2421664ee8260d343ecfc5deec0baa51cbce15be77b61b91072232
MD5 7f92289e745154664cd8b822ebc97fc2
BLAKE2b-256 b642cc5c39fbc8c4e956e3e5e9231fbfb9235793add4eb71ad653c1b1d2d8b2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 56638fb841864c69af6c9db44f3f3f6b0285da87b034b622fb7b9e0548160a93
MD5 581380114e6da6cdfef2639360bf3518
BLAKE2b-256 db781156535d77bf471b7d99e97d1015a459d8c3a777a8844dc1c7b03624b675

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8f5488f72e05d38bbfcbc6a9e76fc4b35ca287e3c57bc8b17690e4165519bc4f
MD5 775db2aa6e44205bab99ce1aa9970c99
BLAKE2b-256 39724ecbf20d69f6411543f535989c45a887b7b9c86cf1eddddfd47400b291ee

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 2.1 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.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b8ac4586dcca5b0bda801863cb3b9537cc3a77e426a119257bedbfde86d521db
MD5 7e2763a701d154a5f5d6a81635e63376
BLAKE2b-256 b6f60a38861b3d1893349325a98eb0674241648b6aff87ba9f90a650d50643e0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8f634fc61031e41e8f251553e4b0cbeb8023546138ad87370ddd7c418e705a7b
MD5 197b8c4685dd1b3356d88913f088c60f
BLAKE2b-256 9ab515c457f1fbc02062064ff6d9265c0f47f92e1b6de21c28985b1220cdfad8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: prismatoid-0.4.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.8 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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 12ae5477bbf44dbc55f5970bada535596c81452f82116b593e3f65b058f144b7
MD5 92acb785dd133f344346d657fcec6703
BLAKE2b-256 4ac01bb6c2ddb9eead5baf4524bfbc292c62ee8ec8e11db04d60eb183f89a92f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7dbb2256fd8b24fcc17e39641541d5c76f46a795c5557101e46a3847acb8049a
MD5 4b5d1e6fc63eda04b2982339744acff5
BLAKE2b-256 f9546ba1c572906fa755e49d76dfb25897373939e303e2d8d73afd0a955b55e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c3a12839198b4df5d46be3731a6cf5a5bf552d9d09b67b14a0e2a0a72d9fe23
MD5 f790045b320a4f6cf815cd8f288244b0
BLAKE2b-256 d623b85b641c60937358bc857ee24825e128cc4e364dcb2ef8e24fb7c106494e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 97dc40f6479b04cfc159e4bdf88339a9f516f62dd6af5761fa8389d9b4f3fe0b
MD5 6640c7b2794e28792e0ebede4a7b7bcd
BLAKE2b-256 a2746b9e0a3a23e7fe2f8e19682fcc98b46bc55b663fbeed62a754dd756e8ac4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 a19078dccd7eb86500e5945f8e6ab7b1f66e400e18a16536aafb11c8559ad4d8
MD5 471ae411575ab5b199449700c867fe88
BLAKE2b-256 b1251bc00d6b1014911d74eb8e9d280174a6317594abceb6268c8321c33ead5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 97d29c5905d8360fec9c8543e3d41bf9569a388ce054fdb33e5a93f5a3b51711
MD5 b6c22277221d50e6aa82e5f5d99d477c
BLAKE2b-256 2f64a2a6f67d7d69be8af5ba000041417154837e8342d6ea02642f2a707be066

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for prismatoid-0.4.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0f5b5d603b985c0a1ce1f21d30be4eef51efa2d24c8c09b4668dd7947afdf88b
MD5 c8e7db42d85cf6b3385a1f0e7883dd80
BLAKE2b-256 ab41d7b00e2739efd39da07eb0ed3f5b0232b915ac19f16bfc6e58f0fe0d6790

See more details on using hashes here.

Provenance

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