A package for very efficiently decomposing a number n into all possible x**2 + y**2 = n solutions.
Project description
twosquares
Deprecated: twosquares has been merged into the quadint project as quadint.sums.
This package is no longer the recommended way to decompose numbers into sums of two squares. New code should install and import from quadint instead:
python -m pip install quadint
from quadint.sums import decompose_prime, decompose_number
print(decompose_prime(19889))
# (17, 140)
print(decompose_number(19890))
# {(69, 123), (57, 129), (3, 141), (87, 111)}
Notes
An explanation of how this package was originally derived can still be found here.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 twosquares-0.0.7-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 40.7 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f09872efd860d8f60f8c5636ccd2090dee600b60476e0f19f118b26f0bad8f9b
|
|
| MD5 |
b2bfe0cc4fb3dca8ad7fe9f847992470
|
|
| BLAKE2b-256 |
b416cdb48ae8fbfa0cb5f00d7ba61041510d70310272d9cf0553c0f445842d66
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp314-cp314-win_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp314-cp314-win_arm64.whl -
Subject digest:
f09872efd860d8f60f8c5636ccd2090dee600b60476e0f19f118b26f0bad8f9b - Sigstore transparency entry: 1452320058
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 46.9 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
add8d07794a41b704bb5e86d02853ed6e363e0a4be23592ea990863598c183c7
|
|
| MD5 |
e7094915143035896a850209715d37b8
|
|
| BLAKE2b-256 |
3c36869826d1929865d64d550302032f02e65b7e7759e0629bd7483580ba195d
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp314-cp314-win_amd64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp314-cp314-win_amd64.whl -
Subject digest:
add8d07794a41b704bb5e86d02853ed6e363e0a4be23592ea990863598c183c7 - Sigstore transparency entry: 1452322101
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp314-cp314-win32.whl.
File metadata
- Download URL: twosquares-0.0.7-cp314-cp314-win32.whl
- Upload date:
- Size: 42.0 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0b28053484eeb0fbcb643ed3091e9419850bd7cad44c51fca1a13ac442e6ef3
|
|
| MD5 |
c1a5c533cb978e934ffa683ab867f6b0
|
|
| BLAKE2b-256 |
13a1e86a00dca67141b3c9cee2f49ab3e25392c8172f3262b9c9c5cb345915e1
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp314-cp314-win32.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp314-cp314-win32.whl -
Subject digest:
e0b28053484eeb0fbcb643ed3091e9419850bd7cad44c51fca1a13ac442e6ef3 - Sigstore transparency entry: 1452319172
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 169.7 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0b0f56efa3a8ea7e52f48b08694c362bd053462b9fb61ef1f671ca030745948
|
|
| MD5 |
b3abdca9fbe64ce38c8acf36115f8634
|
|
| BLAKE2b-256 |
3ca6afb7df63442d1f1f80f82ca45ca67e2dde1e4461af9ab1a219e234186ecd
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
f0b0f56efa3a8ea7e52f48b08694c362bd053462b9fb61ef1f671ca030745948 - Sigstore transparency entry: 1452320383
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 162.1 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99da63944d59787a2da2241630718102430834122422d018c8a5ae8e7c356f93
|
|
| MD5 |
47d71ecd6c5702794b774e95c1fa8316
|
|
| BLAKE2b-256 |
c0a3eeb377f06f6f7ad472df38406b9249d849d0c0294d5781f1b37a1840db2e
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
99da63944d59787a2da2241630718102430834122422d018c8a5ae8e7c356f93 - Sigstore transparency entry: 1452318640
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 87.5 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01fe6ffca81e6cd19c86d19e895a2fd0418b6e0cb41671266a57e62ecd8c7671
|
|
| MD5 |
459d490cddce3be4ab2e99e205428ad3
|
|
| BLAKE2b-256 |
79badf5eb3db74ee22070acafc6ad81aa2c6c59bdec36d6353772a1b492d1bb9
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
01fe6ffca81e6cd19c86d19e895a2fd0418b6e0cb41671266a57e62ecd8c7671 - Sigstore transparency entry: 1452320111
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp314-cp314-macosx_10_13_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp314-cp314-macosx_10_13_x86_64.whl
- Upload date:
- Size: 91.5 kB
- Tags: CPython 3.14, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e7026acd32d5cb4463ce1193e474cda9eed7c136cdf4328967a0489f08a9e0a
|
|
| MD5 |
960371541ec98644abcd5678b7321139
|
|
| BLAKE2b-256 |
1f898260bbf86453b44de355e44387437641dc1cafba931c1914be6b3a6ad73d
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp314-cp314-macosx_10_13_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp314-cp314-macosx_10_13_x86_64.whl -
Subject digest:
7e7026acd32d5cb4463ce1193e474cda9eed7c136cdf4328967a0489f08a9e0a - Sigstore transparency entry: 1452318393
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 40.7 kB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93bd99e1414794140f620ee4c92dddf4f850d87284bfc2e7713e33d4e5d19c81
|
|
| MD5 |
20fc8013eb261b888db4b358e940d296
|
|
| BLAKE2b-256 |
00b547eb058c1a860bba4f52703c93db1d0f4fb83b351c64ce647fc8d76e3cb6
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp313-cp313-win_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp313-cp313-win_arm64.whl -
Subject digest:
93bd99e1414794140f620ee4c92dddf4f850d87284bfc2e7713e33d4e5d19c81 - Sigstore transparency entry: 1452321124
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 46.8 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c769a0bf15f7ec0764f2fc824a80c8b0ced5f703e3ab16d13dc2b05ea9140d5c
|
|
| MD5 |
f40b8c6af024fb02063cb3f8ceda368d
|
|
| BLAKE2b-256 |
9188a5b522fc47dafbd506f39f46be10af2c66328ccc2d8537911d257878842f
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp313-cp313-win_amd64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp313-cp313-win_amd64.whl -
Subject digest:
c769a0bf15f7ec0764f2fc824a80c8b0ced5f703e3ab16d13dc2b05ea9140d5c - Sigstore transparency entry: 1452318481
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp313-cp313-win32.whl.
File metadata
- Download URL: twosquares-0.0.7-cp313-cp313-win32.whl
- Upload date:
- Size: 41.9 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c302acd32f1d62ba33ac60d8b567dff8f4f739c1cb009ad9750719fb955be48
|
|
| MD5 |
f420c7b92f432a5eb9285ef213dabe72
|
|
| BLAKE2b-256 |
75e2727eccbe8c1d93fb1b504afdf81122e264cb7b6e130b91dab4f94853f45a
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp313-cp313-win32.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp313-cp313-win32.whl -
Subject digest:
0c302acd32f1d62ba33ac60d8b567dff8f4f739c1cb009ad9750719fb955be48 - Sigstore transparency entry: 1452319506
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 169.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1dd06b95961b78628e7c0d1a698b37fd8978c1982aefe8077c4f5a1a3fb844e
|
|
| MD5 |
3c150162526aee2c077765efb6ebc80d
|
|
| BLAKE2b-256 |
f48c93d4b4a1f9e788e0df4c885a1e1e0aeb0721e57b374ce60d028fe9ecb7f6
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
f1dd06b95961b78628e7c0d1a698b37fd8978c1982aefe8077c4f5a1a3fb844e - Sigstore transparency entry: 1452320794
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 161.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f59a988c1ba3f68508da0caede77c6abf757bed5596b1360c596f6b6ebc425c
|
|
| MD5 |
d986df837c3393d5be91928da0a684b6
|
|
| BLAKE2b-256 |
a0f47ebe31729666ec6847a2ce305fd019d095fcbdc375e686f88ca19a4d1f72
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
1f59a988c1ba3f68508da0caede77c6abf757bed5596b1360c596f6b6ebc425c - Sigstore transparency entry: 1452319445
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 87.6 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59d3e2c114aa057b6c3d07964cbf71c8209e46801cf14ede3541c71ac24b214f
|
|
| MD5 |
e69e1d43fc7dab537f0743c6e84eeedb
|
|
| BLAKE2b-256 |
c44eac1f18406bbd1f753f4967f83615fefe8d9fbbb32b1e72bc54be8104ed0c
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
59d3e2c114aa057b6c3d07964cbf71c8209e46801cf14ede3541c71ac24b214f - Sigstore transparency entry: 1452321677
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 92.1 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cf43c0153aec8a7c1c21719e1402128c2c0111083122c4dca807e9aacb5c664
|
|
| MD5 |
0d7fc1e018b583e171eb6c4f995c254f
|
|
| BLAKE2b-256 |
2097a152ed34f6fe98f7414f131dbc84929f168a2ac6e5215a7cef52e4d67f34
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
6cf43c0153aec8a7c1c21719e1402128c2c0111083122c4dca807e9aacb5c664 - Sigstore transparency entry: 1452318279
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 40.8 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b82c9a3cc16184399130599e24ecc63b66fccb1abed2ae9c3c19df300201f4d
|
|
| MD5 |
bbabba3a1c279b09dd74308725eca9e7
|
|
| BLAKE2b-256 |
a5d5c0117331b482c1c1050c8bccf0d43ee038f6543285287b46b5faec2d7c72
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp312-cp312-win_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp312-cp312-win_arm64.whl -
Subject digest:
2b82c9a3cc16184399130599e24ecc63b66fccb1abed2ae9c3c19df300201f4d - Sigstore transparency entry: 1452322152
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 47.0 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cfd35d395be9a014eda3442de5f1586ba61446fdda78c103bcd22427804bd58
|
|
| MD5 |
f9422ebf34f9166a67c7b1ecf7663633
|
|
| BLAKE2b-256 |
d1a28cedf5c05731c2efa70ba710376a9a940ffffa9a5f4cc464190d7e5d68c7
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp312-cp312-win_amd64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp312-cp312-win_amd64.whl -
Subject digest:
4cfd35d395be9a014eda3442de5f1586ba61446fdda78c103bcd22427804bd58 - Sigstore transparency entry: 1452321893
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp312-cp312-win32.whl.
File metadata
- Download URL: twosquares-0.0.7-cp312-cp312-win32.whl
- Upload date:
- Size: 42.0 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
049a8dc07447f8775e3ed080d95f73e49a1e7a57820eeb0fbaef00145bf2cf14
|
|
| MD5 |
93f70c14e1041cd4c415f0c2cd377526
|
|
| BLAKE2b-256 |
e38fb59aaab9e75078300fdc970f480e17b14c7c8389ade1571fa54935afbee3
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp312-cp312-win32.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp312-cp312-win32.whl -
Subject digest:
049a8dc07447f8775e3ed080d95f73e49a1e7a57820eeb0fbaef00145bf2cf14 - Sigstore transparency entry: 1452321381
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 172.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daf09c64fb3379703881d9d75d42448f26ea843437ab8e6716659e43d51fad64
|
|
| MD5 |
520921a6abfe395c1f0feb47f1998132
|
|
| BLAKE2b-256 |
30e949c3fc896fbc5fc6d0318a5b8323b577c5bc2a165f4a643529a330a30e69
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
daf09c64fb3379703881d9d75d42448f26ea843437ab8e6716659e43d51fad64 - Sigstore transparency entry: 1452319793
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 164.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3c3b04a9193db2517cea328d6a0d3be44e220c6158389027fd05b91780c4082
|
|
| MD5 |
75e3c6bfa076a617c357aa8a182c3162
|
|
| BLAKE2b-256 |
f68d07d2fcdc3d873a2d435b5acc8a1cb2ca0e32a8e9954a9905ed64b27664f6
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
a3c3b04a9193db2517cea328d6a0d3be44e220c6158389027fd05b91780c4082 - Sigstore transparency entry: 1452319733
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 88.2 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b573a3a5b5578e17e664e37ad6b9c0f96132459f8fe1e87a32cebef97e04654b
|
|
| MD5 |
a665784ccb790121cf1abcb78938c4f8
|
|
| BLAKE2b-256 |
e0ac89f7ab47ed6475f2c4a1539975dabd2fb1268a858b60c9ddecf3548481b0
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
b573a3a5b5578e17e664e37ad6b9c0f96132459f8fe1e87a32cebef97e04654b - Sigstore transparency entry: 1452320221
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 93.0 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
777d226b835927e3fe55697e09a2b97a94f2aa91e125161dff81c9d13ad95f5d
|
|
| MD5 |
c2184a6ce68aa612e6e7cd0d71683fbd
|
|
| BLAKE2b-256 |
a775d31f77c99c3855bda2afff96986ee3dcc165fb1037441dd132d9f12918ea
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
777d226b835927e3fe55697e09a2b97a94f2aa91e125161dff81c9d13ad95f5d - Sigstore transparency entry: 1452320491
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 40.4 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ebe1b6761fa04c926ca596013f3c72a0b275409fea756d0f34ac8f1a014ad19
|
|
| MD5 |
73b1d7e8162cf07dc4fe37da297f9334
|
|
| BLAKE2b-256 |
57b8051fc6308a55eeb628d1dcedf2c3c1ad3be34db9d9cfc83b76aef84c7160
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp311-cp311-win_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp311-cp311-win_arm64.whl -
Subject digest:
1ebe1b6761fa04c926ca596013f3c72a0b275409fea756d0f34ac8f1a014ad19 - Sigstore transparency entry: 1452320174
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 46.6 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc4eec596675f072e2c1cdc2bc5e434545c347b640b72c75e0941692a48e9690
|
|
| MD5 |
82561de126c5d0918390cb06ad09fbf7
|
|
| BLAKE2b-256 |
01cdbe7be62343076b4a37b2658393ad2e9e879d5cc7557751258cdf3eec6a64
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp311-cp311-win_amd64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp311-cp311-win_amd64.whl -
Subject digest:
bc4eec596675f072e2c1cdc2bc5e434545c347b640b72c75e0941692a48e9690 - Sigstore transparency entry: 1452320312
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp311-cp311-win32.whl.
File metadata
- Download URL: twosquares-0.0.7-cp311-cp311-win32.whl
- Upload date:
- Size: 42.0 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf8c66063c04062c1dfa4704f3cb4c512f0a66d777df428aeb8a3119190ccf43
|
|
| MD5 |
6bf334acd321ad73922e94cfb97b1794
|
|
| BLAKE2b-256 |
316e82cab0e86122d837b77fed5000fdf7f1f5e8a40280dbbb458a9346e7ed19
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp311-cp311-win32.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp311-cp311-win32.whl -
Subject digest:
cf8c66063c04062c1dfa4704f3cb4c512f0a66d777df428aeb8a3119190ccf43 - Sigstore transparency entry: 1452321798
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 167.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfbca973dbb735bc22ad01c78d8eb95b615e8e050275a563f4d5429b074bb6b5
|
|
| MD5 |
23189369319b72e72e722a55d818fb4f
|
|
| BLAKE2b-256 |
6abda8c1e894dcc267d63f16a52508b19543eceda98823e4bf61de95b8a689ed
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
dfbca973dbb735bc22ad01c78d8eb95b615e8e050275a563f4d5429b074bb6b5 - Sigstore transparency entry: 1452319305
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 159.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf27d141c6dc5c35e902d0b95d41c2884f0fe1e9149039594a8977f8ef29b65d
|
|
| MD5 |
f0b18a54e7eee57cc67940f597e8b412
|
|
| BLAKE2b-256 |
bebf8f23e20d89d1b1b516e4ced8839673c8e72bb7fd31f781dfa8fbb9dc0cce
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
cf27d141c6dc5c35e902d0b95d41c2884f0fe1e9149039594a8977f8ef29b65d - Sigstore transparency entry: 1452318795
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 87.5 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbf3879ffee2792ac1791e330d4e5cc8af525784cd8b30c07f0a6113dcd54a30
|
|
| MD5 |
8295be9bcbbce76ff7d2c8153d880dd4
|
|
| BLAKE2b-256 |
d6628af605b79d99e9ae8dffe0e69c95cf8b21f36dfd64e48b2a264e4b3c5e01
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
cbf3879ffee2792ac1791e330d4e5cc8af525784cd8b30c07f0a6113dcd54a30 - Sigstore transparency entry: 1452319616
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 91.7 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e61ab27e5b2d4979b4575cbcb945b5acbb37eef4a75b85349e5ae498e80bbbb
|
|
| MD5 |
ba80d09f048cded600b371efe4c6c48d
|
|
| BLAKE2b-256 |
1ca6bd5524fd14f2703007af1ddaa0e3402fa0f73abc12122edae60373da883a
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
5e61ab27e5b2d4979b4575cbcb945b5acbb37eef4a75b85349e5ae498e80bbbb - Sigstore transparency entry: 1452319084
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp310-cp310-win_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp310-cp310-win_arm64.whl
- Upload date:
- Size: 40.7 kB
- Tags: CPython 3.10, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a094673eb27d06a981a05219c71b93faa65ae244382b47a758c54a010c96120
|
|
| MD5 |
840c4763a8593bc5ec17659c972e0552
|
|
| BLAKE2b-256 |
6b780ecd83c0d63e474d40a40f30ab41a9b847c877af2f401d41d9fb00d02477
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp310-cp310-win_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp310-cp310-win_arm64.whl -
Subject digest:
9a094673eb27d06a981a05219c71b93faa65ae244382b47a758c54a010c96120 - Sigstore transparency entry: 1452318919
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 46.8 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b63530cbe4f7bc3274ba3fcee4a7a930e93666a6c77473a7ab874408c39ce2f6
|
|
| MD5 |
08ce6a24ae494edc52b73a70e2010e22
|
|
| BLAKE2b-256 |
8154cd7f33b652f6a27c3783f7cf9c9b597db796bc1cb7f006eabf774b92cc83
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp310-cp310-win_amd64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp310-cp310-win_amd64.whl -
Subject digest:
b63530cbe4f7bc3274ba3fcee4a7a930e93666a6c77473a7ab874408c39ce2f6 - Sigstore transparency entry: 1452319674
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp310-cp310-win32.whl.
File metadata
- Download URL: twosquares-0.0.7-cp310-cp310-win32.whl
- Upload date:
- Size: 42.3 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5260e39fa57023194d7cba14b9a98575c6a9db3d25b4a6fb9f3c51a958ef4a1f
|
|
| MD5 |
481bb5e7264bee93c3320b92ed2b8175
|
|
| BLAKE2b-256 |
dbe3277b2ae7e48dbccb513b6aed871ae2221b703c1a41e294ffdcb6c86c87de
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp310-cp310-win32.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp310-cp310-win32.whl -
Subject digest:
5260e39fa57023194d7cba14b9a98575c6a9db3d25b4a6fb9f3c51a958ef4a1f - Sigstore transparency entry: 1452320585
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 165.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb1c73be775d886f8aa914d4d4876423f736ae4b6c938f94f513e4f2fe011a09
|
|
| MD5 |
a8e1ee60871c907f3a1e4c2c5f53dee3
|
|
| BLAKE2b-256 |
b241021c7ebee3c7667d58c52c8e755d8e3de4fd89f4d5168c6c1daeb32f5e96
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
bb1c73be775d886f8aa914d4d4876423f736ae4b6c938f94f513e4f2fe011a09 - Sigstore transparency entry: 1452319905
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 157.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63dbdab3caf29d8e32d765546080261ecca5a283ed5eed4070e24214bb1ad43b
|
|
| MD5 |
f0d4e68a85f6c594a07ae774c5576c9d
|
|
| BLAKE2b-256 |
ac204d675634e809159b90e68efc46bd390bc2fb802761808d12a7d358789865
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
63dbdab3caf29d8e32d765546080261ecca5a283ed5eed4070e24214bb1ad43b - Sigstore transparency entry: 1452320910
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 88.6 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67b5583bd2cdb10caba1db46c6328aaee7ffa01b1fbd39524e602b505d8a5bdc
|
|
| MD5 |
db7c3fda4c51d342fc6a22c8e9e1bb7e
|
|
| BLAKE2b-256 |
d549bfc7cf78b0481af69336ab81748c7ce11583f726700da12366e9fdad72f1
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
67b5583bd2cdb10caba1db46c6328aaee7ffa01b1fbd39524e602b505d8a5bdc - Sigstore transparency entry: 1452322029
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 92.8 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5a097ed17c079d0424da6dc226c8e9360b64b1d082be802965f1cbf3ed49534
|
|
| MD5 |
9e44acbf47f321e2881aeac369b62a4d
|
|
| BLAKE2b-256 |
b371512784e0d469ae3ad98cbecd9faa87cf46b22dfbc5d5e960af62d53f3815
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
d5a097ed17c079d0424da6dc226c8e9360b64b1d082be802965f1cbf3ed49534 - Sigstore transparency entry: 1452321471
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp39-cp39-win_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp39-cp39-win_arm64.whl
- Upload date:
- Size: 33.6 kB
- Tags: CPython 3.9, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ed0247d32315a192addecc24a153c6f0f2241c37bbe8b3548b9b2d9bf37fd98
|
|
| MD5 |
d143e62ef7879eb7f57db5d318fded2d
|
|
| BLAKE2b-256 |
909368b80d435439cbf751e325f5b198eacecd5ac7dd167df6a8da901efe48f2
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp39-cp39-win_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp39-cp39-win_arm64.whl -
Subject digest:
9ed0247d32315a192addecc24a153c6f0f2241c37bbe8b3548b9b2d9bf37fd98 - Sigstore transparency entry: 1452321576
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 38.2 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8461077a2dd49d7673437c9d9a5557ab8174bae8779aa572561ddfeb6d928e6
|
|
| MD5 |
cd0beb301068bf0b1037aa6bb8f9aa72
|
|
| BLAKE2b-256 |
1f531cf95167d7beef7b1623008716f7c6b2b42300c56d434fc46ab348628bc2
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp39-cp39-win_amd64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp39-cp39-win_amd64.whl -
Subject digest:
a8461077a2dd49d7673437c9d9a5557ab8174bae8779aa572561ddfeb6d928e6 - Sigstore transparency entry: 1452319025
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp39-cp39-win32.whl.
File metadata
- Download URL: twosquares-0.0.7-cp39-cp39-win32.whl
- Upload date:
- Size: 34.4 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50e56f28eff34afde1751b4cc05b3b7f3a0f176a25f61dd2ed8186c9becd5f97
|
|
| MD5 |
3ff02aae1df318ecca9ef884c963cd24
|
|
| BLAKE2b-256 |
c04bd1acdbe3dadbc191cdf30651c6d7698bc5439be6a5f22568766a57b70582
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp39-cp39-win32.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp39-cp39-win32.whl -
Subject digest:
50e56f28eff34afde1751b4cc05b3b7f3a0f176a25f61dd2ed8186c9becd5f97 - Sigstore transparency entry: 1452318573
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 145.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22ee8869314ec6689b5d828c92df2bf0044216200e884b54134f0fcfe6d4c304
|
|
| MD5 |
e840c3dd99a08bc65745b695fad66d93
|
|
| BLAKE2b-256 |
e76c1788e4b8865cb35f51cbc20b1eb147bf2168c28fcf4ea4f18f6c6146b0df
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
22ee8869314ec6689b5d828c92df2bf0044216200e884b54134f0fcfe6d4c304 - Sigstore transparency entry: 1452321021
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 138.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbef0a7d218cd905e69df7f4b4e27fec4719f5a9994ab8f26bcf80c03cdcf303
|
|
| MD5 |
b55a4dcf7c00a1cc01730168f9b2803e
|
|
| BLAKE2b-256 |
53dc62e1d8f757912ec972fd375f54f018a86e0bf24150d10d9c78d0c66bc446
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
dbef0a7d218cd905e69df7f4b4e27fec4719f5a9994ab8f26bcf80c03cdcf303 - Sigstore transparency entry: 1452319995
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 78.8 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ccd98a8058e58a95497c80a039eb070bd91d1aead921b372ecbe2666b6624ff
|
|
| MD5 |
fde3c031f2a971207c6d7ce9386993fd
|
|
| BLAKE2b-256 |
20b297e6436ac41647af601b47898cba0e1a5f9e7ec2fc6d145368463fedaaeb
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
3ccd98a8058e58a95497c80a039eb070bd91d1aead921b372ecbe2666b6624ff - Sigstore transparency entry: 1452319361
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type:
File details
Details for the file twosquares-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: twosquares-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 83.5 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2b0b26354bfe027525927c0f9e0ed6a17516ade1c7a3f45926413978692a5d9
|
|
| MD5 |
40c54055eece2f37c3e1c90c3626f2a4
|
|
| BLAKE2b-256 |
17227bc1d9e105494239db7e135da8328ee51540b8367fc75d7b531cec439b7c
|
Provenance
The following attestation bundles were made for twosquares-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl:
Publisher:
ci.yml on rheard/twosquares
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
twosquares-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl -
Subject digest:
d2b0b26354bfe027525927c0f9e0ed6a17516ade1c7a3f45926413978692a5d9 - Sigstore transparency entry: 1452321256
- Sigstore integration time:
-
Permalink:
rheard/twosquares@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/rheard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@695ee70c114780a41fc1eaf73e7ca9be4fdfbd95 -
Trigger Event:
push
-
Statement type: