Skip to main content

A complexint class, for using large complex numbers which exceed the precision offered by the builtin complex which uses doubles.

Project description

This library provides a complexint class.

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.

Example

from complexint import complexint

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

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

print(type(c.real))  # Outputs "int"

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 result in integer conversion cutoff.

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

from complexint 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.

complexint-0.0.6-cp313-cp313-win_arm64.whl (34.6 kB view details)

Uploaded CPython 3.13Windows ARM64

complexint-0.0.6-cp313-cp313-win_amd64.whl (38.5 kB view details)

Uploaded CPython 3.13Windows x86-64

complexint-0.0.6-cp313-cp313-win32.whl (33.9 kB view details)

Uploaded CPython 3.13Windows x86

complexint-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (139.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

complexint-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (131.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

complexint-0.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (141.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

complexint-0.0.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (140.8 kB view details)

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

complexint-0.0.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (132.5 kB view details)

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

complexint-0.0.6-cp313-cp313-macosx_11_0_arm64.whl (66.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

complexint-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl (71.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

complexint-0.0.6-cp312-cp312-win_arm64.whl (34.6 kB view details)

Uploaded CPython 3.12Windows ARM64

complexint-0.0.6-cp312-cp312-win_amd64.whl (38.7 kB view details)

Uploaded CPython 3.12Windows x86-64

complexint-0.0.6-cp312-cp312-win32.whl (34.2 kB view details)

Uploaded CPython 3.12Windows x86

complexint-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

complexint-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (132.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

complexint-0.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (142.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

complexint-0.0.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (141.9 kB view details)

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

complexint-0.0.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (133.6 kB view details)

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

complexint-0.0.6-cp312-cp312-macosx_11_0_arm64.whl (66.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

complexint-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl (71.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

complexint-0.0.6-cp311-cp311-win_arm64.whl (33.8 kB view details)

Uploaded CPython 3.11Windows ARM64

complexint-0.0.6-cp311-cp311-win_amd64.whl (38.0 kB view details)

Uploaded CPython 3.11Windows x86-64

complexint-0.0.6-cp311-cp311-win32.whl (33.7 kB view details)

Uploaded CPython 3.11Windows x86

complexint-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

complexint-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (131.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

complexint-0.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (138.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

complexint-0.0.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (139.0 kB view details)

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

complexint-0.0.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (132.0 kB view details)

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

complexint-0.0.6-cp311-cp311-macosx_11_0_arm64.whl (65.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

complexint-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl (70.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

complexint-0.0.6-cp310-cp310-win_arm64.whl (33.8 kB view details)

Uploaded CPython 3.10Windows ARM64

complexint-0.0.6-cp310-cp310-win_amd64.whl (38.2 kB view details)

Uploaded CPython 3.10Windows x86-64

complexint-0.0.6-cp310-cp310-win32.whl (33.9 kB view details)

Uploaded CPython 3.10Windows x86

complexint-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (135.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

complexint-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (129.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

complexint-0.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (136.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

complexint-0.0.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (137.3 kB view details)

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

complexint-0.0.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (130.3 kB view details)

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

complexint-0.0.6-cp310-cp310-macosx_11_0_arm64.whl (66.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

complexint-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl (70.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

complexint-0.0.6-cp39-cp39-win_arm64.whl (33.7 kB view details)

Uploaded CPython 3.9Windows ARM64

complexint-0.0.6-cp39-cp39-win_amd64.whl (38.1 kB view details)

Uploaded CPython 3.9Windows x86-64

complexint-0.0.6-cp39-cp39-win32.whl (33.8 kB view details)

Uploaded CPython 3.9Windows x86

complexint-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (135.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

complexint-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (128.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

complexint-0.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (136.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

complexint-0.0.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (136.8 kB view details)

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

complexint-0.0.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (129.6 kB view details)

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

complexint-0.0.6-cp39-cp39-macosx_11_0_arm64.whl (66.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

complexint-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl (70.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

complexint-0.0.6-cp38-cp38-win_amd64.whl (36.2 kB view details)

Uploaded CPython 3.8Windows x86-64

complexint-0.0.6-cp38-cp38-win32.whl (32.3 kB view details)

Uploaded CPython 3.8Windows x86

complexint-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

complexint-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (121.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

complexint-0.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

complexint-0.0.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (129.7 kB view details)

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

complexint-0.0.6-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (121.6 kB view details)

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

complexint-0.0.6-cp38-cp38-macosx_11_0_arm64.whl (62.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

complexint-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl (67.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file complexint-0.0.6-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 34.6 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 06935f5b07366d21fe67a7b10861e1d9c03fad94faa19d94b2263c1dffbb2eec
MD5 aba8ca6b3b630d2a2e3104abf1aee064
BLAKE2b-256 a77d3ad35401ec2c874da4c38ad6302c62f0588d5b7dcf8ec8d132f4a8d7e731

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp313-cp313-win_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 38.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 439c5844ba5b134aa68d343a28a365c4da7c65de071f168b1da8889a775d3514
MD5 a261e733f87f43ec73783aadacfcb8b1
BLAKE2b-256 c7a205fb6612529e6e5637170d195e208daadc1534da947b65cc3b0ef50cca01

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp313-cp313-win32.whl.

File metadata

  • Download URL: complexint-0.0.6-cp313-cp313-win32.whl
  • Upload date:
  • Size: 33.9 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 aa93c5c809cec69302a17236e1158c05c9e3425972248b433636755acc1ae66f
MD5 c56b08ff366689189abaa3d8862156a0
BLAKE2b-256 08579e4dbd18a7b80d333bf1043185bdce6303ecc08da4374f0f862ddb89be26

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp313-cp313-win32.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b1e4c8955298c7955c113c51d2904aeb8e0fc5e703696a1c184e258213fa1e3
MD5 f1deab191af503a57e51d7f24dbc1e1c
BLAKE2b-256 d12f3d6df3b75dfe67f34d95b3b32657d1d5f0902163781e42e6d72681a320ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b38d53fa90df6e1d4267d1ad6c37a7663dc89428f069c774c0548006a63d94c4
MD5 8c375e1e8a47fb79522cbfd36a3e823b
BLAKE2b-256 e0808d0c9134d6f15c6a8cc8dd6a86ef31b2dde344fd927d34b5a5bd4b33b71f

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ffb3d9db88f9ae59ee185e6fd359b08de177d9b6342e632cb8f5c18829036f92
MD5 f76295455ba9035753f435d4c580ad30
BLAKE2b-256 d9a37d43d9fb82b6cabd8a40e6f5e56bc5611dcb7f39c3c18b40b3e563dadae4

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 691b51275d4e7159f3e392619e969e73d89883c69572afc7f826c3936fcee0ca
MD5 72db7ddcd55489fb0585ebe28e9e4484
BLAKE2b-256 25cc2d5b668755d7ed5cf01c90a0fa7fa37bbb12a8a3626f44a7b2e1d01ff0d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df291450ccc5245b7050375402f04aa5e37b30b9d53b7d1751b41d0682c9daa7
MD5 cc3bef998278d9d3312fe44ecda24c7f
BLAKE2b-256 44bbfa9a3fa528af50b815a8dfc6e1d81ae83cac720e24591444fe27ac7a9e4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1511ecc4031d4f38894271c6229b896d9b22c41d28c931040c9a7aab41f3a122
MD5 28c9c05e0a2e24a63668aef774c48037
BLAKE2b-256 d83ac15c3350a61fa7bce73074269beabb5c624f76f8486ee5a515723d05ad56

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a7710f79dfd7ba687f68364f71ed911eb1b1d9917a89f0fee7bb701cd6ef0bc1
MD5 5b07ec208137387abf84cccc63913efb
BLAKE2b-256 b8147e14f72c9f828967b42aac66b9fd83a7acb4dd28cf96d07dab6e1b2a783b

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 34.6 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9f11dcc7e40169ce868d249c0c26535c4c9306da17fde439d9f157a1bb4a973a
MD5 40d87b0b4f279a3781c06876c2c0ad1b
BLAKE2b-256 63c19df99820f3b78ed48e87f9e453ebc501fba7d1a217ef03beffdbd17703bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp312-cp312-win_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 38.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c2ef29e104ae5857ee56e31e6a931bb039848049ff81bac6b107df4faed5f425
MD5 1f9129687afe42b179acd91991036edc
BLAKE2b-256 c47dc02c0029837ea58d0f8e4265275ecebf3f8de582a579b4c5238043d42e8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp312-cp312-win32.whl.

File metadata

  • Download URL: complexint-0.0.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 34.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e0fc5d0520226349dcf5177df9cc74ba069a1f0b009566637add4a25abb21c68
MD5 5f05b66c12247abf16f8914ad7c15cbb
BLAKE2b-256 094d39502b39aad0a69aea158fce4357f2624505ecf865e925c2adb0621d21e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp312-cp312-win32.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dca5ae8246531439394b30cc87fd179b1beeea63dfa718c0e2505523a54c8a04
MD5 30fd83ab978a2867d4a509a208954d2f
BLAKE2b-256 354a56b92d2424f2b00401b319ab41562a3962fd4c0608fdf72c00cb77ef5685

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d1241e36fe8cf3d823de6612f4f8a47b68d696a7950f481a46f93530200cf9d
MD5 7ef6eaa88463ee4c06299063f9ddb6a7
BLAKE2b-256 570b364dd0eac86936456e88ad0ade3307b1524c328d77fc2ea5bd1163c72d71

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4048ef6d9dd4bdb6454a2143d3a799e60e99ca1cf20b3a4147fb30f562d03812
MD5 1e554329012a7648e1878ac05c05fcba
BLAKE2b-256 4fbd05c2331142fa36ee8ede88e17c94888d98a04df540888ba1f76f1f4d60e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5cb320ef869064adf0df389e885386b1dec46134ede5d6f1cad046844e5e3d4
MD5 024e229908957de700c7c33dbdfe79eb
BLAKE2b-256 134ba72754e052f2e2d59da6b12651d746511c254a3354b8ceb5a2f070c7d857

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5883e81fd01a5010aa9d4a9b3ea7b9bdc41fbe7c056900b5f899f51ed1a3da8
MD5 3012916fdcea90ed7965719e443151e7
BLAKE2b-256 a14add4400398b9df38915350a6a3f3cd2af2ede7ef4aaba73e588426e63954d

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86c0af29c7d9a6a7d28b4f843f06019fd3d4db624af39169e955e7588c814b4d
MD5 e3a899aec74b837bf70674226d974ffa
BLAKE2b-256 889fe04d1e182e4e1ae81b4de2012e2002521036a4721e0ed909cfe25a7d56ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ab4f7821bfc8179fc6a1f8513a36282c433ffd6567a7096d3d72f5c6f2e97f1a
MD5 b39a96afc7f17630c3dcf00544f46c3f
BLAKE2b-256 2afa8f9070738c1189b2fdca17b0e8931ff7bfe08ffe976ab9bd29f83c813ffa

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 33.8 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 df63fc9e3b126f50a8f4e24738ee56731b146cb16aac1ea449221b1ff70d42ff
MD5 d2ea68d72484ebdc3160b76981e06f77
BLAKE2b-256 e8487137c69d2a2b6c05a7ddf3d97dc11b68f8476a0d905a8bada334d29240d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp311-cp311-win_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 38.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8d00a263db2c5fa6bb77a81e71a27e550409c6de714ebdf27452d56845182a5d
MD5 bd2a6e1d953cf6585758f68b85693c65
BLAKE2b-256 fb879f4a9626168269971ff8955b07760ad0dcc1296d675063fc13edc82568c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: complexint-0.0.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 33.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ed0c2990abfec2342d9f39c1fe9bf771d2ed9d6fa5308072986d9f6aec50d2a3
MD5 672809ecb113f055ac2c22a46c36e714
BLAKE2b-256 8798280f4e44532c0f8c4d66ddb33eaae7dddba4c252ac9de4c8ea645bb47644

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp311-cp311-win32.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec4c082043a0bb98d0de1239ebd37bcd400119bd00b6b17f0867732bae49f9c5
MD5 de8bab679e405152d095a355d7cd4775
BLAKE2b-256 2e2ff75880a03d171bf8bbebe7b7249de9dd060e53c4485a7c5395dcec648d89

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51b636042b49180c7ea0ef362ec087721ed295b19298108317e9eabb3d43a62b
MD5 1de80f4272cab75bd660200966186c93
BLAKE2b-256 129c264a324f11c4bcdfc585a1aa20df3f17842ab8ac553e2a5292bd721fadde

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 badef7466f0f0c63fb173aaa4ab98616bd667c51681bd759120d2bc4ac89276b
MD5 d5098d33903ac74923c7422f99d1d343
BLAKE2b-256 4962f318ba40aa213c5b74a496720ca933f1854f3569362a5bc4602af1d60e4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8c8b91e53fd6b8eaaa81ee103e223bea52904248085b0e3e196b108163b72f9
MD5 77b924738aea7c23e96a39560bff2435
BLAKE2b-256 805fa6d3c2d654a09322688a0a5982339b990dce2e12c4464ffb22941a118c20

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae332ee044af5ec5a00daf6cb68aadc7a059e7435c2f443caa263c308f9f18c0
MD5 15ca58e332ab25bb7ea71f9a5c66cc09
BLAKE2b-256 f47e7a53c4475d78d07143a5aec686148236cbf8696ca9458ba0178d645996ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01d8a7309cbc97835494fc43467f8088868639aa5bedab7c003a38ca0e8e1342
MD5 22ea5f231040a1ff109f216f055d3b32
BLAKE2b-256 a454742e7ef489c598f0b3a9371a49df123016fb2ca9468f95d61e40dae6f492

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f36698e04294d8248dbee19d8f11d02ba6b6b49d6be5e4a6ec8df382725affc
MD5 b8f6fae2288fb852ccd818c9d131cb0c
BLAKE2b-256 b61135850df57ff5908b5febc40d9cf411b21ff7b0874309f0d02aa5b59ff1d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 33.8 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 04cdc00e0474891e1587cafc5859ddd3ae7a133c70c1820315d50b8ecea32732
MD5 3ea19dff26c5a5871fcbc96b501de2b9
BLAKE2b-256 8f2089d46a1227d82ca0adf061a78500f40bdfbced5396176cb47fc7667d0075

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp310-cp310-win_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 38.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6e7d079f4235f7d17d2d057cd5ea74abe77f18be7dac4f891209a9c951506a05
MD5 73c5f2db72d752927a482c3e450c67a8
BLAKE2b-256 3781ef2c6de8f923a35eb2fd71f29c914a943b26d079df421f5c973d65535a47

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: complexint-0.0.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 33.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 26425a9b71ba11c991c5f4cc736478da580fca1cd9c602d31f75bfca20545ab9
MD5 4acdd159587cffb67429e6c12fdbaa58
BLAKE2b-256 f2c2f8109f0f3eed5ea829a5d39d6665a5a11ca8c2ce75d1aee2011056572620

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp310-cp310-win32.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2cc94e999ede26b45b399cb5b880af2b753a2e26380120447e7b6351b9d0a0c
MD5 89ebd0be116b712c61de3032d72d28c4
BLAKE2b-256 2dba83429364889894f2de419b5f40bbd73402e15b6f532e0c734acf4674da03

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b2080fb30f8d03e743d0a4cbe91f717c8fca1cdd94800fb71dc0de6b8806f26
MD5 1622dc495d2c88a0eb3ad75d2ee9bf85
BLAKE2b-256 66438e53df0679a347d55f194c005d2102763efc77fb22917cf163527f02113c

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7ac2a5241612d49c919a6b17fdcbef740896d8ae9613763c286a984bf7306213
MD5 fef6519171e7e370b2ac75e11a43922e
BLAKE2b-256 fc2efa9e10e2c1fc62614a35263620086d0b15456c966ef7aa6b9a881b624112

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ed7a058d18555703ebc2cd0981543365999e42a72d67678bdd58f2ead6e00e5
MD5 ef978970b03501f9e68b57f23e9b7fc6
BLAKE2b-256 db43285e9e3120e1d474f473e67fd1beedc2a0aa9c9698f32e97b64fd396c550

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e616637f1f8a6fa8fb7cf0c3cee91c2ecb2b5db2477815e9b9cb2049f545b33
MD5 1586afd524d0e1185d83fe2569c9ea24
BLAKE2b-256 4f134f7261bb63b6b460622e6554de62bfdda5b1fe94b1f2803c58968c1e8cb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0840ee0c633aa9a3ffe4545a1c8c2e07bda606e5d7f324cca8864ec4bdea8b1
MD5 247ab95bab9e500b1cdb00c647b45c72
BLAKE2b-256 5b44430f660d70173995cc93f17f1d3de77afde595674e1c07ae5edf94ea4c10

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6033a72ac3221df000417839787d996a62a71a28c0d43fa8dd64c181b2ce4bca
MD5 c00323b4371f97206afe96a8a9eb6d61
BLAKE2b-256 c902e8a5e14df0506d3eae046f384a5408211086417762935d033b0d6bda73c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 33.7 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 6637389987eecf72dbbb4987bbaf2ba4b584cb78e286322d75856e54f57fc8f7
MD5 0c7b0d1461a5118c2e36f24e8536f937
BLAKE2b-256 06c6c64481aed77cffad988481be4e6445ce274dfd93a7587b67dcaa78d4bd35

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp39-cp39-win_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 38.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 27fd0977ac84c528442115f771b43892271ff3dfc35e7f0faa2e71768dd38ae0
MD5 be05a814b261429b37705270c76f957d
BLAKE2b-256 4ada513670da32c58067980a9c58c355a020d217c45658ce444ebdfaa8199d62

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: complexint-0.0.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 33.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 45a7e284569b588daa13943f4ae098e090c496cf5f4dca2c787f68912f4bdac1
MD5 d2ca078a625137e6d4aa7b56f0c394e9
BLAKE2b-256 c860c0d88b8c7c2e62e1c745ef6615eebc10110702062f1ac8da421c7a0f8de7

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp39-cp39-win32.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f6c6fc8292aa481cab8332f1ede21a2025b376c35f3b5a42197a1b7420a5ec9
MD5 3ab728a7332c0d2d77b40876cb1b0ec8
BLAKE2b-256 cca964ebe5562c7a23af4829b59eb2a201831c47839cf7557d199d0e2c792b4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6afd59a9494576dc511b365ab81596fbaa46a21a5530f70f2e29fcd5229b1f96
MD5 b64e7593f47b2c283904cd547cc9f4a6
BLAKE2b-256 6f89e318808052584915fd969637dd154a8140debb17a0d36c21c653ebd1e6e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f079ab77b1c1933a1a0fcf78ecbdf2f7b98484fc3eb5ebdf1db8d72d31776fe
MD5 f5e9a10d4699bee80b338b865f6d8a74
BLAKE2b-256 80e8875e765f474c46be635f46d6d764b26b050917009b5dcfcbc8a8562e723f

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 304e5b5e900a396751f782fd4dd0fbcb0a2ecda06248c74fb3b82a0f6926e126
MD5 368439f5695c3fbabbf01943d546cd52
BLAKE2b-256 d681abfd917c1934c78e60e168def5ed13f8efeed9e6864c35319ab795e915a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b83e6fa98c14f293779cde1baaf9a8862d506bb697960230d1c9b3f39e75778
MD5 3b9fcf1e56470fce70d46283b7eb823e
BLAKE2b-256 4de19e12750d5289eccd1163cdf0ab1f30fd03e9ac64b897b2ab09f7df044028

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20568e2ee55c22410388ca478fc8f4a496e4aaba8f431dc11e03fe6f9cf0f8bb
MD5 785e33104cc31f60bc6461e2a95f548e
BLAKE2b-256 10c94eac1a29634daa551a892819388b46f37392d7cbb1fa3e45bad5b0f97708

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4eb91038cf12205383e85068bba9d1d2d9c46a962daae982508622e317694d5f
MD5 1929f75281ed9e67235150a85094f23b
BLAKE2b-256 a99af967a812ae38bef7ba231fb96be5e519876525b69cffb16d9e23844f670b

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 36.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b32eee8067a83b50c180448be93c2cbaa6af1b5c18e7c30484594b34cb3cc988
MD5 c0749a2e017c4f12b1b78fa0f0b78d56
BLAKE2b-256 c4d13fa55dbf1116a2986379a826e0f49db2263c903009a868fd140cc8438a46

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp38-cp38-win_amd64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: complexint-0.0.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 32.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for complexint-0.0.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7fcf307e0275269adf3610e5bad78d2ee5640f159595986ac7f26b25ae319f78
MD5 f77e06b9f31cc5446c1c658b03198252
BLAKE2b-256 ae242c3e568eaa89abad77fdd34c5494d29f6f4a2e555158e195d67fa5f1ff45

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp38-cp38-win32.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 198cd426c12fd3d43d785bd324a250d2a55c584ee5d978fc881b6489bab0fd5a
MD5 1e3efb72f3ac6dd3aec4e41ffae3001e
BLAKE2b-256 409c438c64a948010761dec22bc570effcf1522acce5581eac84096aca15f733

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68c90116f3e0f1e40a3c74011630dc103514dd3b1bec1d301256d65785d25eee
MD5 b0997a06cdec21edd95a111b4c782b52
BLAKE2b-256 a7e8ac74007651be11ef2f5911fd76778ea4bb918049eeb107aa89693eb7d175

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9de8f501ce6ac847802a04c95b21acf8eca8013a9b378bbe6a975869dae593bd
MD5 623b269910e90efd5e613d02b57b6586
BLAKE2b-256 99aa0644e80d14584a611a9962cb50e45c4da2f5a9a2088128dbb0885b3fb5cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4391c41c0ec23a5da20bd58f97ceb9560bc37b42dd1a81c8bf94b96c97302b5f
MD5 183f87d7617d99a9578b4435012f550d
BLAKE2b-256 5de1b90289a37f2db3d9a69b6b5f426966d7c4a2bd95de273de4dd7c364180be

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5f00d45b9deb16c8dd727a4acc2d5080240b52959572d984af9277af68311165
MD5 6e2fefcf2e8b8c776795cd769a5c5af7
BLAKE2b-256 61a76f92847c9cd22d9c103ed03c8d129a31e1257e54a82ce7e21dbd527b2093

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df9f370e75e43a245735f5f6a146e159d831766a79e7cfd7d2dd6c951ae71eab
MD5 62e69b760b1f417bd7c5e10f3af43449
BLAKE2b-256 193f40d6eef5be5a86802480569cddf7ece68eda7fa0de3fa506d8a77b344d9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/complexint

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

File details

Details for the file complexint-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f162801cdde611e0ff02a9412dd3237ca227bf17bfa699590f422d3ec611cd6b
MD5 c6a55203fed1609764c01f89202914c6
BLAKE2b-256 9f4f26a25789d1e6ea51d9696f2ea500b604a0add148134848640ddf100575fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/complexint

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