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

Uploaded CPython 3.13Windows ARM64

complexint-0.0.3-cp313-cp313-win_amd64.whl (35.9 kB view details)

Uploaded CPython 3.13Windows x86-64

complexint-0.0.3-cp313-cp313-win32.whl (31.5 kB view details)

Uploaded CPython 3.13Windows x86

complexint-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (131.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

complexint-0.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (123.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

complexint-0.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (133.8 kB view details)

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

complexint-0.0.3-cp313-cp313-macosx_11_0_arm64.whl (62.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

complexint-0.0.3-cp313-cp313-macosx_10_13_x86_64.whl (67.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

complexint-0.0.3-cp312-cp312-win_arm64.whl (32.8 kB view details)

Uploaded CPython 3.12Windows ARM64

complexint-0.0.3-cp312-cp312-win_amd64.whl (36.1 kB view details)

Uploaded CPython 3.12Windows x86-64

complexint-0.0.3-cp312-cp312-win32.whl (31.8 kB view details)

Uploaded CPython 3.12Windows x86

complexint-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (132.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

complexint-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (124.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

complexint-0.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (135.4 kB view details)

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

complexint-0.0.3-cp312-cp312-macosx_11_0_arm64.whl (63.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

complexint-0.0.3-cp312-cp312-macosx_10_13_x86_64.whl (68.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

complexint-0.0.3-cp311-cp311-win_arm64.whl (32.0 kB view details)

Uploaded CPython 3.11Windows ARM64

complexint-0.0.3-cp311-cp311-win_amd64.whl (35.5 kB view details)

Uploaded CPython 3.11Windows x86-64

complexint-0.0.3-cp311-cp311-win32.whl (31.4 kB view details)

Uploaded CPython 3.11Windows x86

complexint-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

complexint-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (122.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

complexint-0.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (130.2 kB view details)

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

complexint-0.0.3-cp311-cp311-macosx_11_0_arm64.whl (62.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

complexint-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl (66.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

complexint-0.0.3-cp310-cp310-win_arm64.whl (31.9 kB view details)

Uploaded CPython 3.10Windows ARM64

complexint-0.0.3-cp310-cp310-win_amd64.whl (35.6 kB view details)

Uploaded CPython 3.10Windows x86-64

complexint-0.0.3-cp310-cp310-win32.whl (31.6 kB view details)

Uploaded CPython 3.10Windows x86

complexint-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (127.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

complexint-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (120.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

complexint-0.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (128.9 kB view details)

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

complexint-0.0.3-cp310-cp310-macosx_11_0_arm64.whl (62.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

complexint-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl (66.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

complexint-0.0.3-cp39-cp39-win_arm64.whl (31.8 kB view details)

Uploaded CPython 3.9Windows ARM64

complexint-0.0.3-cp39-cp39-win_amd64.whl (35.5 kB view details)

Uploaded CPython 3.9Windows x86-64

complexint-0.0.3-cp39-cp39-win32.whl (31.5 kB view details)

Uploaded CPython 3.9Windows x86

complexint-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (126.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

complexint-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (120.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

complexint-0.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (128.3 kB view details)

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

complexint-0.0.3-cp39-cp39-macosx_11_0_arm64.whl (62.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

complexint-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl (66.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

complexint-0.0.3-cp38-cp38-win_amd64.whl (33.8 kB view details)

Uploaded CPython 3.8Windows x86-64

complexint-0.0.3-cp38-cp38-win32.whl (30.1 kB view details)

Uploaded CPython 3.8Windows x86

complexint-0.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

complexint-0.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (113.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

complexint-0.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (121.0 kB view details)

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

complexint-0.0.3-cp38-cp38-macosx_11_0_arm64.whl (59.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

complexint-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl (63.5 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: complexint-0.0.3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 32.7 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.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 46a5fe66bb332853e7855aca6ecd133864c2edbd0e3aff7e5801944f49ea6b35
MD5 c7320a0b75f27972e29cba7d6f7a2608
BLAKE2b-256 3eb0080a8beeb14e844e6f25550cd0b7319ecd533eadd0a95bba3a0f876ca5b4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 35.9 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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 de07edacf670785ca78b020f1c489d7f48ac8771eaab2d2f775a8e46cf93e90c
MD5 a69d5271697b32d2852b57409ba59b35
BLAKE2b-256 aee1af153b0c0e66d3ed654ec2a469bab7d19b4001be670ce6c1eb3ebfefe71e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 31.5 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.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 848b3735180e1e65c817181973cb67b01152ab84cda30f43204e28b6a33c7ecb
MD5 1aa5e9c7b96687a685231c4a215dfc5c
BLAKE2b-256 e9441ef98ea38c43b28eee94b9e17bfaf9e8bd1d3d0dd8bbc72ae11d6168385c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edd6ddbf9e341935becde9bbd41e3823eed1ddc072f44d15fbef32d372f3f82b
MD5 c782da8fb62fad5873cd235f8a8ac4d8
BLAKE2b-256 53c96041428d1c0ef880524d6397c31016f187bde67c03f04cd923d5aaa56429

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5aa88b4f06c2abf253904faefecae6e5cf768f9c5111f819d7e8b3210b50d5d6
MD5 6b9ae6609585140e1a45c169950611c5
BLAKE2b-256 f7b5d1cb94abb68f85788c76cb6b019c3d32f1b9aa73fc6fa6e285c017ef3229

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d1fbf55646a21936efab166345fc1e424050c645c0b588a5bd51618d9232fae3
MD5 7303654e3c6251450db6c7f1af42578b
BLAKE2b-256 358791e5210199c8e02e0a5d1bb8defcbf02dd236f2bb664d9058465ae006f08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99c7896a167f7eb6b141cc256f7b43ce02097f3fe20681b212d4ce2bc0531e61
MD5 5948eb94edd2af4f20bb03a69a1c603b
BLAKE2b-256 aea03e6e0dec2aa5f2218ee8bbb8b0de041caf6c1ef093b16175730739a4910c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b09477f2ca9c0d75cf706a731c902d5dcb9f0645ceb7f70d839bc586943646e5
MD5 876ceec7d2ca6f1c4305ccb181707a48
BLAKE2b-256 4b687c8af4f2b3bdf9756d32f9a47827d7e290ed561fcc4e50a925e84cc56453

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 32.8 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.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ca794f3adad0b299b53fd0a9cf49a619281fe2b5377c47ccdf76c5f7460485ae
MD5 2a3c8a2dafcea51bcc17e6bd802d294b
BLAKE2b-256 22cb0440fa009800b095e93ebb2ca962c1605c219004ef92d9c5d96998605026

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 36.1 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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 16e2632608c3d3884e4d4373418ec8539381dc6c25e2f9d698aa487824b81c88
MD5 69de92b0c1838b4c4baf3e35ff0fcada
BLAKE2b-256 3d445a793300f57ee569035723dd1a8c8cd9fc361d330f40c013e582e5dac7f2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 31.8 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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 18b683605f42f9367c97347593cb98c534a59cb5975b43d2d03754d31c5652f3
MD5 bca902baaa50271f92a9a81239171945
BLAKE2b-256 93e7eeae49e25b482a5705ebe2640162164fff3eb1de139b0df86999b5c367ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fe85d4337d0dc81bcc6410f9035153cce67393b8487c9de4cd31447b27d3438
MD5 f158ad965f0c9047cdf667d252bc6754
BLAKE2b-256 56ff674525b66407936e64dd4826ab8e1d19d0f4f9923c466722047f840982b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 685aa2f003cd43b74fa8c18dc222ffc6704af12f12ac1ab899a345e986877f75
MD5 76344c79bb1ee694145d6d025248a62d
BLAKE2b-256 9604ea54bd3f9093baba5da7f1d745b1769bdbdbcf3d5b756115297bd1294d11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4050d038c126c39dc4a2173989bde124183e3b76c2dcd55cdc3d4ac44cea448a
MD5 4946e6862c4a824edf286d88c7418513
BLAKE2b-256 0921f0c0186684d06bb4c0e98630dd3b15452a6444ca2b6388a01067073d960b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 420cec53f72368ceb96befac75bfc08fc34e0e80a9ab6fee6c9663657baaeefd
MD5 1437bd3eadd89751671832be9313427a
BLAKE2b-256 6a8aea940b5885d7bfe4c45c4db5da6bfc67d07b0dde7a5a335ab42f5512c50b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 74dc3106fbb605765869a091cabd5f4693b2973ae35dce363217cf3a21b1cd39
MD5 559794050705658085bf213a2734ba59
BLAKE2b-256 71d698384c626eb2174c834787a157933056ab0f2faa1ac64d32efe7889217c6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 32.0 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.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 883edfdf88dee83ba1880c24d431d0b8545168e59a743a7b740159e3717abf90
MD5 bf83304b35c6eb0f8ab2d6ff6dc4954c
BLAKE2b-256 9590acbf395e1d0a9dd36ac75c2dd5ccd0e39ed1a4f86993d4a524661cf90f94

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 35.5 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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1d8b434c600873861516fa37cea47600d791caba58cd5306c93f31533ea0dfcb
MD5 e91342fc75fa0efc973e730710945e12
BLAKE2b-256 a09537c5135c5af28475e11d615838d8584e68e771f4b86a83010cc904567d23

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 31.4 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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cee1a16414dae024b5f1b510abd8f17c04a2523d694fdc4881b5c469228b0f36
MD5 f17d64e58d85f0d83bdef0e503f6df41
BLAKE2b-256 1318e85061c87355e452c7644dbecffe1c4985c6f1358c81d30ac2d63bfe1650

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ac14c7282fe7a68014b141ce1e0c4a36f23a5e84885de64bf334555360475df
MD5 17667a871664c15495e8855fdc5a1893
BLAKE2b-256 aced6699c9f59340d0dd87e6226862e095b9401e38f007087a4b00aa3989c432

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0492eab67c13c6b50ab05cbfcb6a705cace1d6369f09c39298cb1fabb84d84fb
MD5 c72f861c2c28cc04dcdef9ffb5997851
BLAKE2b-256 d6d8c08734c42a70e1da107701524ddb6b664003f38bc2138882bca40eff71ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf4e154fbc671d12821ac0b2001f91a4662896f0538b7e4beeed7b12a2e35a11
MD5 7e736ecbddb197fc46aca560091135d9
BLAKE2b-256 fafe8f40769e8ee5198213fa8cba5d9781309f20bb63a38d9f86090901c27f76

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0194e8f3059e4269cf818bc3c89f231d260bff6708d5cf89c3efbe1ab4ec72d9
MD5 2d7f9cd281353970f3701bb0dc787c0b
BLAKE2b-256 7c3069304a0d9a443ecbdc1b1d790258367cf6f8e465a1a6513fda27c0347f23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8869da4433253939370fffb3c92c3642ac8cb8a680106d84a5ef77f4229988aa
MD5 42da94a0a6c054dfbb49c6a7b17769b0
BLAKE2b-256 84ff5e570b77680bd8ea73ef8f779bca191b77ce97245b6ccefc8199162d5d3a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 31.9 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.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 40dc58926d95f00378d10cda1250fe4e9a720a0db692c8856bf40ab5809fd91e
MD5 2911db1e74156cfc60a7248cf152b58a
BLAKE2b-256 40f41b0b99dafcbe0623d9020c6b251d05f70768d34ecb86d2a4d8d581c8467d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 35.6 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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5fb28da974435d907063b46fcfc1fd14036ca643aa4feade7c69ac72d66a4cf2
MD5 9163eced33eae5a0754dc65ad6594ae5
BLAKE2b-256 3c5595f66f6f49943d349261c24e4cfa147864909a8749d388af66eedbe997a2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 31.6 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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b20fe373e55cb40291573542885690e4c63a6bc30d471f1854cfb7bd1ac27687
MD5 65bcd90416daaee1272ff4261b80837a
BLAKE2b-256 1a36895e2334e814ff76b12f8656ae45b57b3596d6c9ad052e269a412f57705a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69a33ab20059ce35808d5af8b84bc75d500bfd5c61e0a98c7e8953adb8bec33a
MD5 378813fb6bfa946d644a2e405a323d55
BLAKE2b-256 b8de0476bd6ee8e0236f6c11700552f5b1a27afd45d0e6438d41157c66493499

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 449a802496248e22d1098aa7e7815e642dc3eb2101bbf63c93d5c9930f0ed72a
MD5 5caf2d931687cae57742fbdd71e6f9c9
BLAKE2b-256 ddfb40354692f66b6e19532f3e03f2e5fc856786a59457742a71457e9cb1b141

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dfd4a4c0d0c9caffef9a84940ecf62ee8bdd1521d7c43d799c5c69f95999837f
MD5 ccb446d924d29fee558802e86b3b44cc
BLAKE2b-256 9c3ad1587c3fee4e50037e7e987dc32110cc3350d0b2206244be1299fe1c57ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cdd2be40ed00d9fe2cc7584222f970f333e17d4291f3427c4b1ce3d005c6925b
MD5 5bbf00670e5b61d30a0d1d7dc631b477
BLAKE2b-256 bd7e486c27492bcc2bf4b62b2af29689b8d05e4e66b48fa9ca0e6bfcd58e686b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 373ccf81dc63183c0227bfb5b0226a71e898657a01a3c232ed056176e480aac1
MD5 410c210d785bb8b4db0859bf62dda8bc
BLAKE2b-256 50dd628eede55281ca33fdfb8763d7b5ab3c5db0a42b0c20dc23d214cb693771

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 31.8 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.3-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 103f612b5d01563a38c54bb6688bbde1ba9c5d3b9ed290509dbd7a76e43a8e1d
MD5 975e998d454e466a77be17e61bdb2038
BLAKE2b-256 dcf822ab5d00e5c50f265acf216fbc381e0dc22119d4a52a79503cdaa04a2715

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 35.5 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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9150ddf3d7e086509ae0636a4df547601313a2bc1f735d43c0c00fc514234979
MD5 0d4d693b15c070f475ebe76c9ea5799a
BLAKE2b-256 233002a808381d75387e51035e28a0212c1afc76e94aca4565bfd14bb290d69b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 31.5 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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f0657da818f0e3c39f9f2a3021280585985d66a59348a78f7c4a16eeb535e797
MD5 5c6651d60357e699b57e92145fd1874c
BLAKE2b-256 ee53bf5175373eed12bbbbdbe9ed4243d56555be112fb967fb0e9c24917f8562

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fdd45bc57a282ac762d612ec1c14dd91397692cbcc1bff59721604635c1f388
MD5 5cd36fc6cf4929f5b6b78f5f5596162d
BLAKE2b-256 97076ff8f40f7857191a75737f38d70f5dc35f41e9e5f76c1e720a6d4114470a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6cf5d9ac99f3f27ae922bca9c103b625a11e2a682287506726d6873d232f5d1f
MD5 2a9a8e6e277e594016263038cbccf880
BLAKE2b-256 abef959c47fe894a8f071ab365dc515f114b3d3dd7c725e01a0ce502ebc3ecc2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5465554be9a44799195679bf4740666184423988f0d2b841efdf2b219cca4a31
MD5 e59a6cc6665b43759566b79802a26320
BLAKE2b-256 a485bd382af1eae7f41bae4e8e15d148769d80e4f9e9f6df68f5a7142765589c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 053f5bb065fdfb449dc1c14ec79f14dbdc8ae4a1c67ac53d6a6dc10d3abcd9fb
MD5 0ad99382eb1b3c7afd67baa0c8f34fe7
BLAKE2b-256 e69a62c55ef756c33003833547157d31b744c9fff9c4a5f3e7e05e6ad6404719

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7b9b7011b270a82eaa06763ef3ac23c6ff43758adf59fb7fdf991ca6c289c196
MD5 b3932d132f69292ff910c2dcc78ef0b4
BLAKE2b-256 9fb52f629b61895c430bb3a66c7f45ddd9c0240fa6e39996b71e2c12bca37604

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 33.8 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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 68114df3a593810f335a04014de62b839358e17fc54d221bfc418fc3097e6d96
MD5 0071de8844a5738f9344c0ff67fb8924
BLAKE2b-256 a429d3b6160df383a869280ece21eb392791f24a11205feba3b45b7855fa51bc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 30.1 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.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b1570147b087c8e9728f63eb68d23f6081ea8b4e2dd1174e561c3c52fced1475
MD5 ea188127e9e88cce0a1af864b775512a
BLAKE2b-256 daf001001d65cc6d90b2889c82947edbe215f0c7a82854919852f8ffcfe86b97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cd128ea22c53a4358c07a89c21ef18fddce79594baaa722352f4a1cdabdd4d5
MD5 8306242de3cf71103c8c35ffd604c2de
BLAKE2b-256 400a84621505b8c69214f0864187ac3634e69e85949baa4d8af31654f3c0342f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5024405dbea6fb818003b43b0ab5a08d42de0a087f7b20fde03bb1e8c332cd94
MD5 85e3d549d8e3351145102f93a4db5685
BLAKE2b-256 625c4360a733f57bdf01fc75fd6512142ba4aeb7dfad2fa74446e031706f4041

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 58d48f70a895f8bb6bd8b6c70476c214b080df45c7d127dce19429d73c2ab660
MD5 fa857d89b2421e5f104988d995bce2d7
BLAKE2b-256 88056ccd7b1d2160d5ee80398b63619fba949cb5ea11304a400ec5cae97a0049

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a35d098639dc4f64b768301957d7aeff3f3396eabe1523828a11b81e429be96
MD5 40e23ccd321e73068abce8614f4ab074
BLAKE2b-256 91d8671ea47f3c9abd23d39fe504ed7ec5c3bd34a94c088358b8de5e468e9ea2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 266080400870f56b2e99f73ec29f072c23dc857bcea6966ce21e912ecdd04957
MD5 d3afd6a0937c43082260c287aa593d6e
BLAKE2b-256 010c50d45a0f21480499a821db6da2d09b3b2745e9d1b367e8ef9b807ecc8ffa

See more details on using hashes here.

Provenance

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