Skip to main content

A quatint class, for using quaternions backed by integers and half-integers (Hurwitz integers).

Project description

This package provides a hurwitzint class for dealing with Hurwitz integers.

Float operations are avoided by this package for infinite precision. To input half-integers with infinite precision, use the half argument as so:

from quatint import hurwitzint

a = hurwitzint(3, 5, 7, 11)

print(a)  # Outputs "3+5i+7j+11k"

Examples

from quatint import hurwitzint

a = hurwitzint(1, 2, 3, 4)
b = hurwitzint(2, 3, 4, 5)

c = a * b
print(c)  # Outputs "-36+6i+12j+12k"

Disclaimer

This is intended for use with discrete mathematics, and ideally will be limited to the operations: add, sub, mul, and pow.

Trying to divide using this class, or using floats with this class, will (probably) result in integer conversion cutoff.

As an example of this problem, note the equivalences below:

from quatint import hurwitzint

a = hurwitzint(1, 2, 3, 4)

print(a / 3)  # Outputs "i+j+k"
print(a / 3.5)  # Outputs "i+j+k"

print(a + 1)  # Outputs "2+2i+3j+4k"
print(a + 1.5)  # Outputs "2+2i+3j+4k"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

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

Built Distributions

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

quatint-0.0.3-cp314-cp314-win_arm64.whl (75.6 kB view details)

Uploaded CPython 3.14Windows ARM64

quatint-0.0.3-cp314-cp314-win_amd64.whl (85.6 kB view details)

Uploaded CPython 3.14Windows x86-64

quatint-0.0.3-cp314-cp314-win32.whl (74.6 kB view details)

Uploaded CPython 3.14Windows x86

quatint-0.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (258.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (245.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.3-cp314-cp314-macosx_11_0_arm64.whl (132.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

quatint-0.0.3-cp314-cp314-macosx_10_15_x86_64.whl (140.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

quatint-0.0.3-cp313-cp313-win_arm64.whl (74.8 kB view details)

Uploaded CPython 3.13Windows ARM64

quatint-0.0.3-cp313-cp313-win_amd64.whl (85.2 kB view details)

Uploaded CPython 3.13Windows x86-64

quatint-0.0.3-cp313-cp313-win32.whl (74.1 kB view details)

Uploaded CPython 3.13Windows x86

quatint-0.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (258.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (245.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.3-cp313-cp313-macosx_11_0_arm64.whl (132.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

quatint-0.0.3-cp313-cp313-macosx_10_13_x86_64.whl (141.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

quatint-0.0.3-cp312-cp312-win_arm64.whl (74.7 kB view details)

Uploaded CPython 3.12Windows ARM64

quatint-0.0.3-cp312-cp312-win_amd64.whl (85.4 kB view details)

Uploaded CPython 3.12Windows x86-64

quatint-0.0.3-cp312-cp312-win32.whl (74.4 kB view details)

Uploaded CPython 3.12Windows x86

quatint-0.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (260.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (247.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.3-cp312-cp312-macosx_11_0_arm64.whl (132.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

quatint-0.0.3-cp312-cp312-macosx_10_13_x86_64.whl (141.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

quatint-0.0.3-cp311-cp311-win_arm64.whl (73.8 kB view details)

Uploaded CPython 3.11Windows ARM64

quatint-0.0.3-cp311-cp311-win_amd64.whl (84.6 kB view details)

Uploaded CPython 3.11Windows x86-64

quatint-0.0.3-cp311-cp311-win32.whl (73.7 kB view details)

Uploaded CPython 3.11Windows x86

quatint-0.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (253.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (241.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.3-cp311-cp311-macosx_11_0_arm64.whl (131.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

quatint-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl (139.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

quatint-0.0.3-cp310-cp310-win_arm64.whl (74.0 kB view details)

Uploaded CPython 3.10Windows ARM64

quatint-0.0.3-cp310-cp310-win_amd64.whl (84.8 kB view details)

Uploaded CPython 3.10Windows x86-64

quatint-0.0.3-cp310-cp310-win32.whl (74.0 kB view details)

Uploaded CPython 3.10Windows x86

quatint-0.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (251.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (238.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.3-cp310-cp310-macosx_11_0_arm64.whl (132.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

quatint-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl (140.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

quatint-0.0.3-cp39-cp39-win_arm64.whl (74.0 kB view details)

Uploaded CPython 3.9Windows ARM64

quatint-0.0.3-cp39-cp39-win_amd64.whl (84.7 kB view details)

Uploaded CPython 3.9Windows x86-64

quatint-0.0.3-cp39-cp39-win32.whl (73.9 kB view details)

Uploaded CPython 3.9Windows x86

quatint-0.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (251.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (237.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.3-cp39-cp39-macosx_11_0_arm64.whl (132.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

quatint-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl (140.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file quatint-0.0.3-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 75.6 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 57083f6bf70b768a8b2dac100b81747d1b4220db1dd6fa9f2e7242c5199c8d28
MD5 dd2cf5f4c62aa7047981f49fb772b082
BLAKE2b-256 2b63838912eaeed4e169bef6bd0107612b4d0f5dc986888d2c7a4e5f50343a78

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp314-cp314-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 85.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 332d4580854c670612d9a86c4ca1fb3ec73f04588a656f8f74854e209378b349
MD5 30b20f035d464de15a478fd182c22ed3
BLAKE2b-256 9444a761cf261c7830df644157688c5d80a93f4705c536f31914c8bc30552c3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp314-cp314-win32.whl.

File metadata

  • Download URL: quatint-0.0.3-cp314-cp314-win32.whl
  • Upload date:
  • Size: 74.6 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 82cc426079a66b0fcaa03f01cb56d6da376d68216723c9ea1e86377ca0c36fd2
MD5 91286b6b4992d43483dfaa71d7f30c6c
BLAKE2b-256 b5a94d16d6856446f39184eda53280f0e70804c66b1c377bb9755f15b3e52ba4

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp314-cp314-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b4d06705b1cc45252a84f0f3c52039743646c3015188de5684d0e97f73bcf0a
MD5 b2bf736fc1274c8494d59bfb9e110c13
BLAKE2b-256 e4e1e00777f3ce6d59e22d5954b13122269317137d186223fd47cbcc0d0f7405

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 11b98da38a4bbe7080b4f1af068aeccc0c76d33e5c8112fa612e812d48703dfa
MD5 4e6a5e135d3224dcfd16d62d3a7b613f
BLAKE2b-256 2f0bfede9db375431dafb4f90d698914fe4cb3cc7e51fdabb97d924e6c9a8701

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f1c2e7d5d07d442929b29ff392452a9d28f03ac8c2d01ca965920860a0541e7
MD5 886c627862a0cd88f9592dd74eb58cef
BLAKE2b-256 cd36792af6aa8ec859a5e317a519bc07829015b52e1b071b02de3fca67e88db1

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 28489eaab5ff7784c85bd45c23b8ace4da3e9dd3f332df75a0c9a5e915abda3f
MD5 6b418b36848d3c39878913e7981e7103
BLAKE2b-256 0f0be4b12165cf1c954dfd941984ad8db5e33ee478091c9e8cf4247111c56a75

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 74.8 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7eeaaffae4a259374df8922a4f33a00b2d49f36c572e28dc769ce74915a93aba
MD5 78ca4df201dd53d93fe196e296a1272c
BLAKE2b-256 010e2c9c811e3ff113d83d76c383bdffcc42130773c0f83dd910a26af23889af

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp313-cp313-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 85.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1065bde2ef5d990fcaefd1057e0f9dd667ef1bca71624a51186c8a0bfcc22294
MD5 c49181e450dad7645e12f7e504497980
BLAKE2b-256 395a2f475366f891bbb88645541bc00a294ebad069a72e341005fd4ceaca33bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: quatint-0.0.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 74.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 54fd18d2f74e46663b86d2e08e357495353248caf4200137e1ec6fdd6dd8ec7d
MD5 413a50e9424b57ff0744cb49b425a2a3
BLAKE2b-256 740cf47f91120a2e3aaefdcbc82081a105e71326167f58363c71f25f21a85bd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp313-cp313-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d3e1356b5176df2d6831fcf60a812deb1eed878994e4074b57977996ee9d069
MD5 7222b2c9ef573ea13982b88c5e5ab9da
BLAKE2b-256 e31767a5f9077c727337c8333aef5ce7927417512b48e0d453044fa1582c3588

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac3891c3c0d11b3c4ecd07678bd780fb4ac2a01d5cc836abe2cc4512de204382
MD5 97fd8a1c46401c32011475ea2e68f3fe
BLAKE2b-256 aecf8ece3df1117d4531f5d3991cd534884b0ea19cd5cacd11bf5d4a6e37cfe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fceb17df12947f2779bb3ec60f889c8bed48bf07e2c5d38e23a36882e22cdf26
MD5 b70f8bf6c0724b5756c51bb2d09ef7bb
BLAKE2b-256 3b4e548a877308d4dd3d4dd192a441ed11128bdbcef366c5c1051e69a42d218b

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b3f5da1dde1f91ae9bf3dc3c5ebd170dba8f3d162c46a7c03041bbe0d9addfc0
MD5 4b74252bb99005f61772a10d53f37cae
BLAKE2b-256 341bd1e9cf88b51078b4854e2564afa596ddae7db90f8d8156cd13b39cbab6eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 74.7 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5906ed94eb5e968219155efa98b33692ba76ad307d17d3c611e87a2526d90940
MD5 0cdaca22b3c39e7bde88313997cb5655
BLAKE2b-256 5e36ad466f4d3538b1c3be3c68239f0727316de861bf31f7e83ba97b9a32ef0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp312-cp312-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 85.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4392361dd1e3e118023976a359e69a487ef37032053f975d79886e1e273bb460
MD5 3e5da8bd5fb05ed75f3a548fe0a3b437
BLAKE2b-256 4aa89175b9c4dd4428a0216dd09aeae6548a4cb8b2bb8e3b2600e74e5ee0d03d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: quatint-0.0.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 74.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1721bbab5cf3184ba129e9718f817aa2f53d7bf004aae0ccc5c5e03a96c48a2f
MD5 58d66921bdc5b1dee23fcc19962873f7
BLAKE2b-256 bb1c37567ccb1d1ea5e840cd574c6a3dd09a5b2ab79c51f04b563aaaf983fee7

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp312-cp312-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53f5deeb2e93dec0cdb343652e6f9a5e88a2ab514b32b5c5c975b0e86aa2f585
MD5 ff27142d51283a41a647cfdb92252163
BLAKE2b-256 625b1707c46c1b283eb8acfef6be8a6139a0bf8457b582590c43cdeab6fae237

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f910999ff40462f7602cc34326e4fc7acecbb78d1435e61ba14746ca0cbaa0a3
MD5 eb27d3bdf7d16691d84825ad5f0fd004
BLAKE2b-256 4b9ccda63876bac1cc05f9375621858e3027ed9deaa968184de4be0db6cc4adf

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 950e91adb44d039d3a27312da6d40bc78ea8937d356080362200f5561c082d30
MD5 3234cfd106261fa6b7ab96f31b19c3c8
BLAKE2b-256 f36fcca13c880f10084538a2a595ed6bbcc0312919553499f9344d304d17997b

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 361ee2752ad5e0b6596265fd72089929e7082b0fdd9688a921c4e241eb40f155
MD5 cff0ba0df36ba95ade6a37aac7d990fe
BLAKE2b-256 04ef61cd28fa61d4f69afce2d52f8cc22d5c7c325431566750f2a273c08e8ad1

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 73.8 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b393a888a78b8011bae61b95cf622ec369313087f755dadf586e393d581d8afc
MD5 4f79861083f8cfbd6b2e536a0c53fbb9
BLAKE2b-256 6f853cf661411e784aeec1c7c1a2d04a812ee22a10b61a73096081d4ed2f840c

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp311-cp311-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 84.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a06e52a4a3a6aa6804b1fabc13d1d67a46473a9898cca5f17c220ea763dcb3be
MD5 95f176eb6c13a83d7cca6bf308782f56
BLAKE2b-256 b87a89b12b2601e6b8bb0658311b384e0ccd3ba464b49a07ac1100d4caacde52

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: quatint-0.0.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 feb6afaac89e052a6307c93b595e80d9efe44a3030bac658a52b6e588ba9ef11
MD5 06579477803e07abbad0920b4b9139c9
BLAKE2b-256 411b5a0b0bdcc2426c1da2c20eb41591f1ab3573b56969be1e7114abffe65978

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp311-cp311-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8780019ac88654e452cabf28f94ba3aeafa36051e4c112d2703af8263424198
MD5 6239e900dd698ff358a73ccccdf8f5df
BLAKE2b-256 64c3338de5fb8b9f2b32573a1ab60b340b1e01071cc45f6ed90a8bd971068b90

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5dde5cfb80b68f98d343adf4c89cf53709d4fbc9418857751e2bb3dc99752033
MD5 a5c395db9ced54f975a90cf3f9b69b3c
BLAKE2b-256 1a3b3e5c239354228c77f84f06f4751f7b586e843f7dedf9ebfb77314e558d92

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 918934211d2887b9cb8ae23ce7b0e83e418e90d907e1aa0cc459ad29da65a413
MD5 4da7c570b2d2858d0a385c43a351fba3
BLAKE2b-256 b0c6422860a86c977448db4389e71c7a00c35754abc98d33c0c967ceb113c5a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 415b3589923ccb82452227b0d62f1db222c29da73a35bcaa4eca602f778a90ad
MD5 eae67bedfac39fa8d324eae916250eb0
BLAKE2b-256 acab59a984bfcb7af859c4d2833f3f47dd1dcd417e31836230f5dda8594d86a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 74.0 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 fe8d9a63db38f15d85f0268311a3df1757d33c267c0c22470bad8a2f7f68885e
MD5 a68a732a7ad90c23c77713482f9b2bc7
BLAKE2b-256 1137563aed24e654256f65145061682537ff40a603cd861400adf86359ce526f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp310-cp310-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 84.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ea5ed7de07b0363570d618a625fe94bf0ffb6417ad654d1d19e5871a26a0cebe
MD5 ee136fd7a28d308a599598b89c4fcb8c
BLAKE2b-256 cffad0689ce4c80241cebf407e9dc6962a44a1c43a9fa00c160195a799dee5fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: quatint-0.0.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 74.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8838596b81cda5d149dd9872fcf1705b313b79b5f9976fa7e69a359bfb22e215
MD5 52a5da26b97bebdf25bfa9aee5ed198c
BLAKE2b-256 c47ac9da555fa44784d9dd8b2a407181b427ed47edbae63a913e03adeb5b410b

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp310-cp310-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7bfceadd7d16a5acaf7886feaf47b1506f310062b5916f009634e5f5d1714acc
MD5 f4adbcc705c6cf12a50f22e29af25a41
BLAKE2b-256 37ad3b5ad02e0e00691d4c1966512a080f2525593a8c32e74625b14de049339c

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91ae85e14489a4ef8136cc53b82b6b393043d2df82478b19cb56ae83ef1230c2
MD5 bfe99baa0b35dae8aec467efc267a7ae
BLAKE2b-256 3100fe4c143084f5507e6e8f8e69bf0585ebd53e782eae68e7e05fe817bbd4d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9104aac7c612e8d29b145f4d81aa67b446a1a53e01aee4044b0b40585bc8cde5
MD5 92d9a6459c1434457a87e7675be9358d
BLAKE2b-256 d0b362522080c4556830cd79c77d79421fe51114a59deb726dc27b06cbf4692f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 82afbc120c05e95031a167d681aef549a891b26765333a7511e24f4afffcd671
MD5 3c5c2dcb861f411a395f207f274c270b
BLAKE2b-256 ac3ccb14d0ad0f3356bde84f260f9eab609ca0e2542520981032b33d92fb0431

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 74.0 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 460ad42e99b8327ab4541b35a24c61712d5e5f4784681df0639ec47163380ff7
MD5 4ead8fdac8eb5d47a64628855e1ab9a7
BLAKE2b-256 d094939de2a0b6a691e1b6836726881d151c2cec8f16028194588a345f69a9b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp39-cp39-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 84.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c71b587e85166b790334090d50414154c301db84dc659432af5c7976d87acdba
MD5 2d93f947b29d25d9ad14e0d13e507721
BLAKE2b-256 c87c6cc09dc7d1a4982f0180881d1631032de8558e5913c53b0369bbeb60e364

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: quatint-0.0.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 73.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1f571930ec70a403d8194fc8d2fde12c89e085e9f3d861ca4cf51bfba0221f8f
MD5 294cd59b0e9d7eb7e022f3c2a083f6f5
BLAKE2b-256 94adac243e6c830cf0eaaeddeb5c0167987dbaf258607ff498d664a65d44c7b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp39-cp39-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 17989a97ccd7c17e007a64d5de4b539dacd3e735e2a83bde9436c6f2671d57bb
MD5 e0c749c08652ad4711839021a4f2219b
BLAKE2b-256 49b70a99b3b678fa1228d4dd0ac0b59663b48ffdb9ed033a007f38de4446b669

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35cf3924f31d9af403b917746452889458280d3107e1f206dab8b1f2871c3417
MD5 7e46f3c9bde0d9c230841b7d3ca55e45
BLAKE2b-256 f70e8a205417ff26176ef8dc6c1719014af626e295365f02f1b858ef8fd6571d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6c73bf0ab6f817272c658e4e70a907df3963fa67b46bab04654ea8f9f581896
MD5 4454c76ee9864cbc00a3109e608af7d6
BLAKE2b-256 ee88953a49a2acfba86753938c373bd486c6e85585beb4029583233908d36241

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 95d881e55ac8fe135a4f4c4eccbf1632bce0b5b6ec83f26798f0c618f86c7ea7
MD5 1e70d185bb3f95dd975ab600754b227c
BLAKE2b-256 84a67c720f99a5057a8496c16901844b8cc8544e6fb5929df1b6c5bd084e7485

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page