Skip to main content

A quadint class, for using quadratic integers.

Project description

This library provides a QuadInt class for dealing with Quadratic integers.

Additionally, a complexint class is provided by default where D == -1 obviously. This class acts just like Python's built-in complex except it is backed by Python integers instead of doubles. This allows for infinite precision.

Examples

from quadint import complexint

a = complexint(1, 2)
b = complexint(3, 6)

c = a * b
print(c)  # Outputs "-9+12j"

print(type(c.real))  # Outputs "int"
from quadint import make_quadint

Q2 = make_quadint(-2)

a = Q2(1, 2)
b = Q2(3, 6)

c = a * b
print(c)  # Outputs "(-21+12*sqrt(-2))"

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 complexint

a = complexint(3, 6)

print(a / 3)  # Outputs "(1+2j)
print(a / 3.5)  # Outputs "(1+2j)"

print(a + 1)  # Outputs "(4+6j)"
print(a + 1.5)  # Outputs "(4+6j)"

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.

quadint-0.0.7-cp314-cp314-win_arm64.whl (64.1 kB view details)

Uploaded CPython 3.14Windows ARM64

quadint-0.0.7-cp314-cp314-win_amd64.whl (73.4 kB view details)

Uploaded CPython 3.14Windows x86-64

quadint-0.0.7-cp314-cp314-win32.whl (64.8 kB view details)

Uploaded CPython 3.14Windows x86

quadint-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (188.0 kB view details)

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

quadint-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (183.6 kB view details)

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

quadint-0.0.7-cp314-cp314-macosx_11_0_arm64.whl (102.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

quadint-0.0.7-cp314-cp314-macosx_10_15_x86_64.whl (103.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

quadint-0.0.7-cp313-cp313-win_arm64.whl (63.3 kB view details)

Uploaded CPython 3.13Windows ARM64

quadint-0.0.7-cp313-cp313-win_amd64.whl (73.2 kB view details)

Uploaded CPython 3.13Windows x86-64

quadint-0.0.7-cp313-cp313-win32.whl (64.3 kB view details)

Uploaded CPython 3.13Windows x86

quadint-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (188.8 kB view details)

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

quadint-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (183.7 kB view details)

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

quadint-0.0.7-cp313-cp313-macosx_11_0_arm64.whl (101.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

quadint-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl (103.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

quadint-0.0.7-cp312-cp312-win_arm64.whl (63.2 kB view details)

Uploaded CPython 3.12Windows ARM64

quadint-0.0.7-cp312-cp312-win_amd64.whl (73.4 kB view details)

Uploaded CPython 3.12Windows x86-64

quadint-0.0.7-cp312-cp312-win32.whl (64.6 kB view details)

Uploaded CPython 3.12Windows x86

quadint-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (190.3 kB view details)

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

quadint-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (184.8 kB view details)

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

quadint-0.0.7-cp312-cp312-macosx_11_0_arm64.whl (102.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

quadint-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl (103.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

quadint-0.0.7-cp311-cp311-win_arm64.whl (62.4 kB view details)

Uploaded CPython 3.11Windows ARM64

quadint-0.0.7-cp311-cp311-win_amd64.whl (72.3 kB view details)

Uploaded CPython 3.11Windows x86-64

quadint-0.0.7-cp311-cp311-win32.whl (64.0 kB view details)

Uploaded CPython 3.11Windows x86

quadint-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (184.7 kB view details)

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

quadint-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (180.2 kB view details)

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

quadint-0.0.7-cp311-cp311-macosx_11_0_arm64.whl (101.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

quadint-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl (102.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

quadint-0.0.7-cp310-cp310-win_arm64.whl (62.4 kB view details)

Uploaded CPython 3.10Windows ARM64

quadint-0.0.7-cp310-cp310-win_amd64.whl (72.8 kB view details)

Uploaded CPython 3.10Windows x86-64

quadint-0.0.7-cp310-cp310-win32.whl (64.2 kB view details)

Uploaded CPython 3.10Windows x86

quadint-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (181.7 kB view details)

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

quadint-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (177.5 kB view details)

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

quadint-0.0.7-cp310-cp310-macosx_11_0_arm64.whl (101.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

quadint-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl (102.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

quadint-0.0.7-cp39-cp39-win_arm64.whl (62.3 kB view details)

Uploaded CPython 3.9Windows ARM64

quadint-0.0.7-cp39-cp39-win_amd64.whl (72.7 kB view details)

Uploaded CPython 3.9Windows x86-64

quadint-0.0.7-cp39-cp39-win32.whl (64.1 kB view details)

Uploaded CPython 3.9Windows x86

quadint-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (181.5 kB view details)

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

quadint-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (177.4 kB view details)

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

quadint-0.0.7-cp39-cp39-macosx_11_0_arm64.whl (101.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

quadint-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl (102.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

quadint-0.0.7-cp38-cp38-win_amd64.whl (70.6 kB view details)

Uploaded CPython 3.8Windows x86-64

quadint-0.0.7-cp38-cp38-win32.whl (61.9 kB view details)

Uploaded CPython 3.8Windows x86

quadint-0.0.7-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (171.6 kB view details)

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

quadint-0.0.7-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (165.1 kB view details)

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

quadint-0.0.7-cp38-cp38-macosx_11_0_arm64.whl (96.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

quadint-0.0.7-cp38-cp38-macosx_10_9_x86_64.whl (97.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file quadint-0.0.7-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 64.1 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 quadint-0.0.7-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 547f81175c6d142ea74963d4fae86df2b635c71466f5aa100f4c5f70aaa7a711
MD5 7d86f55f5fc55fd0d72f6c45b61c1cce
BLAKE2b-256 d41e32eaeb0160839993392eb2716d59fa1d4ee9fe6e24f0749e2752813c0ba0

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp314-cp314-win_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 73.4 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 quadint-0.0.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 84dce1553a2f064ca2e6c71b11ce91240abec60e00081f3156abd9e530abb817
MD5 15c7a8a016303f45a8fa572256292bf4
BLAKE2b-256 e2b33271bf84f2be562e084edd36289e7ac894ebb29cce281c53fd754147a3f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp314-cp314-win32.whl.

File metadata

  • Download URL: quadint-0.0.7-cp314-cp314-win32.whl
  • Upload date:
  • Size: 64.8 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 quadint-0.0.7-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e69e428feedc2529b1606c84884d5c912bdd260e110fc7d07befed3b14ec53c5
MD5 759748c4dfdbfce5205303e726539097
BLAKE2b-256 67de099ec403254b94134491fef78bdb5ca2734c206ae626d682b51acbfc8e22

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp314-cp314-win32.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4899ccc554f8ec396dbc88854d596ea6f7df0f2345dbed8113c58e920e08bff9
MD5 49943bdea7562c0340143dbc76d66b37
BLAKE2b-256 69373e23ddc7b35ce097241ef247a5848cea15543fa7f898c286b90a6440c341

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 802553d8951ec150b1b3f8aa56848c08b7f4ba88d4c76c272f326fbddfbfc958
MD5 b716f7a31ce14533139c695b9a077845
BLAKE2b-256 c61f15b688606d6f14ef6f4b79052015491e1f981cb220d751c135039f2c62a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c621900691b16cad52b44112619561ea0685ca158fbba38f67c305dcac2d0b0c
MD5 c0a17618e9a256353ed8c39a61e5ae93
BLAKE2b-256 efbebc981a7fdc84a779c25b8a384fc3439a41dc63dbd71b631ef72d3147e55b

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 94d2d47cdd2c2bcece1054d80f5af489fc0211387f6a29ba4d45f669951caff5
MD5 1d35b6fdda725f9589310449303d531e
BLAKE2b-256 0c5f4d68e55d2fd80dcc765ce092d92e70ff355c5edb0753cc33b0ea3fa46453

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 63.3 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 quadint-0.0.7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e4c9f54b5df46e169116aaeaa24c4ab715b256a44fe5b06db84ac4054df4d122
MD5 ab258ced63403fe057d5343c6a09f42e
BLAKE2b-256 82f1e3d67eb5e53e0864d31cbdc3d8da6a3881ee13db06748c1f118998c91ce1

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp313-cp313-win_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 73.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 quadint-0.0.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 af6be6f47f44797410d49cd58de082ffde9f046673a56b8c1decc1b0bf9d296d
MD5 4c0b8bd6341d77b4693aaa89ed4a876a
BLAKE2b-256 ce5419309ad1d5c6a0b0f6bce5ce715c4a625146dca736913791af39914954db

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp313-cp313-win32.whl.

File metadata

  • Download URL: quadint-0.0.7-cp313-cp313-win32.whl
  • Upload date:
  • Size: 64.3 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 quadint-0.0.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4876fbf97fa5aa7f9562c91f9f88996820310d108d32051c9a1d7a2a2d6367a2
MD5 01e231c2f16ab143e25bed6e721dc887
BLAKE2b-256 47be0d22f88b1d5d44758d5c004dafb472afd90078eaeb8b59555d89249e2b0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp313-cp313-win32.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c90d57239dec5f199b187a2bd61b7d470f9bea3d177dfe0ca8fdfec2ffad854
MD5 e70056644405bf12bd7455c2b7fc349e
BLAKE2b-256 4a414685ea002554f8cc171de26f841e46fa21c179f74ea64a9671f4e9fd4985

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 77a8f58e3a8006921ce76c421e285928a7a6d58770cc17be8b44a378e29c8e9f
MD5 7050c2272711b1602f2e1158c8a3b0e0
BLAKE2b-256 6f20cf8343a03399cb85962b5968883a16fe50f3db5dacdbcde88d4a1901163e

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ca352b6186e9bd63079bccb4d704b375327d4456f9226713102cfbb705de23d
MD5 1323ba4a8b66220f314db79b8885e2bd
BLAKE2b-256 0784100b71e42b63eb7c2efa40535a460a8fcbcc86c7fe3114f567c473271b7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5496ceb68d8972880e67184b098ee16def9b2508f129fae7af4ddfed9044d985
MD5 bc085a1c9d00410123c646804cbf026a
BLAKE2b-256 e7e924b6322d1a64e9a5e4087f80e1765362e75d484044292297e930f91cac5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 63.2 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 quadint-0.0.7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 16beed40a3596cda1fc3523e28ac8a2d722b76ca57fd9694af2c5e31c9acff8a
MD5 75003ebf3e4283f6859e47d2af36b508
BLAKE2b-256 7c06f3ef4da5fb6edc537192f29307f99e2fd86a322d2cd2e5bb7b223719d4d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp312-cp312-win_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 73.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 quadint-0.0.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 05601ede4b396d226fb36746a06fac924da1adf89809bb1e8e6275e27923af35
MD5 19e7d934020d72991cd21f8a287ddffe
BLAKE2b-256 e86928b15fff33eaf6d8eb96e0956013d8a93abbd6d3ddcdacc36ce4bf543f6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp312-cp312-win32.whl.

File metadata

  • Download URL: quadint-0.0.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 64.6 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 quadint-0.0.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9b045cd44500e5e433816037e5704a02ddfeb765978da9ace2ed92dcc288b4fb
MD5 f353c2eb87024248619e0bdf95a16425
BLAKE2b-256 0371b25e28541524c38ba87cb80bfe58094333c17ce1b3c8ef30c30531b548fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp312-cp312-win32.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f5be3f38141f66605553b5a90e485a6f6cae3d80ebf13a8b719e378287ca590
MD5 a4f06f5e9587eb55abadf4656f14daa2
BLAKE2b-256 a9521f382b95bf40723dce0ba4329efe77a3a8879e22aadcff3cad5f6777409e

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d70690a2a155619bbfc99167f6817030b897c358f137e8cf9381b4233ac1b4f9
MD5 d6a70877331966d70b2145fbe0b30c3c
BLAKE2b-256 e07e103edf5c6dd554e69ad8dff063c6624b43be11cd3a3c421f3cc131fb3d24

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62cf85cf488abc5aadeeda44506f2488ac5456975594c40e64788f0de42f7f9d
MD5 263314d307a766f3e6b2e36bd5075824
BLAKE2b-256 2b9ad14e2dacc9e6426374af8def83b3f72edb8e499a539a5991c7c5fafa7148

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d7df7877074a181ab04dfb9112933b41bcbc9172f7233c0a4ba228b7aac14c37
MD5 76ce4862a70ded0e518d78e439605e09
BLAKE2b-256 4ed56a55cbae8e91709aa290469ced628b52e373f911aa841a4fab297fd23231

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 62.4 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 quadint-0.0.7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9672849794473e60096f20325e37a737632a8e3b4a6c153f5e9d63818213939d
MD5 35cc5209a99f24468bacbed1a6c07011
BLAKE2b-256 9294096a79e65f771d87c9531ffc1f10b78ae8dad382e8ab4c688c587b05270d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp311-cp311-win_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 72.3 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 quadint-0.0.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ad5d3c45c01e6c65f70b710ece92373ca72117de902bf224510b16dfabebeb33
MD5 fa301546841a98d905a1c8e1ff33fe44
BLAKE2b-256 3c843b8b73243411b05d8b17984ccb913f80015439bbf55762ffc123adcf2fc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp311-cp311-win32.whl.

File metadata

  • Download URL: quadint-0.0.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 64.0 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 quadint-0.0.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 78703b114d326b33a4b945600ba6dcd34dbd27926212a76e6908f57672ebf776
MD5 331c403f45892cf5b3dc1b17e8ed37d2
BLAKE2b-256 29a3ba074b33644fdd7f4587b2c4e232530a055342e0081cc2277de1570d8fb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp311-cp311-win32.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 295220683c2f59a1adf44fd9b76398af632ce280c9e5c4637c61f8e1436d64fb
MD5 4645e9e1de694ce3051d5621a45a395b
BLAKE2b-256 fde79cb574131c57e2322caf976b0425f944e0790623de47c64f4d6a01a0c41c

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9422487a16f33e1e7985860fe7d7d44496847e2030850634fe1a19996ebe814d
MD5 81aee98c38b6a61215cae7bb985bd61c
BLAKE2b-256 1cf9dc452336e536dafb7e7279a0d70aa7aba470328da6d04a68c8adb310a6c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 414867c439e9b69c043d860b27a92480f2bcb0c3d3e2a53bca16922c592eb6e3
MD5 04f4d619723bef809f51729c37a9f115
BLAKE2b-256 7e3492d3b189146953d3cae829409acb8fe0b107973633af28863eaaf86f6612

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b671f680b00c1702a830e288f7c52b9f91039d4276e13f81c0de570e5317e4ef
MD5 153e35eb6630a5d0f511562fe43dee31
BLAKE2b-256 af2609dc9cde7401e8bd37a65e89608f9355fa08f43ec28043723d35c93bd3db

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 62.4 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 quadint-0.0.7-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d5ecb6e67da59d47de3de997c989721163799edd613966e3dd9463babf876340
MD5 7ceaaaefc065840f36d925d2e3e82b20
BLAKE2b-256 267c21ff2c48e516531678cca808abb9d81273af5658d75975f9e6f54c3d5e7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp310-cp310-win_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 72.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 quadint-0.0.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b5e56105d828411e4400a8cb429283167c2fa4e2e052861fcf1e153383b6d537
MD5 60cf09a39206a0c6e19687254b09abd5
BLAKE2b-256 a3d36ed2a512c5de7318f13295e43635f9a98740774742d3b48b5f6849059289

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp310-cp310-win32.whl.

File metadata

  • Download URL: quadint-0.0.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 64.2 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 quadint-0.0.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6d38e801c1fd844ed232f093d21a6960695614d6a75822af92d85e546609a0d0
MD5 9a4bd611ccf01faf251f031e35969087
BLAKE2b-256 89bcbb3e4e4283fd461415cc41ef37e7b30fd130346bbbf3b2fc3c339cfded9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp310-cp310-win32.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8a55355955a647e4665c0a76cc3c194e672bd5513b61de76d804a4da1e847e8
MD5 bc71fad68b0524cfe0e5984d20f0277a
BLAKE2b-256 d875c7fba76089fde95cd33a564f5a87063f217e87232061aff1bdbd44c84b1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c4bd565e5555e2edca996e21881b9d9098ebc009f55b5deb77b5d059a018212
MD5 1689e8f2c532b6fa592dd628bad9c12b
BLAKE2b-256 0b141a71077c6f026bb3570e558b75dad8541a06b3ce0453a5224807abf227bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5bc01a62cc43a1a7c8e2c12f4b47d9b863fd32fd94c18caf5e2fad2089a0997
MD5 ec5712396f6ed9f63c4d9becd489f542
BLAKE2b-256 3d6a86debe10c9d1c86972cba1577ea830099c65bed6d99ff44329e4b8933d0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3bb9e2e45c7a24f310b3fc9b66fad35bea026690a9a4c5d0a4962b316f512451
MD5 aecf016a07fabee8f1a1a02daa8318c2
BLAKE2b-256 a93f2d3e49fb7307a50d1936240bc72c8c180fe83e4af20ed9425f87c122e68d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 62.3 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 quadint-0.0.7-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 087061f0a473df316373199689c7d293a5b7e20dc8d8e6e623dda789c7224350
MD5 1ec57bcfc86982525a724a655ac37eae
BLAKE2b-256 d68c4972230451d1bb4368230b681b51e49442e48aefe83a18694453e674b3d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp39-cp39-win_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 72.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 quadint-0.0.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e08d761f3cda646978110056e5541ccb6fae0cf85e71551e333ad0c1d3f5cf2c
MD5 8f7a9c4668361addd914169f801555c3
BLAKE2b-256 be0e6f793c6938167e2003fab71f15ea14368c20431cea067dae91da82abc3ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp39-cp39-win32.whl.

File metadata

  • Download URL: quadint-0.0.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 64.1 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 quadint-0.0.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7b8e27704e3aadfe2b1c31637ed3df9773b7e5ba28a7718c4441941031e9ad30
MD5 b75190221ccf3474067bf9a0f56c888b
BLAKE2b-256 d7492224204b8e5824f3f95178cb3b9633c3f5a2f8355203b285755bfa423a6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp39-cp39-win32.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1381854842bbe4ada3f8be0aa9dd5820c4b6ab2e4075b8389fcd123a3e83aa4b
MD5 9095d19d312daff9e9f6b759ebede4cb
BLAKE2b-256 a38ab9c4668e6b945adb7c95523877fce30b84cd448c33bb7e34fd1b461b485c

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dde7476a8684470bd2fb93e21c0b753c2807018fd01ecd1cc04d20dfd7b9bba8
MD5 f95d9da76b5b251233eb613e0a476edb
BLAKE2b-256 860c634b1d2d7bfe0de6289c09c8ee2ef119e15046868d381e4285c3f7c95782

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0949d47a6e5e1fff8cc2920fa04c76d7b96dbd6ed4d68fb1e0321d4226df64b
MD5 1e935dd2178eacb39c49367a2ff838d5
BLAKE2b-256 6fba48a3222fc00ca55d3a8db3b5542fd39029673137e8506860fca398db2cef

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 09cade52bf2702a8e53a012af3a5e2ca3923ea61c70a8da12bb71269eec0d415
MD5 a81321344d778152407d93f8497544fa
BLAKE2b-256 501d9b9cd3ad39f4d236adae02e505236a350cfbba5a2f0d1f6ebe1b3e21ee95

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: quadint-0.0.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 70.6 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 quadint-0.0.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bc366c105b184096608a9452f8eee5d4ec7097032f95fb1f6e1668a9596bf318
MD5 021a5754709cca49c741d03aa8f939cb
BLAKE2b-256 7435f6517521afeae386de9c1225baa6f90ea2eb953264bc0102077bd9398425

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp38-cp38-win_amd64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp38-cp38-win32.whl.

File metadata

  • Download URL: quadint-0.0.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 61.9 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 quadint-0.0.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 77bc0de332cdc79b67222ac9c72c3c29f2286675250433f793216e0483549666
MD5 b26a49d8dfe815e6bb827d330e538aad
BLAKE2b-256 a0eedd93d56bbf4866885bef90a307fae573df6b05b9fa7a5a483f522cc7c2ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp38-cp38-win32.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9bc57a5b26903468714785b520d3a5af2c03598dd99df8c0b5ca469b7dfcc081
MD5 414b04408a156d38450eac61060f77df
BLAKE2b-256 6624076cd5e5ff78b0e2468ab65974a9156c322e00fb9475103143b835708427

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26f64b690fd2bb199e572f9e12c3b8354f00d1135fe2067259d974a891835c0b
MD5 18f61ac56e5e1e3f388de337175d5e83
BLAKE2b-256 f1ecd719bef46bec45b81f78c707db7b4eb5aa4352cf7e1bd731f994b1e06a80

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2876cc3e2f07a37df02b9dc78c8fed06004a81c1e8032f0175498ba563042310
MD5 c64303b983d458ea39015a3dfc21e9d8
BLAKE2b-256 feb3f398e855d2cbfa8f5575e83521c574df48d17a1335652f088a4b93b39e4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quadint

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

File details

Details for the file quadint-0.0.7-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quadint-0.0.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 add430441319ed3260ce05dd9c301e412432d1bd8182dba26861d7baba0bd192
MD5 7f3971c0b021c98bb8704de41aaf10d2
BLAKE2b-256 6d5e51fbb7c07b5a8da755db11ca9734e5b7086e130e935cb9cc38e524165496

See more details on using hashes here.

Provenance

The following attestation bundles were made for quadint-0.0.7-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quadint

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