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 quadint 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 quadint 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.1-cp313-cp313-win_arm64.whl (50.6 kB view details)

Uploaded CPython 3.13Windows ARM64

quatint-0.0.1-cp313-cp313-win_amd64.whl (58.1 kB view details)

Uploaded CPython 3.13Windows x86-64

quatint-0.0.1-cp313-cp313-win32.whl (50.7 kB view details)

Uploaded CPython 3.13Windows x86

quatint-0.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (173.6 kB view details)

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

quatint-0.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (166.3 kB view details)

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

quatint-0.0.1-cp313-cp313-macosx_11_0_arm64.whl (88.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

quatint-0.0.1-cp312-cp312-win_arm64.whl (50.6 kB view details)

Uploaded CPython 3.12Windows ARM64

quatint-0.0.1-cp312-cp312-win_amd64.whl (58.3 kB view details)

Uploaded CPython 3.12Windows x86-64

quatint-0.0.1-cp312-cp312-win32.whl (51.0 kB view details)

Uploaded CPython 3.12Windows x86

quatint-0.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (174.7 kB view details)

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

quatint-0.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (167.4 kB view details)

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

quatint-0.0.1-cp312-cp312-macosx_11_0_arm64.whl (89.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

quatint-0.0.1-cp311-cp311-win_arm64.whl (49.8 kB view details)

Uploaded CPython 3.11Windows ARM64

quatint-0.0.1-cp311-cp311-win_amd64.whl (57.6 kB view details)

Uploaded CPython 3.11Windows x86-64

quatint-0.0.1-cp311-cp311-win32.whl (50.6 kB view details)

Uploaded CPython 3.11Windows x86

quatint-0.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (171.2 kB view details)

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

quatint-0.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (165.0 kB view details)

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

quatint-0.0.1-cp311-cp311-macosx_11_0_arm64.whl (88.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

quatint-0.0.1-cp310-cp310-win_arm64.whl (49.9 kB view details)

Uploaded CPython 3.10Windows ARM64

quatint-0.0.1-cp310-cp310-win_amd64.whl (58.0 kB view details)

Uploaded CPython 3.10Windows x86-64

quatint-0.0.1-cp310-cp310-win32.whl (50.9 kB view details)

Uploaded CPython 3.10Windows x86

quatint-0.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (168.4 kB view details)

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

quatint-0.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (162.3 kB view details)

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

quatint-0.0.1-cp310-cp310-macosx_11_0_arm64.whl (88.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

quatint-0.0.1-cp39-cp39-win_arm64.whl (49.8 kB view details)

Uploaded CPython 3.9Windows ARM64

quatint-0.0.1-cp39-cp39-win_amd64.whl (58.0 kB view details)

Uploaded CPython 3.9Windows x86-64

quatint-0.0.1-cp39-cp39-win32.whl (50.8 kB view details)

Uploaded CPython 3.9Windows x86

quatint-0.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (167.9 kB view details)

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

quatint-0.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (161.6 kB view details)

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

quatint-0.0.1-cp39-cp39-macosx_11_0_arm64.whl (88.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

quatint-0.0.1-cp38-cp38-win_amd64.whl (55.8 kB view details)

Uploaded CPython 3.8Windows x86-64

quatint-0.0.1-cp38-cp38-win32.whl (49.0 kB view details)

Uploaded CPython 3.8Windows x86

quatint-0.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (156.8 kB view details)

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

quatint-0.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (150.1 kB view details)

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

quatint-0.0.1-cp38-cp38-macosx_11_0_arm64.whl (83.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: quatint-0.0.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 50.6 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.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b11d30b52a53390d2418b27dc1b10e5fdcb6610c67208569a451bc12e397252f
MD5 b97994f6cbf3033402b6affb24e7b2b2
BLAKE2b-256 30890b5de657058197d9de55d03c9eb23b68afe5606ccdf52722816c032bfef8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 58.1 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 680e8a11d60722d993b5219eb28ff23cafdb0d87bc5b15637af413f7e2bed274
MD5 b2fb274e21967598be4cabc16d74a23c
BLAKE2b-256 dcdfc7d6cd4f1c41ac1ce572e07f9f456f45793f35551205da89d43284b59f47

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 50.7 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2249563384abc1277cdbe282562d59c49839146ef382049cb685310c22e43d18
MD5 361a89a781dbe04434bf07efd0c5cfa9
BLAKE2b-256 ea4837641893f9326cca19f7803f87050061bec83ce3b512435c95e4b99793c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-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.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 804d54659d222440e240a1e4fc71c9b4e82a595de37e6b8f68090a37051603f4
MD5 38bb9daaa4428be1317e3a5f952558bf
BLAKE2b-256 b5c46083f8e38a241026489d3bccdaa6be02fed59a03e262707e563bc4275406

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8729f51faefabc2257dbdf6780824c5edfc9a26802492cd373c9b8db1c74ade
MD5 35b35f1f829b86c30e4ee7fcf7866012
BLAKE2b-256 46c11891b3ed908e3e5a4d3d3bc76ba47cdd8d37f6da9e37da152e3b79b9f5c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91828d47b51326d14d1d381f6e6404f24d2065473e92d0081ad860c78e4d0a28
MD5 dea55be1673a36108ee98a4610708b67
BLAKE2b-256 89091a5373ab8ac10e63b95c0c62cd1f386e92ec5f13e43e273050cb1ecd5a04

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 50.6 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.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ebcc61b372aa6f487c08b347859bd4557220a21a77867ace7525e9b5384dc629
MD5 76494f443ce82a731b703aa063ac4a00
BLAKE2b-256 8ae75a9f1387c3253b5a684d10b1ee1c26e81aa514805e67269dab9075a85fc9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 58.3 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5e6d8ab9cd9f5eba65da2bf18e45c4001f77fa1b4fa777bd8c7f2cdfe697ce0c
MD5 30c5cac08d070cad3fce45e4a306c9a2
BLAKE2b-256 e2999e4347a105717ac173ae636321bc1b9d5d6ff4ddb1b4ccbc018fdfd457e5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 51.0 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1131e84a1dfc0cb2acbdcf475278877de573baa7d23f7bdd0f47e80216c99516
MD5 a106333911b4aeef7c5067807a8a868d
BLAKE2b-256 e5a40feac200f687a9c52805951c3af13e7cb3f1de638e616bdc9812a21ec23a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-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.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c44e497c9a977db6b586562287e3872917edc3e66efd84c3fedec3969c9bb4f
MD5 2f8424228aa37b435b6873c39eb52b79
BLAKE2b-256 2d0a4c804e9f1497f339d599fd35ea5ee87795809d0dd6ae4cfe1bb6ecfee2c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92f0ce81b731493328de72ebac9440cb1b5dfedbbd0e340b5cf3bacdb2456d65
MD5 7003343e3569e8f60f03ef8f502a4c4f
BLAKE2b-256 2d17e919a41e535b68ce6bd4faeb44124c6db784021b6b37bb2cdfdd56626230

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 170f556c26952c2f5c1b5f2c07ed15cb1f76795f777ce884816113a693c50664
MD5 b535d2f0d7b6a1e4ba94b5b602ab9c80
BLAKE2b-256 fbfc8bb96d25710a6a4d1a2683222df5204e48674f4a511c6f03fc45aa40da73

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 49.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.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 85f4358b043b391e316dceccaf42cf4ea4b26ffc32ea6157b55063e2bacf0a3e
MD5 1c7d83c12ab032877fc5fd2bde73f4f6
BLAKE2b-256 39949328622c956e24fa4ae014006f3b48982d423563fbf5d3b115c3fe4202ac

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 57.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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fcd435fc8e6c1129c194c451a17a18459fd51eeb6957d0161859ec881d6c8578
MD5 66f4d66e122b414e8b3b3a63ecc087c7
BLAKE2b-256 1e7bf35dc99d3e08ac37ae8fcc50892c6ed4db6019b332aba61cea25c07e8be1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 50.6 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ded384bb1b47229e4e59ab4ef089b2c306e22867de9abba8816492763b1c8c58
MD5 2a7c770bb9d352b4c56138385a0f6806
BLAKE2b-256 216129e1a1b89381a275ee87855628d5ed7222bd15e88c5074a7833116f0626f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-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.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b05691f770ff40a9d7e768d876b80a6670896ae670623938dcb092588d443e21
MD5 3449023de0ea7b608269edd7ad2cc64f
BLAKE2b-256 9e41c965b0bb08d39c606da5687040a16f60a7e90ee8aca787f55338cb74e93d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c3cca7bd2177fd08a0a85b5865b913ad42471e0e7bedafc82898348727b9a29
MD5 5338d91296ab3985c7fd6b0488b7b905
BLAKE2b-256 56fcb657eab7dafcec6cdffcef7fa71390d168c12ce4f074979bea8b129acb0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c6c09875e9f7a512fe45f26d77c36c2bc47ec0d4acc1505e04a2bb9f29444d0
MD5 880bfe52f46858d4943aa91b3d9393eb
BLAKE2b-256 cd590c2dbda64fe1ec772fccd1c05654a9f96228d72f5b992f598bac303f49aa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 49.9 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.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 33c2dada4ef442e820684c0eb95eb6c761f28e0d081d831a47b3f3d7a98fcfa0
MD5 5e00e3d3db7ff5e1d0d567465f7e3485
BLAKE2b-256 d670aa67f8e76a4544e12d8eb23693fe58233ec653fbdbd80eeed940a45c41ed

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 58.0 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ac395627fb21e3de85e77059593c8cbb2e4d97c581fdf9520e2136d1dc42e5dd
MD5 57f1d0216ab3b983e97cb5e768f3f9e5
BLAKE2b-256 9a28f46253c05e91e4672a6b0c611725a9ac05c8f632ae398eb41b1f9b6e4389

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: quatint-0.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 50.9 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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4d266141de8ae2ff66bde698f108ae48712b34a56c2aef3b8453c7973ba35cf1
MD5 81bd504996cc432284ffa45481e4a17e
BLAKE2b-256 bbfd91f6e29eea79e3c1299e5193c0dd813c45df0949ee5763c7519a5a7c9b21

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-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.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc2eefc16987ec7adf4499ad3c574c1b648a23021d612e98cf726a3aa87473e6
MD5 be1fc546dedb680649b9c979d10b6df3
BLAKE2b-256 8811574b8d57a983609a2e77767558e236f8817bbdcaf3c6755fb66f540de9f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aad9c2f785f013c127d5ca9961b4b58b216b35b1163bb7da0af05e42cdbfbdda
MD5 74f0421d72ae39ab279c89d4218f0eb1
BLAKE2b-256 eb5c03df25e0cb7b05d041eaf894d9dafb3bd02375812a27da78a6c287dd02b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e04f431d72d7e349b42aab333cbdd04b282addd053f881127b9ab4a9a4d9b014
MD5 6fb203eb558efa3fa54e5de12da137ed
BLAKE2b-256 f899278fa75a95fd8806a0efd9a6586cecf6ea7f454a8916fbd900e73aab5e95

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.1-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 49.8 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.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 bb2a9a3b42489379c82c40794427758f954c3228f0587beebedec7aeb8777ac2
MD5 49cd5cd1a7ce93ef11311bc8cdd6b33f
BLAKE2b-256 72ac11ea7d9df3b0020ea6247bd036bbe1b688e96aa01058269025919f66165d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 58.0 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 49a755919da6b3f2b6f3906eceab52b6610b7bddd4869b3311444deb72467861
MD5 7a55d5277b446ac332a727cdb3e6bd73
BLAKE2b-256 ab4cef1e5bd786e2f4e75002f53d35f21602cfc1f6485ca3d8f217cfb59c75f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: quatint-0.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 50.8 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d47fff525e2565b2ec0fbc4504eeb9b70a70d3011b828f5bffec3c38150e672a
MD5 0184bc9f13a1c7008140e6658f18646d
BLAKE2b-256 89eed0347cb268c4eddcb9bc758ea2f1e8d28f52592501998ddc88ecfa106e2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-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.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7cc0e330ac6e9e57fca1ccb2c43e5a052e76c7d82046360df3eb2ef94fe73fd4
MD5 301f7ccde829479414c30c37c27234df
BLAKE2b-256 91a63e0bfd13faf3d3531df86b77c1bf9ada53de6167e68730531a1f58e33b5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 957437d8135e5f7fd7a64ad30eb446fdacbc43a430ae295377d2316ed52f4fdb
MD5 b961fb00c3761e472eed905e0f3092fb
BLAKE2b-256 05893cdf736f1e3b2e9179227f744e60fe0212857bffa6abe1808827671f5e38

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77e9aefd47beebeead0391d62ed7a695b9e813692d363d30051aaa322c43961d
MD5 a8565d31fe72c6b553053dc8b39dbdb4
BLAKE2b-256 f013af611dd0fea0ce3bb3fdd759e0cca05a252d9ed5c7dc35f0fc7839895d39

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-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.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 55.8 kB
  • Tags: CPython 3.8, 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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 78770de961e37b70b5faec0d390d027d96cc35b054a28b82fb5b61ba86c17045
MD5 c962f97974349b8ebe6a00a0f90a6cca
BLAKE2b-256 0581a95638e758dfd51f4f9cc0e2b45870f8ae99030c1acf1be075a79568203b

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-cp38-cp38-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.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: quatint-0.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 49.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6a3fada70815bed142bb4786b8f8961d7adf5f41ce8cd9b409b478966dc0d454
MD5 9fbd22a611ddd71a700120d98f194329
BLAKE2b-256 8aa11b6e45dfbe95921a9f6e92062db8916c0932d083586f393496e5b56122ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-cp38-cp38-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.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca1e36712ca933c595a101ca7617d81068cf6e261bad9ae9119a5c15ee24b120
MD5 d2454dd0a705187e80d40a22fbcc8736
BLAKE2b-256 e2287aa0416bb4c2df7a7d53dab666dd78785ffd00a191f66dc3b8d0ec328d7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-cp38-cp38-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.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6bc2eee372f376ca79802ac7d9ee445f739b419ef7b2bfac012e4eb9a0dd52c9
MD5 9b48b5d4d210fff82d76aeaa9f11a31b
BLAKE2b-256 a4c5cd45f564f63120eedb2784995f2ad3481869f8dbda564d454897844bc91c

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-cp38-cp38-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.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 177ee111cb17d2fefdb78c794948da0f47abbdfac561196f54d5a59841ad873d
MD5 7c52086e992ae14616fe6cafb8694cd6
BLAKE2b-256 3e16f9a3fb2c91aba5daddfd13f77148419b9aa7ce548201a7e829ed69bbe89f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.1-cp38-cp38-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.

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