The Platform-Agnostic Reader Interface for Speech and Messages
Project description
PRISM
Prism is the Platform-agnostic Reader Interface for Speech and Messages. Since that's a hell of a mouthful, we just call it Prism for short. The name comes from prisms in optics, which are transparent optical components with flat surfaces that refract light into many beams. Thus, the metaphor: refract your TTS strings to send them to many different backends, potentially simultaneously.
Prism aims to unify the various screen reader abstraction libraries like SpeechCore, UniversalSpeech, SRAL, Tolk, etc., into a single unified system with a single unified API. Of course, we also support traditional TTS engines. I have tried to develop Prism in such a way that compilation is trivial and requires no external dependencies. To that end, the CMake builder will download all needed dependencies. However, since it uses cpm.cmake, vendoring of dependencies is very possible.
Building
To build Prism, all you need do is create a build directory and run cmake as you ordinarily would. The only build option at this time is PRISM_ENABLE_TESTS, which will determine whether the test suite is built or not. In the 99 percent of cases, you should disable this option, since running the tests is only for validating that the library functions correctly. However, the tests have currently known problems and are still in a very early stage of development, so validation is platform-dependent and may fail in very strange ways on other platforms than Windows. (Specifically, failure is known to happen on at least MacOS, due to the header's various compiler attributes in use.)
Documentation
Documentation uses mdbook. To view it offline, install mdbook and then run mdbook serve from the doc directory.
API
The API is fully documented in the documentation above. If the documentation and header do not align in guarantees or expectations, this is a bug and should be reported.
Bindings
Currently bindings are an in-progress effort. We are working on bindings to at least Python and .NET, although both will take a bit of time to actually do. If you wish to contribute bindings, please don't hesitate to open a pull request. Your bindings must obey the restrictions in the documentation; specifically, where the documentation requires something to not occur, your bindings MUST prohibit that occurence before calling any Prism C API function. For example, calling prism_backend_speak with a NULL backend or text string MUST be prohibited by your bindings.
License
This project is licensed under the Mozilla Public License version 2.0. Full details are available in the LICENSE file.
This project uses code from other projects. Specifically:
- The SAPI bridge is credited to the NVGT project, as well as the functions
range_convertandrange_convert_midpointin utils.h and utils.cpp. Similar attribution goes to NVGT for the Android screen reader backend. - The
simdutflibrary is licensed under the Apache-2.0 license. - On Windows, Prism includes NVDA controller client RPC definitions under LGPL-2.1 (and generated RPC stubs from those inputs). Those portions remain under LGPL-2.1. See licenses/ and idl/ for the actual texts. On all non-Windows platforms, this does not apply, however the LGPL licenses are included for completeness in all SDKs.
Contributing
Contributions are welcome. This includes, but is not limited to, documentation enhancements, new backends, bindings, build system improvements, etc. The project uses C++23 so please ensure that your compiler supports that standard.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file prismatoid-0.6.1.tar.gz.
File metadata
- Download URL: prismatoid-0.6.1.tar.gz
- Upload date:
- Size: 989.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5b1f5173538344575acc1a84ca84e98d0a5a6f9d70c9f0c835b162e9aab9292
|
|
| MD5 |
d79b1125115b6425111c94f80e971600
|
|
| BLAKE2b-256 |
18c676579ebc91f571ae662859dc0c55db5f4fadc66f6e8eb91ae537f58fa1e9
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1.tar.gz:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1.tar.gz -
Subject digest:
a5b1f5173538344575acc1a84ca84e98d0a5a6f9d70c9f0c835b162e9aab9292 - Sigstore transparency entry: 874578222
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: prismatoid-0.6.1-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a562bfa9bbdfb1668664dae5eb8b48f495afdf4f3098b9a75f6173fee852ec42
|
|
| MD5 |
177a5a5702c9506da9a4c981b384e36b
|
|
| BLAKE2b-256 |
a6a012f5d2d9a00d31b40e4f26921ec762bdd4ad9ce509604341ca35471e1ae3
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-pp311-pypy311_pp73-win_amd64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-pp311-pypy311_pp73-win_amd64.whl -
Subject digest:
a562bfa9bbdfb1668664dae5eb8b48f495afdf4f3098b9a75f6173fee852ec42 - Sigstore transparency entry: 874579150
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ca39e2e86c7db3b40805371b0b80bd05726610454ba7e53077750b5059dfe6a
|
|
| MD5 |
068e6cde5b092998add73fb7bef45627
|
|
| BLAKE2b-256 |
90f993054c7eb9e5a5af632fdb1776f2ee4d080d322e3a2c73a743befd397115
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl -
Subject digest:
3ca39e2e86c7db3b40805371b0b80bd05726610454ba7e53077750b5059dfe6a - Sigstore transparency entry: 874580225
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6385dfae198bae1d47533a2b3b4bb06a8c2da780a488b9a890d8ce8803279000
|
|
| MD5 |
af923521201107aed53074f20d339101
|
|
| BLAKE2b-256 |
d6920ffb59e0df6cbd83038f01828a83039a30731043e3cec7c97cb5f3f21510
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl -
Subject digest:
6385dfae198bae1d47533a2b3b4bb06a8c2da780a488b9a890d8ce8803279000 - Sigstore transparency entry: 874578911
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-pp311-pypy311_pp73-macosx_15_0_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-pp311-pypy311_pp73-macosx_15_0_x86_64.whl
- Upload date:
- Size: 294.5 kB
- Tags: PyPy, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24b96c4615c1439e0c11e9f1ef3f5b815cf6afb05db883b8ef14fc183727d7d7
|
|
| MD5 |
67ae9fe785c4efaf6d5351d890b94b0a
|
|
| BLAKE2b-256 |
79b18cc0b17c76acc9febdb77c5dab37bfcbab4d4506264f4e78a92236969125
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-pp311-pypy311_pp73-macosx_15_0_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-pp311-pypy311_pp73-macosx_15_0_x86_64.whl -
Subject digest:
24b96c4615c1439e0c11e9f1ef3f5b815cf6afb05db883b8ef14fc183727d7d7 - Sigstore transparency entry: 874581532
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-pp311-pypy311_pp73-macosx_15_0_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-pp311-pypy311_pp73-macosx_15_0_arm64.whl
- Upload date:
- Size: 177.2 kB
- Tags: PyPy, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a50bd879118c49b363a5442ead77dc54a0493c7551199bed6c16fb26f7c549e8
|
|
| MD5 |
bd013eec09aa1573db5b1d7c6ec4ce71
|
|
| BLAKE2b-256 |
9e7aabd625470d7f22f0fa207046eb6dede426fccbad9bce56733b619b58cdd7
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-pp311-pypy311_pp73-macosx_15_0_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-pp311-pypy311_pp73-macosx_15_0_arm64.whl -
Subject digest:
a50bd879118c49b363a5442ead77dc54a0493c7551199bed6c16fb26f7c549e8 - Sigstore transparency entry: 874580802
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314t-win_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314t-win_arm64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.14t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e898a5b8c1ed984682b51bed7ad612bfa3e989532d966941a1931898d2df764
|
|
| MD5 |
4ed3715f4a505d27940f6b4fe4f72ce1
|
|
| BLAKE2b-256 |
c1b23a25ffc8718b1c2b3eb7a3b8a60d87a882afd3b147ad37fd1ce4e5e7839b
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314t-win_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314t-win_arm64.whl -
Subject digest:
2e898a5b8c1ed984682b51bed7ad612bfa3e989532d966941a1931898d2df764 - Sigstore transparency entry: 874579750
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a899b220cf88920dd56c802823994de866bb71b722ac00657ef7c90c4cc8278
|
|
| MD5 |
6209c86784a337d3c8606c1400e629f2
|
|
| BLAKE2b-256 |
857eea227bcc4a894dcc38ba02f40a139caa530ee7be6c91861e7ca2d09ed1c0
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314t-win_amd64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314t-win_amd64.whl -
Subject digest:
9a899b220cf88920dd56c802823994de866bb71b722ac00657ef7c90c4cc8278 - Sigstore transparency entry: 874580722
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314t-win32.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314t-win32.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.14t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
207277d9540466f5169e3705319d981c4c2fdce2375d8bb4ae125971acd00c4c
|
|
| MD5 |
579140bd245d755cac233a9766a0cdee
|
|
| BLAKE2b-256 |
8a70a2cd376b68e3d7a638dfdb6ef07fbb35a91f9ab687ea185821451ce143e7
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314t-win32.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314t-win32.whl -
Subject digest:
207277d9540466f5169e3705319d981c4c2fdce2375d8bb4ae125971acd00c4c - Sigstore transparency entry: 874580280
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5db07c24a37cdd34e70c772d54d3ea071898b4e080672eaf10f5f4883b385cde
|
|
| MD5 |
726231276b3600ffdf21d5cebee5cfd9
|
|
| BLAKE2b-256 |
a745ff5c59d2c53f6373d7266215c3e09e5c7f0852768ec5b273fd5f57eacb8c
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
5db07c24a37cdd34e70c772d54d3ea071898b4e080672eaf10f5f4883b385cde - Sigstore transparency entry: 874580867
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45dbbfc2ce56b927aa33ec23bce9219d1d33fe1e557293abed82d7b0faf1425c
|
|
| MD5 |
46cf945032741ce38dc9d7c41e1c15e1
|
|
| BLAKE2b-256 |
18acb70120c99bbbbf7eac008bb2052e1cd607f6dcb2168c5529752dcca957bf
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl -
Subject digest:
45dbbfc2ce56b927aa33ec23bce9219d1d33fe1e557293abed82d7b0faf1425c - Sigstore transparency entry: 874579494
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314t-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314t-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.14t, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e748cdbeb1a00cf334667d587fd2f4d279e63020d3dd31ba9012bbef643b70f
|
|
| MD5 |
76b1298b8fac315784e439d03989d646
|
|
| BLAKE2b-256 |
2f261d68365ea150c5ec7ca7f241ba7d697a66c53013fe5b1fa52ed0fef724d6
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314t-manylinux_2_34_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314t-manylinux_2_34_x86_64.whl -
Subject digest:
2e748cdbeb1a00cf334667d587fd2f4d279e63020d3dd31ba9012bbef643b70f - Sigstore transparency entry: 874580133
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314t-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314t-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.14t, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ca294d2282cc3e8859112390f9236659b857be3373848cd462d9e7caed4e40d
|
|
| MD5 |
7246c6a1cdb524459eb5dcfe16ddfa5d
|
|
| BLAKE2b-256 |
484e0b6e9b3b3f4e352ceee72dd825da8163d9dbce1e9a7d5da75198e153adb8
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314t-manylinux_2_34_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314t-manylinux_2_34_aarch64.whl -
Subject digest:
0ca294d2282cc3e8859112390f9236659b857be3373848cd462d9e7caed4e40d - Sigstore transparency entry: 874579208
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314t-macosx_15_0_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314t-macosx_15_0_x86_64.whl
- Upload date:
- Size: 294.5 kB
- Tags: CPython 3.14t, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5eafd52531a64c58a617adf65cd31b49ebd63ce6519cae7796731d0ef6fd011
|
|
| MD5 |
1e01109c42ac8851058c19c7ae763b54
|
|
| BLAKE2b-256 |
8c95c9a1b445360b1dc032bab819c22980c2afe4a85edf8e6472396dbb5e961b
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314t-macosx_15_0_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314t-macosx_15_0_x86_64.whl -
Subject digest:
c5eafd52531a64c58a617adf65cd31b49ebd63ce6519cae7796731d0ef6fd011 - Sigstore transparency entry: 874581706
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314t-macosx_15_0_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314t-macosx_15_0_arm64.whl
- Upload date:
- Size: 177.2 kB
- Tags: CPython 3.14t, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15940549905a5e8cd3c38c9a8b4ec7e2799661ebcfce0531dc79bb98091f0c28
|
|
| MD5 |
6487db4967e153a6bddcd37e29a3ced8
|
|
| BLAKE2b-256 |
ddd225d19957f22a73bfbec46b3a8448eb44835616b799fbb1bcf92eb0f66b76
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314t-macosx_15_0_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314t-macosx_15_0_arm64.whl -
Subject digest:
15940549905a5e8cd3c38c9a8b4ec7e2799661ebcfce0531dc79bb98091f0c28 - Sigstore transparency entry: 874581325
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1130d06132c34d09f50b7f3fad0f1dbe606a1062b030a4ac55d51284bc7eb48
|
|
| MD5 |
d4eb71ca8e2997e0ae99fd6489a438d3
|
|
| BLAKE2b-256 |
ad9dcf94765fe6358b385ac46a0f2b68ea34b7e78084ee3d19716a4e54c13bb4
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-win_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-win_arm64.whl -
Subject digest:
e1130d06132c34d09f50b7f3fad0f1dbe606a1062b030a4ac55d51284bc7eb48 - Sigstore transparency entry: 874581136
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5ca3b461bf9eb0b127667af8e763b9a16226b254751eb533fd83ba0e6b8e69a
|
|
| MD5 |
174ba20b066e4b8e23d91e2966293020
|
|
| BLAKE2b-256 |
5a51e99b2e868d82ac6d9f2c4eda9e4ee8ec98de9a0a1f60b1da5bee9eaf2fdc
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-win_amd64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-win_amd64.whl -
Subject digest:
f5ca3b461bf9eb0b127667af8e763b9a16226b254751eb533fd83ba0e6b8e69a - Sigstore transparency entry: 874578425
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-win32.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-win32.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64d09b61f0559209038e14474706c3bd00da1f5578f2ced83ed4e66c89cce619
|
|
| MD5 |
8fe2e37809f0d2aea2324a253bc78955
|
|
| BLAKE2b-256 |
a18c2a46dc82548e645d182905028eec166e14e15b4ede27f88da04b7335fd9b
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-win32.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-win32.whl -
Subject digest:
64d09b61f0559209038e14474706c3bd00da1f5578f2ced83ed4e66c89cce619 - Sigstore transparency entry: 874579543
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25f2c136f6fa3f0fb75ad3e9c519ff1c373008dcdba37fdd0f1ae54380b81edd
|
|
| MD5 |
27eecdc153d4ad1981613663f68b01f4
|
|
| BLAKE2b-256 |
a2cd6a21983942914bf1e9f30ad40d4b4979cd4b3ee51b51227368afa037de40
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
25f2c136f6fa3f0fb75ad3e9c519ff1c373008dcdba37fdd0f1ae54380b81edd - Sigstore transparency entry: 874578809
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8badb0b47ded0eb49f12f3cdefad1634280f6518af48e42b8bad80d8fe195d20
|
|
| MD5 |
daae37204bfe7053b367c5d7aff133c9
|
|
| BLAKE2b-256 |
7bb7e98cacb87fba06eabfd088e6bb1f48f661b82526fd4a097ddcb0532762fb
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
8badb0b47ded0eb49f12f3cdefad1634280f6518af48e42b8bad80d8fe195d20 - Sigstore transparency entry: 874578575
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.14, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9817a1b571a75a7d27f406ce470e1db31704646343515eeccf47eed9189cc7b
|
|
| MD5 |
73f0699970400598d8fca31d3ddd8196
|
|
| BLAKE2b-256 |
4eead9ca81363d76816482de6607b8018842f3bc2adf881ca9e6a09bac07a123
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-manylinux_2_34_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-manylinux_2_34_x86_64.whl -
Subject digest:
f9817a1b571a75a7d27f406ce470e1db31704646343515eeccf47eed9189cc7b - Sigstore transparency entry: 874578662
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.14, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71385b2f3e4c7c3769c00789088b0f8ee05bb922b280406e3661b385f198ffc9
|
|
| MD5 |
0fee847fd383860f1a3b332aefd457f1
|
|
| BLAKE2b-256 |
3f47e0c6a9cc14489de88b64f8e0a3d4cb5754c94c40ae65f91b846e0064f953
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-manylinux_2_34_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-manylinux_2_34_aarch64.whl -
Subject digest:
71385b2f3e4c7c3769c00789088b0f8ee05bb922b280406e3661b385f198ffc9 - Sigstore transparency entry: 874581048
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-macosx_15_0_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-macosx_15_0_x86_64.whl
- Upload date:
- Size: 294.5 kB
- Tags: CPython 3.14, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dafdce087490fba0e8ae7fd7a16e4ba07999edc574ca1f17fea53747df53f42b
|
|
| MD5 |
47b0c5fd456da07e7d16368a5e29a74f
|
|
| BLAKE2b-256 |
46c27f007909d4bf3c40e613234f0a270e943c6520a2a4794873e70ded9af8ea
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-macosx_15_0_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-macosx_15_0_x86_64.whl -
Subject digest:
dafdce087490fba0e8ae7fd7a16e4ba07999edc574ca1f17fea53747df53f42b - Sigstore transparency entry: 874581387
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-macosx_15_0_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-macosx_15_0_arm64.whl
- Upload date:
- Size: 177.2 kB
- Tags: CPython 3.14, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cfcc783b555af5c93836f7b2dd5b893fedabb5dfedbc321744c5190e4e394c0
|
|
| MD5 |
d13f239de0f4e6d73b5b5e147c5e0d3f
|
|
| BLAKE2b-256 |
bb3f459d263cfd5f13372746c9feb7dfa09702032387ef3f32289821ff07aa68
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-macosx_15_0_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-macosx_15_0_arm64.whl -
Subject digest:
1cfcc783b555af5c93836f7b2dd5b893fedabb5dfedbc321744c5190e4e394c0 - Sigstore transparency entry: 874581191
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-android_30_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-android_30_x86_64.whl
- Upload date:
- Size: 810.3 kB
- Tags: Android API level 30+ x86-64, CPython 3.14
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f80f0e6671ec0a02b0925239254602dbf24c600ca8f317b7213d8dab96a2a3f6
|
|
| MD5 |
ed2c0a51ee2f382e3c011ea0e6a297d3
|
|
| BLAKE2b-256 |
889aa7b0be9945a9f8bfd189649072b0b0f10f2b3c183f44b81f5fd09517fe6b
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-android_30_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-android_30_x86_64.whl -
Subject digest:
f80f0e6671ec0a02b0925239254602dbf24c600ca8f317b7213d8dab96a2a3f6 - Sigstore transparency entry: 874580932
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp314-cp314-android_30_arm64_v8a.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp314-cp314-android_30_arm64_v8a.whl
- Upload date:
- Size: 720.8 kB
- Tags: Android API level 30+ ARM64 v8a, CPython 3.14
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3afe894e2d84b4cebfeb1da8e7ac26f4211bce26aa16f65020b9bbaf4e84a85
|
|
| MD5 |
c5ff79355c96a81104d02ba361df289c
|
|
| BLAKE2b-256 |
a5413618c369398588daa7229eaea6d6b2ea17259fa27991858cc16d6450be5c
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp314-cp314-android_30_arm64_v8a.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp314-cp314-android_30_arm64_v8a.whl -
Subject digest:
c3afe894e2d84b4cebfeb1da8e7ac26f4211bce26aa16f65020b9bbaf4e84a85 - Sigstore transparency entry: 874579259
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313t-win_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313t-win_arm64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.13t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a51ac54db126f9dce6c9221e15c2a9e7eabbd6844b1a6edc1a4b4c2681ea4aa
|
|
| MD5 |
f42c6a724251c36cb47d55cf12904883
|
|
| BLAKE2b-256 |
c889328f173dccdd2150c46fb29b6cec165956454be3bff4875710d6943572cc
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313t-win_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313t-win_arm64.whl -
Subject digest:
3a51ac54db126f9dce6c9221e15c2a9e7eabbd6844b1a6edc1a4b4c2681ea4aa - Sigstore transparency entry: 874579099
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313t-win_amd64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313t-win_amd64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
283df1f1fd3bf532fe1c6fa7189302c7c89a1202b1a148f62e76347f256b05f9
|
|
| MD5 |
93b1cb2ca238a8cee426621c4432377c
|
|
| BLAKE2b-256 |
11f1ec0ad54a61e4e0a1c54e1146f2cd18a30152bd121c0fa4956eedb4434fdf
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313t-win_amd64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313t-win_amd64.whl -
Subject digest:
283df1f1fd3bf532fe1c6fa7189302c7c89a1202b1a148f62e76347f256b05f9 - Sigstore transparency entry: 874579857
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313t-win32.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313t-win32.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.13t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
487f67a5d6b10e54bf2c25933c13a8fccd32de4bac70c6443077c5a4953886ea
|
|
| MD5 |
c4b5fcc7112fab84dbdddf13e516dd89
|
|
| BLAKE2b-256 |
514f8230d1ef86f74662aa698cab973ca916bb93c9065b4ee351f3293d6f6345
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313t-win32.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313t-win32.whl -
Subject digest:
487f67a5d6b10e54bf2c25933c13a8fccd32de4bac70c6443077c5a4953886ea - Sigstore transparency entry: 874579949
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29683014d4ddeed567471feb00da2aefb2079a108f4a3f6895182fe36da095e2
|
|
| MD5 |
d6977f8e7c83340fab5ed2f1a5011a33
|
|
| BLAKE2b-256 |
b50f5d647afa00a13817bc1737ca0b34133dd1c1c2e7850c786ebe7ca5395453
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl -
Subject digest:
29683014d4ddeed567471feb00da2aefb2079a108f4a3f6895182fe36da095e2 - Sigstore transparency entry: 874580673
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4b695c048fe9390b0893d92501858ad0ba073875e5f32db0b54aaca89a1c55f
|
|
| MD5 |
0656874d2dd0531e491da3db2b84c92d
|
|
| BLAKE2b-256 |
03f67e0ab0e7bbe4911d32563113b14660f2e447062c06e8dc7e64f1466a78d0
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl -
Subject digest:
d4b695c048fe9390b0893d92501858ad0ba073875e5f32db0b54aaca89a1c55f - Sigstore transparency entry: 874581790
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313t-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313t-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.13t, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41c6677507591c4d085aa1b648fd3839baaef5565f78a28d422bd2ded1983e2c
|
|
| MD5 |
d802dd7e451bf7c12384b48dee79bcaf
|
|
| BLAKE2b-256 |
7c4a63ece3406014503d1ab91df997b49d6809a5626b82156cde3f332ec9c374
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313t-manylinux_2_34_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313t-manylinux_2_34_x86_64.whl -
Subject digest:
41c6677507591c4d085aa1b648fd3839baaef5565f78a28d422bd2ded1983e2c - Sigstore transparency entry: 874581754
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313t-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313t-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13t, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f77cd3a4ce5c7d95d2484464648d019f72bc5459ef51744b9cf6b640bdb07b0
|
|
| MD5 |
a1677ebdca837796770f6daeccfa9aaf
|
|
| BLAKE2b-256 |
c7da3473ddec84c9707d8e00f81e227c39e3538a2bb73d6a7e3b1ee9af4d64b6
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313t-manylinux_2_34_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313t-manylinux_2_34_aarch64.whl -
Subject digest:
5f77cd3a4ce5c7d95d2484464648d019f72bc5459ef51744b9cf6b640bdb07b0 - Sigstore transparency entry: 874579632
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313t-macosx_15_0_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313t-macosx_15_0_x86_64.whl
- Upload date:
- Size: 294.5 kB
- Tags: CPython 3.13t, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fef3633ef29a9ee5cd182c4009efe36a9cb5ca7614dbb57877b0df1316bf9453
|
|
| MD5 |
4ba2bcd173142a0a9cd5bcc06b6f829f
|
|
| BLAKE2b-256 |
413bb0e3ed5cf730fa1e7f38beadf572ac2d014ee31c85024ed905490f7d0a9e
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313t-macosx_15_0_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313t-macosx_15_0_x86_64.whl -
Subject digest:
fef3633ef29a9ee5cd182c4009efe36a9cb5ca7614dbb57877b0df1316bf9453 - Sigstore transparency entry: 874580047
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313t-macosx_15_0_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313t-macosx_15_0_arm64.whl
- Upload date:
- Size: 177.2 kB
- Tags: CPython 3.13t, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4daf3a7413dd320971a342beadd7763134ddb42d0193cd487f23218c4f02c26b
|
|
| MD5 |
100816a1a7534d3b2a2d8875b62d6e79
|
|
| BLAKE2b-256 |
7823b4e9a39b426f0627303265f7eae2e24e96f174b49ed12be8b6676c1b06b7
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313t-macosx_15_0_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313t-macosx_15_0_arm64.whl -
Subject digest:
4daf3a7413dd320971a342beadd7763134ddb42d0193cd487f23218c4f02c26b - Sigstore transparency entry: 874581447
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5feb9f646800e82fef7e1fec8ddbcacfb6c6e5f925dc6f0ad7af6c8835531335
|
|
| MD5 |
ea150b039387adfd557a3cf3667df2b6
|
|
| BLAKE2b-256 |
2d3a5b42b477cbcd731e1437c54b644a778e7cb38957f483cbf4bc0888b6692d
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-win_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-win_arm64.whl -
Subject digest:
5feb9f646800e82fef7e1fec8ddbcacfb6c6e5f925dc6f0ad7af6c8835531335 - Sigstore transparency entry: 874579910
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f216aac40e9cae24a8d7cb13fb7d5375cd431f8156aba2e01131c5937ed1950
|
|
| MD5 |
525d29f2f6a0262b9e7115430f847e91
|
|
| BLAKE2b-256 |
2fd0c444c4ed4c380b77053c1b86151ea5ede6f6e6d4372b1bf827d3ef744f16
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-win_amd64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-win_amd64.whl -
Subject digest:
3f216aac40e9cae24a8d7cb13fb7d5375cd431f8156aba2e01131c5937ed1950 - Sigstore transparency entry: 874581230
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-win32.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c3947ea441fff789c72359d16023c8e1128d11136806104c5967cc066c89237
|
|
| MD5 |
b85830f552d2d2009de2673e2adb8020
|
|
| BLAKE2b-256 |
fc7f971cc23d99312c6e4db9cbc9bf7f88214ae0479cea522b53a0356d832412
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-win32.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-win32.whl -
Subject digest:
2c3947ea441fff789c72359d16023c8e1128d11136806104c5967cc066c89237 - Sigstore transparency entry: 874581608
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
828b47901c9aedfef32ce29578fd9714f828424711e320101e7db7564ad3fdff
|
|
| MD5 |
fcba4f5ffa927b76df0e93b03b191a7e
|
|
| BLAKE2b-256 |
6b116d0ee6fcbae3fec97b83fab6604a4404b763d19a7af099df4b81b8e312fc
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
828b47901c9aedfef32ce29578fd9714f828424711e320101e7db7564ad3fdff - Sigstore transparency entry: 874580604
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e8c35b888246379d463df8783b33c282d06b4586070b5ef4a75bafd3029219f
|
|
| MD5 |
54bd7e1ea427ef771a2645215ac764f8
|
|
| BLAKE2b-256 |
7e99c08a96806012ce5c5a31727581e785632ea4bedded8702c288ad62b03e16
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
8e8c35b888246379d463df8783b33c282d06b4586070b5ef4a75bafd3029219f - Sigstore transparency entry: 874579364
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92733a72645031a7c26ef61b51a1ffa00db20fed623b98ab944f9eeec5738e70
|
|
| MD5 |
fca3690605a7c7bbb85fd8c3ddba1766
|
|
| BLAKE2b-256 |
859368c7e89454941766efe821918181bb030943d247acb595918c61f354f079
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-manylinux_2_34_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-manylinux_2_34_x86_64.whl -
Subject digest:
92733a72645031a7c26ef61b51a1ffa00db20fed623b98ab944f9eeec5738e70 - Sigstore transparency entry: 874579816
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f62b28e487edb1c6a87e90f54517ca9a7cc6291cb1080a915f86da20891b39ae
|
|
| MD5 |
617867f861c4ffab409f1166b503e48a
|
|
| BLAKE2b-256 |
cba1b044f13855aea6ac0a9cb29d42243022e9ea566e784f921dbeee8403ddea
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-manylinux_2_34_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-manylinux_2_34_aarch64.whl -
Subject digest:
f62b28e487edb1c6a87e90f54517ca9a7cc6291cb1080a915f86da20891b39ae - Sigstore transparency entry: 874581107
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-macosx_15_0_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313-macosx_15_0_x86_64.whl
- Upload date:
- Size: 294.5 kB
- Tags: CPython 3.13, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88348c15fa63aaca20c84006d3911ba561a343d2bb5dfb063209353e3dc71e42
|
|
| MD5 |
38324489d2bf5482c6468669b1b9a699
|
|
| BLAKE2b-256 |
8615c9d083e223a52d7727e3f0ac271beff6bd652edfd6a417d6460a30c979a6
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-macosx_15_0_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-macosx_15_0_x86_64.whl -
Subject digest:
88348c15fa63aaca20c84006d3911ba561a343d2bb5dfb063209353e3dc71e42 - Sigstore transparency entry: 874578998
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-macosx_15_0_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313-macosx_15_0_arm64.whl
- Upload date:
- Size: 177.2 kB
- Tags: CPython 3.13, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e31867ae556e44bbff9e947db2bc1f77deb6e5e86cdf331be4116696cd4b33a0
|
|
| MD5 |
c9fc03096427f62f51f4d352feafac15
|
|
| BLAKE2b-256 |
84618dbc71eb83aeb139b2bbe26d2506ea6e470e1a7aa711064ab8c6be3f7c63
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-macosx_15_0_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-macosx_15_0_arm64.whl -
Subject digest:
e31867ae556e44bbff9e947db2bc1f77deb6e5e86cdf331be4116696cd4b33a0 - Sigstore transparency entry: 874580508
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-android_30_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313-android_30_x86_64.whl
- Upload date:
- Size: 810.3 kB
- Tags: Android API level 30+ x86-64, CPython 3.13
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25cccf577daa71394b5473218af7dc44395956c5049c4fe530bd9b1e97d8d94e
|
|
| MD5 |
e647551fa4e777290e4c678e9a4cdb88
|
|
| BLAKE2b-256 |
13f8df16720c941d48e61536e1b76d086853ae251c8ed6ebc994b1eddf53022b
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-android_30_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-android_30_x86_64.whl -
Subject digest:
25cccf577daa71394b5473218af7dc44395956c5049c4fe530bd9b1e97d8d94e - Sigstore transparency entry: 874578487
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp313-cp313-android_30_arm64_v8a.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp313-cp313-android_30_arm64_v8a.whl
- Upload date:
- Size: 720.8 kB
- Tags: Android API level 30+ ARM64 v8a, CPython 3.13
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c050fc800e30b8741d2159e4d109a61c2663a45333e1726c26b5177335c43495
|
|
| MD5 |
a947c1376c0a3485f301e991d03b0d14
|
|
| BLAKE2b-256 |
ce87d805852d8f56a8077fbe4fc65c49c22b612515e413a368a1f7bb8c5372c0
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp313-cp313-android_30_arm64_v8a.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp313-cp313-android_30_arm64_v8a.whl -
Subject digest:
c050fc800e30b8741d2159e4d109a61c2663a45333e1726c26b5177335c43495 - Sigstore transparency entry: 874578366
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29d7631189cfe721496dc3bde0f53b9088eedcca0ac191adc1d6e6c57ca9d08e
|
|
| MD5 |
b921af6cc69ac013a30111f66041ecc6
|
|
| BLAKE2b-256 |
5d127fdf9f9a863a0eabb318482e859fb8093e4eb59ed80d5436355d8b1b5342
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp312-cp312-win_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp312-cp312-win_arm64.whl -
Subject digest:
29d7631189cfe721496dc3bde0f53b9088eedcca0ac191adc1d6e6c57ca9d08e - Sigstore transparency entry: 874581014
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dda03427af1b46e791860f10c6856184c66e13461ccf79fb2441b3fd55e6516
|
|
| MD5 |
4ca27df7fdf40fb047ab24f7a088374c
|
|
| BLAKE2b-256 |
13f185bfba6f85672813ddee185274770337f77c40f1032141160250bd0cb888
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp312-cp312-win_amd64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp312-cp312-win_amd64.whl -
Subject digest:
8dda03427af1b46e791860f10c6856184c66e13461ccf79fb2441b3fd55e6516 - Sigstore transparency entry: 874578320
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp312-cp312-win32.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0499bcf2659a5232af0413869e7a4268950871bbab2d5be576249f20d328fd9
|
|
| MD5 |
da0d367dc1cd1159b70288c078e73904
|
|
| BLAKE2b-256 |
190d1478d320e3982c01258069a7e4081044a505197bad145c2da1e327164617
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp312-cp312-win32.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp312-cp312-win32.whl -
Subject digest:
b0499bcf2659a5232af0413869e7a4268950871bbab2d5be576249f20d328fd9 - Sigstore transparency entry: 874581274
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6507ec8590fa868e4920023937508614c1cb333edd4c922594b7accb547fc1a9
|
|
| MD5 |
1aa613d512cd98dc4034d47a62319e12
|
|
| BLAKE2b-256 |
369a3b21ba82ac3f852409007cbdec5929aa76c15ebf4b024fc13735fff6aa17
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
6507ec8590fa868e4920023937508614c1cb333edd4c922594b7accb547fc1a9 - Sigstore transparency entry: 874579049
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a3af48d9d18f52706cf1bec2e0de61d42466a92b194376ee70d958f9c01bc85
|
|
| MD5 |
dd893b0bb8b5ed42466e51f31cebcd59
|
|
| BLAKE2b-256 |
3fb142cd78648a50df55a2afca6b0a2603a30f623f016e5f613f47ee39c800bd
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
8a3af48d9d18f52706cf1bec2e0de61d42466a92b194376ee70d958f9c01bc85 - Sigstore transparency entry: 874580175
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp312-cp312-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp312-cp312-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d959a365934373260f76cc64c0fe94b7505cd55aff29d585c47841419312dfb
|
|
| MD5 |
3ac8bf60ef5cba3b84893642b4fdaf78
|
|
| BLAKE2b-256 |
b5eeea2fe90ceb5880d1255d16274c40a54d664a362be2d90f6852dad9a9b0ea
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp312-cp312-manylinux_2_34_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp312-cp312-manylinux_2_34_x86_64.whl -
Subject digest:
3d959a365934373260f76cc64c0fe94b7505cd55aff29d585c47841419312dfb - Sigstore transparency entry: 874578754
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp312-cp312-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp312-cp312-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cacc21d820deee23ac4b7990cf5823490bf28f5db86d40b1850d3a08c413258
|
|
| MD5 |
4aa0e47eb284cb9f6b22980c11feadd2
|
|
| BLAKE2b-256 |
d75e5884b30fdf2834289427a315f905ce047809923a88be7a992e73529c6836
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp312-cp312-manylinux_2_34_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp312-cp312-manylinux_2_34_aarch64.whl -
Subject digest:
7cacc21d820deee23ac4b7990cf5823490bf28f5db86d40b1850d3a08c413258 - Sigstore transparency entry: 874580423
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp312-cp312-macosx_15_0_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp312-cp312-macosx_15_0_x86_64.whl
- Upload date:
- Size: 294.5 kB
- Tags: CPython 3.12, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b05091170673d6c49f44a5c6d938f1fb9e9460909a82220fdf62675a351fd2a
|
|
| MD5 |
4177fd8bda20201ead69ecf46193efbc
|
|
| BLAKE2b-256 |
3995ab4507e6b44734f28cbd6cb91f2a0673ea9d50c4e21cc028c864f9ed339a
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp312-cp312-macosx_15_0_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp312-cp312-macosx_15_0_x86_64.whl -
Subject digest:
5b05091170673d6c49f44a5c6d938f1fb9e9460909a82220fdf62675a351fd2a - Sigstore transparency entry: 874581487
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp312-cp312-macosx_15_0_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp312-cp312-macosx_15_0_arm64.whl
- Upload date:
- Size: 177.2 kB
- Tags: CPython 3.12, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29db9c08d8a34c6408b688c8d6b34cad4e1e96a4db565342d8af4a8e1469a0cc
|
|
| MD5 |
d659a237683735f2d809f62d6cbfd7cf
|
|
| BLAKE2b-256 |
87deb65142ee182d0e2dfd96c6bd32fd24a42a6bad9249fe9c1987d58d13791a
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp312-cp312-macosx_15_0_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp312-cp312-macosx_15_0_arm64.whl -
Subject digest:
29db9c08d8a34c6408b688c8d6b34cad4e1e96a4db565342d8af4a8e1469a0cc - Sigstore transparency entry: 874578268
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b3e21352d5ffad289c2f326d4cd362e9a15ea5dffbac0c8c8dd589735716eeb
|
|
| MD5 |
fb5d4401896630cca74e2fa1be08fb19
|
|
| BLAKE2b-256 |
8016656834d7956501b39d21586967d079da834dedf6d6a7fd758566e192a1f9
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp311-cp311-win_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp311-cp311-win_arm64.whl -
Subject digest:
5b3e21352d5ffad289c2f326d4cd362e9a15ea5dffbac0c8c8dd589735716eeb - Sigstore transparency entry: 874579325
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83b0a736c61d633c15a35a7b90c237b236ed3ad3b93aa4fc792016666f4bb238
|
|
| MD5 |
ac87abf532820cf457d45a707136b4b7
|
|
| BLAKE2b-256 |
dc10f0b6e466e38564641832b2377677eb06420345491c3599edadc90b7444fb
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp311-cp311-win_amd64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp311-cp311-win_amd64.whl -
Subject digest:
83b0a736c61d633c15a35a7b90c237b236ed3ad3b93aa4fc792016666f4bb238 - Sigstore transparency entry: 874580099
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp311-cp311-win32.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dde25a33434380edbb5a87fd770189e4def0e9f8f576629df166f16405df8743
|
|
| MD5 |
3923ed76c7ca92f106541a08c588ea69
|
|
| BLAKE2b-256 |
dc94721580f0c1954495b86a96cd9f4ab4d4a2f990634455901d30acce1a9869
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp311-cp311-win32.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp311-cp311-win32.whl -
Subject digest:
dde25a33434380edbb5a87fd770189e4def0e9f8f576629df166f16405df8743 - Sigstore transparency entry: 874581669
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cc66d613b8f61f72e591a4ed55cddd26a775ca73b6e9009a0e9284fe7334aca
|
|
| MD5 |
c1c848b28d45d86a0838e486d538aa13
|
|
| BLAKE2b-256 |
0ca543d051d6c62046f0d271217838d5543f67f79bdb26bbbc060f42ca0ef151
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
2cc66d613b8f61f72e591a4ed55cddd26a775ca73b6e9009a0e9284fe7334aca - Sigstore transparency entry: 874579701
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f7bfb68671f0d99d6948ee0249d19641724f98104321fc558a275a348c93dcd
|
|
| MD5 |
9503c9bc43688b80af90e76f0aabe485
|
|
| BLAKE2b-256 |
e38d146c9a636b2f41d5e3c22ce4c69909dd03d195a46a5e1eb8bde3842a2e0e
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
6f7bfb68671f0d99d6948ee0249d19641724f98104321fc558a275a348c93dcd - Sigstore transparency entry: 874578963
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp311-cp311-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp311-cp311-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e3ee90bdb2085590b1d7ee6eb43b0df996b569bafc242c011dd51b607b7603d
|
|
| MD5 |
0833d633c52d7e8c194de81739d01ed7
|
|
| BLAKE2b-256 |
159ae196b3f47d0b8358f6d28953ae461eb7013c044c2a04beb4921b827c9888
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp311-cp311-manylinux_2_34_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp311-cp311-manylinux_2_34_x86_64.whl -
Subject digest:
7e3ee90bdb2085590b1d7ee6eb43b0df996b569bafc242c011dd51b607b7603d - Sigstore transparency entry: 874578870
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp311-cp311-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp311-cp311-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc4b9eed00c2d45693233180376a0fd62aa96f9127a4dbd7f4d789583870b592
|
|
| MD5 |
0d47c9dfb9e342f02c453ccfaa7bc14b
|
|
| BLAKE2b-256 |
f0ab11b3cdf20beb0d6fe72d74d2f72e431df3037521b1f36e677fa3b6109097
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp311-cp311-manylinux_2_34_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp311-cp311-manylinux_2_34_aarch64.whl -
Subject digest:
cc4b9eed00c2d45693233180376a0fd62aa96f9127a4dbd7f4d789583870b592 - Sigstore transparency entry: 874580962
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp311-cp311-macosx_15_0_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp311-cp311-macosx_15_0_x86_64.whl
- Upload date:
- Size: 294.5 kB
- Tags: CPython 3.11, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7a7aeb507ba95174b4e4b12de0dffaea5537af94f2a3137ca4f096749ad083d
|
|
| MD5 |
5db154797aec657b428a1601e647e795
|
|
| BLAKE2b-256 |
7d193a4aab24f23690209e0822ba80862aa1e6f71b8c365450cd0c8e8b72acb4
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp311-cp311-macosx_15_0_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp311-cp311-macosx_15_0_x86_64.whl -
Subject digest:
f7a7aeb507ba95174b4e4b12de0dffaea5537af94f2a3137ca4f096749ad083d - Sigstore transparency entry: 874578711
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp311-cp311-macosx_15_0_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp311-cp311-macosx_15_0_arm64.whl
- Upload date:
- Size: 177.2 kB
- Tags: CPython 3.11, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94bc38c1757fc6bd0891b32699ced883d8f452397c218fe2c57ea49e8682e56c
|
|
| MD5 |
25a63165f94e76e5758beea79a30b31b
|
|
| BLAKE2b-256 |
f39a0985300bb81256403ab1f0bd9948d11968c2d88773d461bda6debffb2871
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp311-cp311-macosx_15_0_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp311-cp311-macosx_15_0_arm64.whl -
Subject digest:
94bc38c1757fc6bd0891b32699ced883d8f452397c218fe2c57ea49e8682e56c - Sigstore transparency entry: 874580476
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp310-cp310-win_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65062d77ae94c4a35e60deebf3ecd2de9454a437a20f443cf0d31f239380f60a
|
|
| MD5 |
4de4369135419af769c56630f5578b31
|
|
| BLAKE2b-256 |
3f35acc151d377f2ee9bb51f61b7f4fe8556b6b268a0015d0b3f1cf30df162da
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp310-cp310-win_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp310-cp310-win_arm64.whl -
Subject digest:
65062d77ae94c4a35e60deebf3ecd2de9454a437a20f443cf0d31f239380f60a - Sigstore transparency entry: 874579597
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7438da26eec0614a76acc72a19f1f29068d7bcc5a37570c8f924d52eeb48413
|
|
| MD5 |
eaa4dd8ba94e19242473bbdd2d4ab7a4
|
|
| BLAKE2b-256 |
44fb99384605990717e8b8f858ad9c516f162710c05521ed7ce235ec72b6b4fa
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp310-cp310-win_amd64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp310-cp310-win_amd64.whl -
Subject digest:
d7438da26eec0614a76acc72a19f1f29068d7bcc5a37570c8f924d52eeb48413 - Sigstore transparency entry: 874579452
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp310-cp310-win32.whl.
File metadata
- Download URL: prismatoid-0.6.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4899342f9babb5be4c060611f129d7c66945163e6c940d0e825cbf67181abfdd
|
|
| MD5 |
4a4217ada8e8ade519c935eee9c7a9eb
|
|
| BLAKE2b-256 |
1297fc85a96b2694f2d91ddf50e30e433e3d4326d285481541a28a48b09354ad
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp310-cp310-win32.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp310-cp310-win32.whl -
Subject digest:
4899342f9babb5be4c060611f129d7c66945163e6c940d0e825cbf67181abfdd - Sigstore transparency entry: 874580002
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
630aca81b5b0083b043d9849d1f9ffe069e8702b5413ded18a65482204b3b90f
|
|
| MD5 |
486979cb1be210275a26506d414c0acc
|
|
| BLAKE2b-256 |
63f7ff061f2665c712095a5eb4e6bd0d7e60360230a455bb1618628fba348e2c
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
630aca81b5b0083b043d9849d1f9ffe069e8702b5413ded18a65482204b3b90f - Sigstore transparency entry: 874578614
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66b3e1c4f3bbb4eba513ef2c871b60e6c10bab05b106bc1fa4b76d4699d81852
|
|
| MD5 |
c1e6d907e476b8efc1cc985575aa4a6e
|
|
| BLAKE2b-256 |
c569ee5e01f892c85d79b0f342e0ef59c3d09c767624959185d7f272ccf8d029
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp310-cp310-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
66b3e1c4f3bbb4eba513ef2c871b60e6c10bab05b106bc1fa4b76d4699d81852 - Sigstore transparency entry: 874580327
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp310-cp310-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp310-cp310-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39fa5178112f798ff2ebf4bb37a2c167bc7df252d13bf20c419e8c72f0932855
|
|
| MD5 |
95fa31b63f8f6942873351ed6c55ef84
|
|
| BLAKE2b-256 |
48dbb68b350a71969a71735b845050adcb625ac010523feaee7a637170103776
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp310-cp310-manylinux_2_34_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp310-cp310-manylinux_2_34_x86_64.whl -
Subject digest:
39fa5178112f798ff2ebf4bb37a2c167bc7df252d13bf20c419e8c72f0932855 - Sigstore transparency entry: 874578534
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp310-cp310-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp310-cp310-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b6cb469c0a7b3b10e1d05bb813e19e00f55713e18452fb639e9ac2d73c7e9c7
|
|
| MD5 |
b6edac214fc5c1d78490face30b48721
|
|
| BLAKE2b-256 |
3fd7c799019d8a96c7b11f109ac6e6026c5f3e804cee2d2e018b387180364bbf
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp310-cp310-manylinux_2_34_aarch64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp310-cp310-manylinux_2_34_aarch64.whl -
Subject digest:
9b6cb469c0a7b3b10e1d05bb813e19e00f55713e18452fb639e9ac2d73c7e9c7 - Sigstore transparency entry: 874579406
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp310-cp310-macosx_15_0_x86_64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp310-cp310-macosx_15_0_x86_64.whl
- Upload date:
- Size: 294.5 kB
- Tags: CPython 3.10, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
830527bd0a35798abb6979adf8cbe200b654cd6a541380a0467f69f352373e5b
|
|
| MD5 |
b0fa6ba2eea6ad9a03bde37863401a2c
|
|
| BLAKE2b-256 |
b1de5cd619b39d062ec2e08e5a2b9ebcbe70c0e674f5239105b46ce115551a5e
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp310-cp310-macosx_15_0_x86_64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp310-cp310-macosx_15_0_x86_64.whl -
Subject digest:
830527bd0a35798abb6979adf8cbe200b654cd6a541380a0467f69f352373e5b - Sigstore transparency entry: 874580555
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type:
File details
Details for the file prismatoid-0.6.1-cp310-cp310-macosx_15_0_arm64.whl.
File metadata
- Download URL: prismatoid-0.6.1-cp310-cp310-macosx_15_0_arm64.whl
- Upload date:
- Size: 177.2 kB
- Tags: CPython 3.10, macOS 15.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d71a379b28c83d512bc2405f8ac91d416832b2b47472a64930ebbc97dc7f7b99
|
|
| MD5 |
8b7e058077b0c416bb42f965f932edd6
|
|
| BLAKE2b-256 |
5fee9c1e39c8047f7c4a8e0eebb7f99a56b07ddec7eb6e3114966a05ec4940f3
|
Provenance
The following attestation bundles were made for prismatoid-0.6.1-cp310-cp310-macosx_15_0_arm64.whl:
Publisher:
pypi.yml on ethindp/prism
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
prismatoid-0.6.1-cp310-cp310-macosx_15_0_arm64.whl -
Subject digest:
d71a379b28c83d512bc2405f8ac91d416832b2b47472a64930ebbc97dc7f7b99 - Sigstore transparency entry: 874580367
- Sigstore integration time:
-
Permalink:
ethindp/prism@897e2dcc57bb8d7815434460ee23337952d24cca -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ethindp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@897e2dcc57bb8d7815434460ee23337952d24cca -
Trigger Event:
release
-
Statement type: