Skip to main content

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.

Release files for twosquares 0.0.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for twosquares 0.0.7
File
twosquares-0.0.7-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
twosquares-0.0.7-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
twosquares-0.0.7-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
twosquares-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
twosquares-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
twosquares-0.0.7-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
twosquares-0.0.7-cp314-cp314-macosx_10_13_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.13+ x86-64 Details
twosquares-0.0.7-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
twosquares-0.0.7-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
twosquares-0.0.7-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
twosquares-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
twosquares-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
twosquares-0.0.7-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
twosquares-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
twosquares-0.0.7-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
twosquares-0.0.7-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
twosquares-0.0.7-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
twosquares-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
twosquares-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
twosquares-0.0.7-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
twosquares-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
twosquares-0.0.7-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
twosquares-0.0.7-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
twosquares-0.0.7-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
twosquares-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
twosquares-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
twosquares-0.0.7-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
twosquares-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
twosquares-0.0.7-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
twosquares-0.0.7-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
twosquares-0.0.7-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
twosquares-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
twosquares-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
twosquares-0.0.7-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
twosquares-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
twosquares-0.0.7-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
twosquares-0.0.7-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
twosquares-0.0.7-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
twosquares-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
twosquares-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
twosquares-0.0.7-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
twosquares-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 3.8 MB

Release files / twosquares-0.0.7-cp314-cp314-win_arm64.whl

Download URL twosquares-0.0.7-cp314-cp314-win_arm64.whl
Size 40.7 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
f09872efd860d8f60f8c5636ccd2090dee600b60476e0f19f118b26f0bad8f9b
BLAKE2b-256 checksum
How to use checksums
b416cdb48ae8fbfa0cb5f00d7ba61041510d70310272d9cf0553c0f445842d66
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp314-cp314-win_amd64.whl

Download URL twosquares-0.0.7-cp314-cp314-win_amd64.whl
Size 46.9 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
add8d07794a41b704bb5e86d02853ed6e363e0a4be23592ea990863598c183c7
BLAKE2b-256 checksum
How to use checksums
3c36869826d1929865d64d550302032f02e65b7e7759e0629bd7483580ba195d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp314-cp314-win32.whl

Download URL twosquares-0.0.7-cp314-cp314-win32.whl
Size 42.0 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
e0b28053484eeb0fbcb643ed3091e9419850bd7cad44c51fca1a13ac442e6ef3
BLAKE2b-256 checksum
How to use checksums
13a1e86a00dca67141b3c9cee2f49ab3e25392c8172f3262b9c9c5cb345915e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL twosquares-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 169.7 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f0b0f56efa3a8ea7e52f48b08694c362bd053462b9fb61ef1f671ca030745948
BLAKE2b-256 checksum
How to use checksums
3ca6afb7df63442d1f1f80f82ca45ca67e2dde1e4461af9ab1a219e234186ecd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL twosquares-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 162.1 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
99da63944d59787a2da2241630718102430834122422d018c8a5ae8e7c356f93
BLAKE2b-256 checksum
How to use checksums
c0a3eeb377f06f6f7ad472df38406b9249d849d0c0294d5781f1b37a1840db2e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp314-cp314-macosx_11_0_arm64.whl

Download URL twosquares-0.0.7-cp314-cp314-macosx_11_0_arm64.whl
Size 87.5 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
01fe6ffca81e6cd19c86d19e895a2fd0418b6e0cb41671266a57e62ecd8c7671
BLAKE2b-256 checksum
How to use checksums
79badf5eb3db74ee22070acafc6ad81aa2c6c59bdec36d6353772a1b492d1bb9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp314-cp314-macosx_10_13_x86_64.whl

Download URL twosquares-0.0.7-cp314-cp314-macosx_10_13_x86_64.whl
Size 91.5 kB
Tags CPython 3.14 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
7e7026acd32d5cb4463ce1193e474cda9eed7c136cdf4328967a0489f08a9e0a
BLAKE2b-256 checksum
How to use checksums
1f898260bbf86453b44de355e44387437641dc1cafba931c1914be6b3a6ad73d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp313-cp313-win_arm64.whl

Download URL twosquares-0.0.7-cp313-cp313-win_arm64.whl
Size 40.7 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
93bd99e1414794140f620ee4c92dddf4f850d87284bfc2e7713e33d4e5d19c81
BLAKE2b-256 checksum
How to use checksums
00b547eb058c1a860bba4f52703c93db1d0f4fb83b351c64ce647fc8d76e3cb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp313-cp313-win_amd64.whl

Download URL twosquares-0.0.7-cp313-cp313-win_amd64.whl
Size 46.8 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
c769a0bf15f7ec0764f2fc824a80c8b0ced5f703e3ab16d13dc2b05ea9140d5c
BLAKE2b-256 checksum
How to use checksums
9188a5b522fc47dafbd506f39f46be10af2c66328ccc2d8537911d257878842f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp313-cp313-win32.whl

Download URL twosquares-0.0.7-cp313-cp313-win32.whl
Size 41.9 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
0c302acd32f1d62ba33ac60d8b567dff8f4f739c1cb009ad9750719fb955be48
BLAKE2b-256 checksum
How to use checksums
75e2727eccbe8c1d93fb1b504afdf81122e264cb7b6e130b91dab4f94853f45a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL twosquares-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 169.9 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f1dd06b95961b78628e7c0d1a698b37fd8978c1982aefe8077c4f5a1a3fb844e
BLAKE2b-256 checksum
How to use checksums
f48c93d4b4a1f9e788e0df4c885a1e1e0aeb0721e57b374ce60d028fe9ecb7f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL twosquares-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 161.7 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
1f59a988c1ba3f68508da0caede77c6abf757bed5596b1360c596f6b6ebc425c
BLAKE2b-256 checksum
How to use checksums
a0f47ebe31729666ec6847a2ce305fd019d095fcbdc375e686f88ca19a4d1f72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp313-cp313-macosx_11_0_arm64.whl

Download URL twosquares-0.0.7-cp313-cp313-macosx_11_0_arm64.whl
Size 87.6 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
59d3e2c114aa057b6c3d07964cbf71c8209e46801cf14ede3541c71ac24b214f
BLAKE2b-256 checksum
How to use checksums
c44eac1f18406bbd1f753f4967f83615fefe8d9fbbb32b1e72bc54be8104ed0c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl

Download URL twosquares-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl
Size 92.1 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
6cf43c0153aec8a7c1c21719e1402128c2c0111083122c4dca807e9aacb5c664
BLAKE2b-256 checksum
How to use checksums
2097a152ed34f6fe98f7414f131dbc84929f168a2ac6e5215a7cef52e4d67f34
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp312-cp312-win_arm64.whl

Download URL twosquares-0.0.7-cp312-cp312-win_arm64.whl
Size 40.8 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
2b82c9a3cc16184399130599e24ecc63b66fccb1abed2ae9c3c19df300201f4d
BLAKE2b-256 checksum
How to use checksums
a5d5c0117331b482c1c1050c8bccf0d43ee038f6543285287b46b5faec2d7c72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp312-cp312-win_amd64.whl

Download URL twosquares-0.0.7-cp312-cp312-win_amd64.whl
Size 47.0 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
4cfd35d395be9a014eda3442de5f1586ba61446fdda78c103bcd22427804bd58
BLAKE2b-256 checksum
How to use checksums
d1a28cedf5c05731c2efa70ba710376a9a940ffffa9a5f4cc464190d7e5d68c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp312-cp312-win32.whl

Download URL twosquares-0.0.7-cp312-cp312-win32.whl
Size 42.0 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
049a8dc07447f8775e3ed080d95f73e49a1e7a57820eeb0fbaef00145bf2cf14
BLAKE2b-256 checksum
How to use checksums
e38fb59aaab9e75078300fdc970f480e17b14c7c8389ade1571fa54935afbee3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL twosquares-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 172.3 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
daf09c64fb3379703881d9d75d42448f26ea843437ab8e6716659e43d51fad64
BLAKE2b-256 checksum
How to use checksums
30e949c3fc896fbc5fc6d0318a5b8323b577c5bc2a165f4a643529a330a30e69
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL twosquares-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 164.4 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a3c3b04a9193db2517cea328d6a0d3be44e220c6158389027fd05b91780c4082
BLAKE2b-256 checksum
How to use checksums
f68d07d2fcdc3d873a2d435b5acc8a1cb2ca0e32a8e9954a9905ed64b27664f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp312-cp312-macosx_11_0_arm64.whl

Download URL twosquares-0.0.7-cp312-cp312-macosx_11_0_arm64.whl
Size 88.2 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b573a3a5b5578e17e664e37ad6b9c0f96132459f8fe1e87a32cebef97e04654b
BLAKE2b-256 checksum
How to use checksums
e0ac89f7ab47ed6475f2c4a1539975dabd2fb1268a858b60c9ddecf3548481b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl

Download URL twosquares-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl
Size 93.0 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
777d226b835927e3fe55697e09a2b97a94f2aa91e125161dff81c9d13ad95f5d
BLAKE2b-256 checksum
How to use checksums
a775d31f77c99c3855bda2afff96986ee3dcc165fb1037441dd132d9f12918ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp311-cp311-win_arm64.whl

Download URL twosquares-0.0.7-cp311-cp311-win_arm64.whl
Size 40.4 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
1ebe1b6761fa04c926ca596013f3c72a0b275409fea756d0f34ac8f1a014ad19
BLAKE2b-256 checksum
How to use checksums
57b8051fc6308a55eeb628d1dcedf2c3c1ad3be34db9d9cfc83b76aef84c7160
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp311-cp311-win_amd64.whl

Download URL twosquares-0.0.7-cp311-cp311-win_amd64.whl
Size 46.6 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
bc4eec596675f072e2c1cdc2bc5e434545c347b640b72c75e0941692a48e9690
BLAKE2b-256 checksum
How to use checksums
01cdbe7be62343076b4a37b2658393ad2e9e879d5cc7557751258cdf3eec6a64
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp311-cp311-win32.whl

Download URL twosquares-0.0.7-cp311-cp311-win32.whl
Size 42.0 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
cf8c66063c04062c1dfa4704f3cb4c512f0a66d777df428aeb8a3119190ccf43
BLAKE2b-256 checksum
How to use checksums
316e82cab0e86122d837b77fed5000fdf7f1f5e8a40280dbbb458a9346e7ed19
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL twosquares-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 167.1 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
dfbca973dbb735bc22ad01c78d8eb95b615e8e050275a563f4d5429b074bb6b5
BLAKE2b-256 checksum
How to use checksums
6abda8c1e894dcc267d63f16a52508b19543eceda98823e4bf61de95b8a689ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL twosquares-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 159.6 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
cf27d141c6dc5c35e902d0b95d41c2884f0fe1e9149039594a8977f8ef29b65d
BLAKE2b-256 checksum
How to use checksums
bebf8f23e20d89d1b1b516e4ced8839673c8e72bb7fd31f781dfa8fbb9dc0cce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp311-cp311-macosx_11_0_arm64.whl

Download URL twosquares-0.0.7-cp311-cp311-macosx_11_0_arm64.whl
Size 87.5 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
cbf3879ffee2792ac1791e330d4e5cc8af525784cd8b30c07f0a6113dcd54a30
BLAKE2b-256 checksum
How to use checksums
d6628af605b79d99e9ae8dffe0e69c95cf8b21f36dfd64e48b2a264e4b3c5e01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl

Download URL twosquares-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl
Size 91.7 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
5e61ab27e5b2d4979b4575cbcb945b5acbb37eef4a75b85349e5ae498e80bbbb
BLAKE2b-256 checksum
How to use checksums
1ca6bd5524fd14f2703007af1ddaa0e3402fa0f73abc12122edae60373da883a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp310-cp310-win_arm64.whl

Download URL twosquares-0.0.7-cp310-cp310-win_arm64.whl
Size 40.7 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
9a094673eb27d06a981a05219c71b93faa65ae244382b47a758c54a010c96120
BLAKE2b-256 checksum
How to use checksums
6b780ecd83c0d63e474d40a40f30ab41a9b847c877af2f401d41d9fb00d02477
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp310-cp310-win_amd64.whl

Download URL twosquares-0.0.7-cp310-cp310-win_amd64.whl
Size 46.8 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
b63530cbe4f7bc3274ba3fcee4a7a930e93666a6c77473a7ab874408c39ce2f6
BLAKE2b-256 checksum
How to use checksums
8154cd7f33b652f6a27c3783f7cf9c9b597db796bc1cb7f006eabf774b92cc83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp310-cp310-win32.whl

Download URL twosquares-0.0.7-cp310-cp310-win32.whl
Size 42.3 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
5260e39fa57023194d7cba14b9a98575c6a9db3d25b4a6fb9f3c51a958ef4a1f
BLAKE2b-256 checksum
How to use checksums
dbe3277b2ae7e48dbccb513b6aed871ae2221b703c1a41e294ffdcb6c86c87de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL twosquares-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 165.6 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
bb1c73be775d886f8aa914d4d4876423f736ae4b6c938f94f513e4f2fe011a09
BLAKE2b-256 checksum
How to use checksums
b241021c7ebee3c7667d58c52c8e755d8e3de4fd89f4d5168c6c1daeb32f5e96
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL twosquares-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 157.9 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
63dbdab3caf29d8e32d765546080261ecca5a283ed5eed4070e24214bb1ad43b
BLAKE2b-256 checksum
How to use checksums
ac204d675634e809159b90e68efc46bd390bc2fb802761808d12a7d358789865
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp310-cp310-macosx_11_0_arm64.whl

Download URL twosquares-0.0.7-cp310-cp310-macosx_11_0_arm64.whl
Size 88.6 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
67b5583bd2cdb10caba1db46c6328aaee7ffa01b1fbd39524e602b505d8a5bdc
BLAKE2b-256 checksum
How to use checksums
d549bfc7cf78b0481af69336ab81748c7ce11583f726700da12366e9fdad72f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl

Download URL twosquares-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl
Size 92.8 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d5a097ed17c079d0424da6dc226c8e9360b64b1d082be802965f1cbf3ed49534
BLAKE2b-256 checksum
How to use checksums
b371512784e0d469ae3ad98cbecd9faa87cf46b22dfbc5d5e960af62d53f3815
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp39-cp39-win_arm64.whl

Download URL twosquares-0.0.7-cp39-cp39-win_arm64.whl
Size 33.6 kB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
9ed0247d32315a192addecc24a153c6f0f2241c37bbe8b3548b9b2d9bf37fd98
BLAKE2b-256 checksum
How to use checksums
909368b80d435439cbf751e325f5b198eacecd5ac7dd167df6a8da901efe48f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp39-cp39-win_amd64.whl

Download URL twosquares-0.0.7-cp39-cp39-win_amd64.whl
Size 38.2 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
a8461077a2dd49d7673437c9d9a5557ab8174bae8779aa572561ddfeb6d928e6
BLAKE2b-256 checksum
How to use checksums
1f531cf95167d7beef7b1623008716f7c6b2b42300c56d434fc46ab348628bc2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp39-cp39-win32.whl

Download URL twosquares-0.0.7-cp39-cp39-win32.whl
Size 34.4 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
50e56f28eff34afde1751b4cc05b3b7f3a0f176a25f61dd2ed8186c9becd5f97
BLAKE2b-256 checksum
How to use checksums
c04bd1acdbe3dadbc191cdf30651c6d7698bc5439be6a5f22568766a57b70582
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL twosquares-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 145.8 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
22ee8869314ec6689b5d828c92df2bf0044216200e884b54134f0fcfe6d4c304
BLAKE2b-256 checksum
How to use checksums
e76c1788e4b8865cb35f51cbc20b1eb147bf2168c28fcf4ea4f18f6c6146b0df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL twosquares-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 138.5 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
dbef0a7d218cd905e69df7f4b4e27fec4719f5a9994ab8f26bcf80c03cdcf303
BLAKE2b-256 checksum
How to use checksums
53dc62e1d8f757912ec972fd375f54f018a86e0bf24150d10d9c78d0c66bc446
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp39-cp39-macosx_11_0_arm64.whl

Download URL twosquares-0.0.7-cp39-cp39-macosx_11_0_arm64.whl
Size 78.8 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3ccd98a8058e58a95497c80a039eb070bd91d1aead921b372ecbe2666b6624ff
BLAKE2b-256 checksum
How to use checksums
20b297e6436ac41647af601b47898cba0e1a5f9e7ec2fc6d145368463fedaaeb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release files / twosquares-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl

Download URL twosquares-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl
Size 83.5 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d2b0b26354bfe027525927c0f9e0ed6a17516ade1c7a3f45926413978692a5d9
BLAKE2b-256 checksum
How to use checksums
17227bc1d9e105494239db7e135da8328ee51540b8367fc75d7b531cec439b7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 6, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.0.7 This release

42 release files

0.0.5

42 release files

0.0.4

35 release files

0.0.3

35 release files

0.0.2

40 release files

0.0.1

40 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page