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"

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.4-cp313-cp313-win_arm64.whl (35.9 kB view details)

Uploaded CPython 3.13Windows ARM64

complexint-0.0.4-cp313-cp313-win_amd64.whl (39.8 kB view details)

Uploaded CPython 3.13Windows x86-64

complexint-0.0.4-cp313-cp313-win32.whl (34.9 kB view details)

Uploaded CPython 3.13Windows x86

complexint-0.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

complexint-0.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (133.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

complexint-0.0.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (143.9 kB view details)

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

complexint-0.0.4-cp313-cp313-macosx_11_0_arm64.whl (67.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

complexint-0.0.4-cp313-cp313-macosx_10_13_x86_64.whl (72.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

complexint-0.0.4-cp312-cp312-win_arm64.whl (36.0 kB view details)

Uploaded CPython 3.12Windows ARM64

complexint-0.0.4-cp312-cp312-win_amd64.whl (40.0 kB view details)

Uploaded CPython 3.12Windows x86-64

complexint-0.0.4-cp312-cp312-win32.whl (35.1 kB view details)

Uploaded CPython 3.12Windows x86

complexint-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

complexint-0.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (134.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

complexint-0.0.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (145.6 kB view details)

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

complexint-0.0.4-cp312-cp312-macosx_11_0_arm64.whl (67.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

complexint-0.0.4-cp312-cp312-macosx_10_13_x86_64.whl (72.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

complexint-0.0.4-cp311-cp311-win_arm64.whl (35.4 kB view details)

Uploaded CPython 3.11Windows ARM64

complexint-0.0.4-cp311-cp311-win_amd64.whl (39.2 kB view details)

Uploaded CPython 3.11Windows x86-64

complexint-0.0.4-cp311-cp311-win32.whl (34.8 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

complexint-0.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (132.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

complexint-0.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (140.5 kB view details)

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

complexint-0.0.4-cp311-cp311-macosx_11_0_arm64.whl (67.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

complexint-0.0.4-cp311-cp311-macosx_10_9_x86_64.whl (71.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

complexint-0.0.4-cp310-cp310-win_arm64.whl (35.3 kB view details)

Uploaded CPython 3.10Windows ARM64

complexint-0.0.4-cp310-cp310-win_amd64.whl (39.4 kB view details)

Uploaded CPython 3.10Windows x86-64

complexint-0.0.4-cp310-cp310-win32.whl (34.9 kB view details)

Uploaded CPython 3.10Windows x86

complexint-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

complexint-0.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (130.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

complexint-0.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (138.7 kB view details)

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

complexint-0.0.4-cp310-cp310-macosx_11_0_arm64.whl (67.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

complexint-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl (72.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

complexint-0.0.4-cp39-cp39-win_arm64.whl (35.2 kB view details)

Uploaded CPython 3.9Windows ARM64

complexint-0.0.4-cp39-cp39-win_amd64.whl (39.3 kB view details)

Uploaded CPython 3.9Windows x86-64

complexint-0.0.4-cp39-cp39-win32.whl (34.9 kB view details)

Uploaded CPython 3.9Windows x86

complexint-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (136.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

complexint-0.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (130.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

complexint-0.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (138.3 kB view details)

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

complexint-0.0.4-cp39-cp39-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

complexint-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl (71.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

complexint-0.0.4-cp38-cp38-win_amd64.whl (37.2 kB view details)

Uploaded CPython 3.8Windows x86-64

complexint-0.0.4-cp38-cp38-win32.whl (33.2 kB view details)

Uploaded CPython 3.8Windows x86

complexint-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

complexint-0.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (122.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

complexint-0.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (132.0 kB view details)

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

complexint-0.0.4-cp38-cp38-macosx_11_0_arm64.whl (63.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

complexint-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl (68.5 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: complexint-0.0.4-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 35.9 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.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f147ac4ba11022d1ba139d2d126e1345c9cfa824a75d5de12b835e8fb7fdebd0
MD5 726e4c11c4dcc1cdc309bef92b168317
BLAKE2b-256 f23b38d2279ef1d576e383414248cf1d56d5c02621533767eb2582aebd138448

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 39.8 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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ac6133101cc558e0c27854926e3d4cdb8d35f706197a0edabbaef49394daaecd
MD5 e59acdb1b201fcde9f0d1b8c78461c4c
BLAKE2b-256 0de8f1bed313feb1fcb2eab013476ce089a8993a4ad99e55766f589d4fc0df97

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: complexint-0.0.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 34.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.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3a87407e0a35331cd4a3467f9b61e39518a76042e81ec070b6b618fb9a97c426
MD5 c49041b5f35902b15cb997da665a0625
BLAKE2b-256 5efed0c642703c9060207221e981a10cb4597ee38ba808863c53aee6b6c0ea30

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edc64c1619f01f16058f5ce6970b3d870e9d4aeb07dcc71086bd9df623bd8ec6
MD5 2fe219575ca3bfcc655201a61bab2ba6
BLAKE2b-256 1ee70c1c1ac70f8791703b3a5cf93ce5ab41054dbfb97303bcfc2a27656c2d99

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40c21356ed1d16a2f00c217abaf97db05fd38a3bfb124b8cab0a0b5c14b797d4
MD5 c3bff60ac535c13a5b474c59bd78e20c
BLAKE2b-256 f74cea971a3dc56433aba6c3549e5616bf958b17ca5d66c1e7fd93c276104575

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa12f7d6d785166460d5274c454c8d2350f7d07d18a75d7063dc5e34b8e6c239
MD5 ba0d6fe32cbb10f382bcd25de33cdd23
BLAKE2b-256 83d96b82c70130d425fc69456cd5a7be9773574e3656d8fdb3130d440feeb09f

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ec32d9bf8b22b6c20707f6b1c285a04c85119c728fb291714f5403286986ca2
MD5 3808fc99fd8ead491164611a4e940e39
BLAKE2b-256 21f67ee2cb1059ada346c25c85f8b7bb9a506b4b98036a680489c3b63c23c7fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5eaabb3be1ab773939334d9ced345a8d258b948a00fa3b9d533c0027d880b258
MD5 5cf0bf60f743a5032848d5035e47144c
BLAKE2b-256 f84301b8a6eeaa35259bc3e6f0f44de9b6a4ac2644b6426cdc5a45483baa7299

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: complexint-0.0.4-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 36.0 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.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5639b0805e9f9060b18d4afac25e7fd72021588a3ffde0b4631ec09869139edd
MD5 1877159b91a0ff9ebe1815818ce48495
BLAKE2b-256 ea28847b5643e405e1c1f948e13cbf29ffd79d75e8218573c2290d04ca468484

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 40.0 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7d02902696b4cd80b9b2af9ae17ab126fda7b303f2d3be0c5e4343525b113edf
MD5 5ad8c771c974090c1ba561073d5a0e24
BLAKE2b-256 05a36cae1879743be28e12c735f778e3dd758348a4a6394efed2e5d42eb334f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: complexint-0.0.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 35.1 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.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4a395228caf63d9de35d86aeb3401babb89fe3a8f14eca9a7178eb5eb07d1f0d
MD5 3439f1729fb75a0c4ecf8a3268427df5
BLAKE2b-256 c35d6ef1f7558526ac19bac0620fa19e90b94334d87480bb86b16efa0cd1e077

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 811160ae032f82ff465c3701c0705f3ac2da8f450f6de71f26abe788f635bfcb
MD5 ccb85dc8b68a3e3f60966f74608ac5b4
BLAKE2b-256 34e5e7288d7a5966c5c8c28131853167989a0c7c0be3fa57c28a057e9f188ee8

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d223e9100899f99cc678c9a0958b4a45df753a97e9fe04b5fdbb7771ac51ef5
MD5 520deffe6d2698af2607ebcbd86fb683
BLAKE2b-256 4c2f27afc5c83feadd9160b67f4f3370c6873567eb1003f9986700105b02c1b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a164d2730497885b4be8b2cfddd3f5ab0c8123ddab085641e6c19b31e6ffdd8b
MD5 f19ff639c2cd8438839c489f196a0d15
BLAKE2b-256 80929a32f7f34a0933344190ef2e50bf60c6fde9a7eed693a0ea99b094325561

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34b1cdd0f1d4e39eef481c6a2d5646a7f1d5b053f5c299928f4b372403148e32
MD5 644f7733de29d63c3b6769319feada11
BLAKE2b-256 c60afa269a471b036f7ae0aafecb0369ee8a92d9f26546407e4211ae13676a58

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 685ddd9e54c3ae3e9ecbef61647f908fe2f4fd0bf78cdca5244e41d75cbfbbed
MD5 f3d6f6cd2d99d181f7d58268034a8ab9
BLAKE2b-256 5e46a6f418e1408b64f2c092805250dbd557dd5779b67df875164167d7557804

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: complexint-0.0.4-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 35.4 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.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f79061f4936c515908e2b6b84f6bd3ee4fe202a5ef1e50d196cc1425c18dbc9b
MD5 35fc5c9d06bd5eea1b9ac08568a029fc
BLAKE2b-256 a924efc21ec14193bce13f5eb8bf16069566511416efb2283f5a90564d7d2ac0

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 39.2 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6e5f83fad5db67ccfa28fdd744fa108f2faf26fc8a1aedc6384c5b2311ce834f
MD5 3e35c6d1f98e9a482d25c2f2b63fef96
BLAKE2b-256 3b9d0c4fa9b57f0421d4640955bc5cd18529b753d86ccb18fdec8aaaefb69419

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: complexint-0.0.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 34.8 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.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4581c7366d87df7fd0bede030e267193f79af3eceda7293717a11b1d4bb96549
MD5 e90d460c5601106204e62a829ec440b0
BLAKE2b-256 3304b8f0fc1fac07b459f6a86febd7c546f1824ff0a20f1e5c585585559529f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1dda324a04323e1fc78f46acb56bd0624f262d7a054d4e1767698e61bb3eca9f
MD5 cae29497090f83e602847300c0e463b5
BLAKE2b-256 e05a9d8329416f050e132c4a2c13121c6fba31b77a9c5412d9dac180945875e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7827d065b78cdbfd0a3a4f57d19d818a1532f6b77c280a0ea4c11e222bfec93e
MD5 43c5dbc93a07a6999b9f013c7b4e277e
BLAKE2b-256 c23db927bb6e5c7ab871bf884962a4381854aff1e6b8a2fc59af9369138cf4fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c2d9680a20db7806033404d266fdedb06b2ac8fda30fb1a2a50e3acf692f4ac
MD5 7d432d446607d72d7ffde0e99b820071
BLAKE2b-256 d51a82db58fb6092f24ef7a3b0baa975b9df430ccf5a7841be8dd102f23cebe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d46c0e40d4cf33ef2606e209501d4a4ba8a523fbee0ed693f6780e0622a3cc15
MD5 f9e3200d1e1cb8ec1f63023537711bae
BLAKE2b-256 7244a7090339dadf8fd234d702c1109601a62df6cbd606e47685266926af0a1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d1fae0ef47f819ac0111062692a9c94638a4f6c247dd24330fb13fb166177f7c
MD5 f3ae1cb45d90978d1f6f3ed30ad634d7
BLAKE2b-256 97db05fdf6090d7f2bd5628ae796a0197fafc762fa6a4856927ae2e078617f48

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: complexint-0.0.4-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 35.3 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.4-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 57972916dc72d80f9507f5337912fce62b41f9b7af9e23dba8686662907bd782
MD5 5c9939754d2bae1323da6e7bac99e53e
BLAKE2b-256 3893de370033408cedaa7efad5ca2f2a5086e9c1482ad1e2219ebf87d3bee293

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 39.4 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d904cd6e3bfd018935b8f4b6bd72acc4b661709de56e5e2c4bfd204d30fcc054
MD5 049da6370d2a6be981652372e607d1ed
BLAKE2b-256 f6a6405da4a58eaa3fb6ffc976647204098e419d9ab56cdc95e2a5b3cf7f908f

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: complexint-0.0.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 34.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.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9813511f7863feab436cdd37336bb2af454327a6a30c42fad6e7081eae5b9889
MD5 10a74a44aefba5b557e343f60d56c4ad
BLAKE2b-256 937d0e52edee52294173d7c1b67e893341fae140a81e9440685967199deca6cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 655a785746c05047db58ba2fe482fa7caca0ff9ad7e3f712f2b4443f1d58fbf6
MD5 6e59f85ae3583fa72642b03230dcdeba
BLAKE2b-256 801db7ecdd0591b84d5adc65c31b0d8875a0b0985d8d7a2ae23af8eca2c66384

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc556c649c5c1cd24a56f5d528c9fea5d8781e8f025eb2fb9987d1e0aae354f9
MD5 3dbfbb4b56c8ba23760e0c0c4f3f2bc9
BLAKE2b-256 089775a514447977fcc94c5468ff060b854a36252313094f611e2feceab363f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50fdec761fc9a542d11099a297e7acec7a90f7b13f220c57877cd816c6f98781
MD5 1df5d7fb1efaa85653354534a0ec9e30
BLAKE2b-256 d89eefa59d0091ed78c7cf3ccfd433174cec404837fb7897daa01e807d68e8ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2504c8df06ebc7b87ca734c6149cae2f65e6ba40f232982c945ec36d973c992a
MD5 c8d795a26379babb4bd5b161fff22156
BLAKE2b-256 16ef1bbf56434fceea322f7f2191e7b1fa46fe7d79b209ec3eb340f357de48d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2149e4c48c14b4ba2dffc0b0a81ed675e92b7e631850a71ad1b2ed11d3427f83
MD5 6aaabe7d889b2ec4640043edccde2a0c
BLAKE2b-256 9f63eef12022ad3c363a595326f3a6921eac95b70bfc370540266605ffb8c1d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: complexint-0.0.4-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 35.2 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.4-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 7698c2584fb5cbf735d384cb9dff141e0960bfa924e3f4f50513aea62b7c420e
MD5 2dcc37317baf9cc7b0b6d0e0c8c29ed1
BLAKE2b-256 9ef414d2ffaaf4e72fa14133df38d095d909be6c439b0032987218ace524b47d

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 39.3 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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4be07d7349a3e4ded580eb4515e3c4bedbdb90c7932e375035a352f5cebee319
MD5 ac5a95c02ba4117a0a761cb742db4674
BLAKE2b-256 15cc9dfb0989f530eebcdb2b5eef6e43caf75a9addec4efa1aa1a9e84ed2e0dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: complexint-0.0.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 34.9 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.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 91281990e73195802b8a535146c37aa0d3104fa5d887f416fb97ed353f2a7d70
MD5 812ea3e71bc5f056a46e8f16d285b183
BLAKE2b-256 14971ca60ceb31144b47a2f8d7a14d38bdb07bbb6fb496e4809991113be81c81

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6de83aa8103ea8054beafc0ed8423579237ecf157bf40b6563fe39c80d12591
MD5 333d6ef9d7fbdce3d4ecfb711456db26
BLAKE2b-256 24061d5d4bb471505f3614417795b17dc2805458daa221912de641deb9e9b8a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d374a9db47091ca216b77597dd99d169365321d0592a8f1b4ee5e00a554542f
MD5 5acb4f899341199e7e9ca723fce1519d
BLAKE2b-256 2e469b17733ca552b1682155de18bbf6d4f6b68b6c0a0fa115c598d94d5ed2bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8754f9c752bb67bb3dcbfd296326df34e76551007efc0ab8e7e76a8b10bc2a0c
MD5 cf2a414a7bb05a7a1b1fdfaf8ce85357
BLAKE2b-256 03cb383724e2c78a35da13a51b9d2aff7bc2c589bd7ee560cb3b988f61e7435c

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27fb38ce5c79618bde99d7205b7f415446b97dec78c512e2530c61d92799eb3f
MD5 42a2a9e0508861b2b82454cd1d1a541b
BLAKE2b-256 28d5a88abe4b9210b009ce9da04bdcdfbfb448e94606dbee97f090a292a19d5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cc36c72acecc754d8f5394d8eb17876e3bcec7cc3fdd5569c3c9344669f9bc81
MD5 1519b6fefe28ce567b94315833848fd3
BLAKE2b-256 54b5fb775d0e5d2f52e989aad80e38bce7f3af6b0190cced7ca1e93cb6202309

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: complexint-0.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 37.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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 376aef6427a817c64bcc8bf53190745167fe640952424a4335d111354d7a58ec
MD5 ec462b9500fcbebeeda72efae2d9881a
BLAKE2b-256 e3d90dd83c1a55e85c1b871bb3b2fa283a67160343d0c7add263fe0eb3366612

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: complexint-0.0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 33.2 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.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b709d5c74eb670b4bf5032f9da2d6b8a269e4c3b0535e4efb3d076418ae99129
MD5 9ee87fba8cf108e37c99091601227bc3
BLAKE2b-256 404694cff5573b7d554faa441068bf97cba777dbdd5f29f7fc99e69e964ac44e

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4626b7f1fa2ae7f70f434b243708e38b856e31025c8dadcf97c41f6ddb3e19b
MD5 71a4b7608b1656095823ff8b7a39626c
BLAKE2b-256 77f5a6d24404df145f0b235cc40c1330cbc7d1f20061779e8709cb9d0e042210

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36eb68c5b4bf0ae70262395bf2d112b7518421239ae39e715a4f6000d30f2c4d
MD5 946bb30a1a02021120ad4e5f0bd67c4b
BLAKE2b-256 0478161fd17a783e8bf737ee1915334f134b76759989c77802c9727ee83b2526

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8039fd64eaf70ba3a5fff9d5976451deda2766a86ff35d2d9e8080a1ff5a094
MD5 01aa062343cfa4858ab0e77f70e0606c
BLAKE2b-256 4de44c574eb6243e45cbf5b4367e40fd25fd30bf4a6588d2f252586182472d5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7aa5988f8ff7a3e0c685b28c58b7d9c27d0e0871180aa2f1d98e918a39482b8e
MD5 9d0837f09acce3705a20b4c587f6f88a
BLAKE2b-256 d487b366c2578db68d493aad1e3ecc0b8fb4a4af197d1cf4e27d88e9b7a5ce22

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for complexint-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0699cc09e637748c417f205f36d5809d3e5312564512982ba1939b0372ccc2c0
MD5 bd188a8e43935331646d9a81a384fac3
BLAKE2b-256 cc4952f6fa69b1b3a751de4d4e26bfed653fc5fbc1c62e78a30576a0f8c0a77d

See more details on using hashes here.

Provenance

The following attestation bundles were made for complexint-0.0.4-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