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

Uploaded CPython 3.13Windows ARM64

complexint-0.0.2-cp313-cp313-win_amd64.whl (33.7 kB view details)

Uploaded CPython 3.13Windows x86-64

complexint-0.0.2-cp313-cp313-win32.whl (29.6 kB view details)

Uploaded CPython 3.13Windows x86

complexint-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

complexint-0.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (121.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

complexint-0.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (132.0 kB view details)

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

complexint-0.0.2-cp313-cp313-macosx_11_0_arm64.whl (60.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

complexint-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl (65.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

complexint-0.0.2-cp312-cp312-win_arm64.whl (31.0 kB view details)

Uploaded CPython 3.12Windows ARM64

complexint-0.0.2-cp312-cp312-win_amd64.whl (33.9 kB view details)

Uploaded CPython 3.12Windows x86-64

complexint-0.0.2-cp312-cp312-win32.whl (29.8 kB view details)

Uploaded CPython 3.12Windows x86

complexint-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (131.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

complexint-0.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (122.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

complexint-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (133.7 kB view details)

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

complexint-0.0.2-cp312-cp312-macosx_11_0_arm64.whl (61.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

complexint-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl (65.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

complexint-0.0.2-cp311-cp311-win_arm64.whl (30.1 kB view details)

Uploaded CPython 3.11Windows ARM64

complexint-0.0.2-cp311-cp311-win_amd64.whl (33.3 kB view details)

Uploaded CPython 3.11Windows x86-64

complexint-0.0.2-cp311-cp311-win32.whl (29.4 kB view details)

Uploaded CPython 3.11Windows x86

complexint-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (127.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

complexint-0.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (120.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

complexint-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (128.3 kB view details)

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

complexint-0.0.2-cp311-cp311-macosx_11_0_arm64.whl (60.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

complexint-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl (64.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

complexint-0.0.2-cp310-cp310-win_arm64.whl (30.0 kB view details)

Uploaded CPython 3.10Windows ARM64

complexint-0.0.2-cp310-cp310-win_amd64.whl (33.5 kB view details)

Uploaded CPython 3.10Windows x86-64

complexint-0.0.2-cp310-cp310-win32.whl (29.5 kB view details)

Uploaded CPython 3.10Windows x86

complexint-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (125.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

complexint-0.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (119.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

complexint-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (127.1 kB view details)

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

complexint-0.0.2-cp310-cp310-macosx_11_0_arm64.whl (60.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

complexint-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl (64.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

complexint-0.0.2-cp39-cp39-win_arm64.whl (29.9 kB view details)

Uploaded CPython 3.9Windows ARM64

complexint-0.0.2-cp39-cp39-win_amd64.whl (33.4 kB view details)

Uploaded CPython 3.9Windows x86-64

complexint-0.0.2-cp39-cp39-win32.whl (29.5 kB view details)

Uploaded CPython 3.9Windows x86

complexint-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (125.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

complexint-0.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (118.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

complexint-0.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (126.5 kB view details)

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

complexint-0.0.2-cp39-cp39-macosx_11_0_arm64.whl (60.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

complexint-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl (64.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

complexint-0.0.2-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.2-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.2-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.2-cp38-cp38-macosx_11_0_arm64.whl (59.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

complexint-0.0.2-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.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: complexint-0.0.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 30.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.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 9c79a8419b9bb45ea9d18c4375d23e9f46ef5d2a8f93bf325d750be13c2671d9
MD5 1fee5398054083145b1631fb4525e0f3
BLAKE2b-256 8d813436a7f7ac7f4cd66680c301f464e8d9649934fd874d2c8ad696655300a8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 33.7 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 49f6e942def51b4bc852f732bdf88d758130d74f1edc4145d7bfccaeaeac9ab9
MD5 f70f06ba95881b51145b34a4e6746995
BLAKE2b-256 966d24a523ee7ed4d3b76e5c7a33da3f2308eeb794a1b7992423a0f243386d32

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 29.6 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.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 394b1fc823e635cd2812e428d28540f477b818c554e3d57c03085f45466cd590
MD5 a6e28a510a933f848316effe5d34404e
BLAKE2b-256 d102165aee5e5e8be32d0968477eb41842e09ac0704541d5b946b6bec7fc78f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c7b0bf88515841e46bb16db8f3170f661cddfdc5c626c3b1a836349edbbbd8b
MD5 671b7d8f2e6b90f267d795e7cc3b9d85
BLAKE2b-256 2fcb5c258738df43a0ca6b746a523b8acedddf1428a80172ae8d863f59249da9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cfd3cdbe3dbbd7192dc5d6f2eb0ef9dbfb619d497536a9d6f0d00e16c03947c9
MD5 a391adb4c6260f82c8f3eaa6823911b9
BLAKE2b-256 25ca50abf0ca8105bb18236e435369f87c7e56e47ec9a8d9487dee2e250f85e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 611aa5c10d16eaab86e7e8240edf7bcf0bc64f184e8a49d1a4fef301630001ff
MD5 46577ba9952e179bc770ebbdc936e89a
BLAKE2b-256 b5feed7f1498bef3378cee4ba127e31ee6b648d7fd739fecd8dbde188c14274a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61211693c5e277c17d43d65f538adeb6da0a04a3e147faef2d26e4dc4c44af41
MD5 97600aa0266516bb6113548c36ab0dae
BLAKE2b-256 e0e42b657bfe01579b6bdf5dc6e1c1ff2ac5f57456efddfe657902ac4c3aca8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 39ad5e15a9051fe6c27b6c4d1ecc8314062af509fa56518e2f3415424e694e06
MD5 6db4fd02099120fda5e7e93598310460
BLAKE2b-256 dd4b272c6cd513e75eedf8013720e02ad3c6d7c978f2394183f1bf6d4a3889fd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 31.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.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 46104cf61285706ec28e7aa67274518f61efa764c891edbb11ea6113765aa7e6
MD5 6e9a273abc256ee6ada22d72bd51d402
BLAKE2b-256 7a5e34ab6d0c4bb37ea0ca5855d3afb5c3f8fdf0e0fe863c22ec1488d70471bf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 33.9 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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cf8a2c3342680e61d3fdeedae82d4f6d66a044835be5707f0b02edf475995f63
MD5 7ec318bbd2c4aecfb97339b874969d8f
BLAKE2b-256 f2c64282c6977e18f5d0e74107684ba1e1bdc0165c9ca4727c5a22b5d66b43d7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 29.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.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 21f99b0ebafd5f3259473217f66d675c6daab13547dd8f98f0657771fbc7f3fc
MD5 72d69b4a37c6e39af1c69827bb059d7f
BLAKE2b-256 2e9f14959c98b8350736cb4153f5ccfa92e5a77e5643dc74b5651ba7c46dff88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 577d3a3134fa1556766c84ab48fba0fe0581ba3ef618a8ab723583bdc292b4f7
MD5 d7f26d0de57dce6864fbafb42708aa26
BLAKE2b-256 652a658f3d22c34ebf47477e75bfeb3ff04a3ef629faedfbf3d31aa6c652b3d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57333dd9d58957f85eab24286d8c5ac4c25c05252c0e52ce6a7451f13f77bb3f
MD5 cc2423ddeb036246f51fc9f342535afd
BLAKE2b-256 1e4ddc1bceb35a339235236625ce70ac79997addcf06c3a5103e1e6151924a4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b0d63e047c9a7e4543ce9943a972e357cd5f9f0c6411eb76d51771ad1fdfd39b
MD5 820944c3f54dd3b915235c0e31968f2a
BLAKE2b-256 60a3236a5c877716a1578bbfd2c569c1b56b5224dd9ab5afc18829a640a668a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b81f33fb411bf8a9e5b6aa4ea37a04ce971007b32b92c574479a9af197fe5060
MD5 e1ba46e1f6c3f74595c46fc102975b3b
BLAKE2b-256 8f8752fdd7c6c752783fdc6995f64a85dc0ced96db2076bee1239be348408c8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 32e5e43c187820e9536889ad36aefcc9ec24724fae5e35d12a610b5bc9edfc41
MD5 7fff01a4ddddc828adbac06284aef7cd
BLAKE2b-256 7ba7e9dc27330bd6f6be8482aeb2ef4548b251518e439fd69258e12469e6ff16

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 30.1 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.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e90e56a4e4008431539f3e95c9d61c9150fdae7505c73ced5b3eee4092abcfbb
MD5 1727de1b4402797336b4412ca2db19cb
BLAKE2b-256 1d18a5a71312ce014903a716fe60819ab4fae33cc61b2e9f82ba035fb1157fa8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 33.3 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e5e4f4fa5ac2c69dbfc971995963c41a22866f0870cf8b7e60b88931cfc958ff
MD5 46e0206efcc5db9748b3ac135ec2f416
BLAKE2b-256 02f30e16741ceae57ffd8ab3a612da9abd7979c570dd61d660b65a645d24dc0f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 29.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.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 837acf015c640a2539b5fa34c76b002323660bd33674a3ccfdb2cd3784acc686
MD5 d9ef9d3d5597e88a4799576351a81ea6
BLAKE2b-256 35e593d820229411900290d8dc3b920c58d765b1b7b66d4893143c770da192b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31f2c4b7c9e36d5967f31e33cee770ebaa3d83ccd3f0d38128357662bb3b0e1a
MD5 c3fc4d8bfa4c85b9a2c2129273ac865d
BLAKE2b-256 0cf8b996cad95f478f3a838ef8ece2992c79ae18bf24fa1f2bac655fb9560a41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03bce02750255a1b0a2603d9de74f69146bd13ab365d5619b29ea2ca63debbb3
MD5 660054c8143038a6125b71420067996e
BLAKE2b-256 48cf00248d4d79106fb9563a8b4d3cfac25a59c901fd62a62514c10f792c40f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab071716543745d349f11cfb3209b0b1c070b23476b15ec560f32b92028fa992
MD5 221e63806c029d9f2b24098aa44cf7f2
BLAKE2b-256 9a183affa8ccf2a7fe85725e35b075a0dcfd2ba47e4fc04709a1548dc0d6a9e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f3b95de5563e2ddb66c4dbf9f675304161e94fbd7a20c441ff47999a61bb0b2
MD5 951f574d28ee948cbac0352a433ac2e3
BLAKE2b-256 f20f2bf38dc823495c9a452b92782b5b3d7695f52378fa9ff563767ab175b58e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f1093d788af3bd8bd58bfd8b9be82e8557e027c8683c7c4bb4bb8a52393b690
MD5 c6cb286b3acc7af8166a5f94717be6ab
BLAKE2b-256 21ff8f1ff3f0ea6099b741551548ee7165722e0e1c8ae76639fda339347b5fc5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 30.0 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.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 8bd7ec77173b39d458dd4fb3469de52b9e7cd26a7d002b8fb8f428f533e28a5b
MD5 91e4608766a775b31220ac13e2228a5e
BLAKE2b-256 ef0b1dc376e47ef9bead19724151260068db83b4c5bd9a187c4887ce6826cdf2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 33.5 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 04a4980f7a12fb17b151f2c5b250ce89de2a9bcca535794c043fcbc38bb1ec21
MD5 eb44b6d057f699d7ad1b69d740bd397a
BLAKE2b-256 1ab38de80f50fe9203623ab6bd7a690f7273a1844ee7e617a11e9614d8c69ea6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 29.5 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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ccdac3a9968df3831da87f269cbfd7fef7cbc0ab1edfaf0eaa3ff2d455252f1f
MD5 65b39d4c5beb977f1a6149ad0ced93cf
BLAKE2b-256 dc691760b6c15b3c2992f7589f7d95385e132c69b2f07d87375e6154bbe6445b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0db655ea96357fcf4dcd691b51f708c7c115d4216e23ea6c401053d5fb5a2f0
MD5 93ec6faf062408f98ee80f16c82dc644
BLAKE2b-256 a32bf13ac6f6c35818dcb1044ba5899788ead3627f3e809b7b7f1b7bfd095f90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd2c38ff5025ef38561c684f19e1a1a9ec743d4894472166baf2655fee4a2d71
MD5 82c240ae32e8efb73e45411145778732
BLAKE2b-256 3a57dbb26fc0db5f0d3d823ed419f5dae44b115e66b9aee1f44190bb70a10cd0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0bfb30e92926ba3c4fad25db3ff0dfb76db1fceb045ba4072bf7ac20f8e7dbbc
MD5 3f5fb56d8e902724d14e854ea7750444
BLAKE2b-256 6ae9aeb5f89e2b2cc87ab0c2582260195db3047d3d11ee24647da26d68a62653

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad64ab6de01022432a77f3cbfcbe109f286aa322c1173fd92b026d30eeb02b12
MD5 8015ad332f545f4e5dc57801cad7b864
BLAKE2b-256 b9f1ee43a747aa999c51b7d916fdf61e541709d3f4831067cf83a7609ecc840e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 289590e8f8ad5c460d5a12611647c6425b4df2d2455760e08bef2a4cce11557f
MD5 c8e4368650cf997fc2c55c7e4f2db8dc
BLAKE2b-256 ed2cc624d7cb72e7528767792948c0b1b71afbfee21c6f09bb45c1822b1df4b2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 29.9 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.2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 a7b733f31c15eda700f9c87feb2c54722e665954d2e3f2d37062bbf925b5db2a
MD5 39174865cb4d5209734562a99b3cf813
BLAKE2b-256 b695c9d05a8ed0a0b272cfd7cceb8596f031278704a71dbe4130bf2dbc6124a5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 33.4 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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0e6fb859044a861d7c24e7fa342018a1dc0e5e4636892553fb01d8d58eb593dd
MD5 a0723cba90a06189075c09f0aed963a0
BLAKE2b-256 e36ccc53302dfec147c9c5e3fc0f2141d092c6f32d3efebc06476758f9dc46c0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 29.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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d26ccc42ba83574379d300dbbcc99ec1536631677aab4113f9e9433262f1d55b
MD5 869df73d1bfeebc55621eeec3bda169a
BLAKE2b-256 c446f514441a0dbe1392b9cc290cc5ea25f1e032e60a48554fe6dd62e7098285

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d92d068c4454f7dfceb5fab559541abcf701c2e3f4d01689b061747b64997881
MD5 7bacfc1827b88b008e02e9649dc83191
BLAKE2b-256 95f0a0131388169ae00992a098864df2ace35797ce8ee948cc862e15868fabfc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea52ea7a0a0f221b29aa55478a3ef701036da8dd52391019a5b60713022e9dff
MD5 f2e6c512a7122bba4bac4fc2a05ceac5
BLAKE2b-256 ed0e02d6015ac90aa8ab64d662e3b2ae4b0517707f7b5e79e6e6b8cfa1eec0b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 766d63c15f7886c1e1b5386dcd7170e22066ae81db6709ae3621dd52b8053a7f
MD5 de8b6596ccff852c58721477ba8931ff
BLAKE2b-256 345f1b448bcc0959459f6f7ac70d1be6e9741fddf46b4e400a47f21f580b4a71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8cf50c6bda2ab3b941dbe2653731d1378dc8f1fbc3123035914df4e8b62b1320
MD5 0d964c599b70303fdc05b1fb1bc55eb2
BLAKE2b-256 fd7596d5aa79ab27f91901f46bb824bf0d7aaa3cf3a18012fe462f6bae63efc5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94e750fc2800dbb6e8db59c920979eba2bc8652c37b582e50523a7e288655ef0
MD5 b34f7cfd5c091a6756d71427ee83112b
BLAKE2b-256 932a9e37594db571d20773d1d25991ef3a3ea2d159ce963c6ef155ac018140c3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 80dbd9c65803572b7f144077ea0e8ad02589835c7eb44bc11d0858506f5a112d
MD5 80385fced0bca06bc8750414197e9ecb
BLAKE2b-256 d9bb58d5c3752cc1b6f586a0d7a9a5632a02b7b218bf689f3dcccf96ba217f88

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.2-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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e31c3850056861bd751ebfb97537bcafc7e09ab04e569ed0ef09ba5a65b70dc6
MD5 2f20cd48b4cb0cf865234f79abd0a7b1
BLAKE2b-256 6f74a8b599e262733df36b8e0c843609d601ea79464da53544992790a7108090

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2a5fb6466d5d01f0bbc590cf25aa9baa30a55ce254fb9bf93f08d917dd81ddc
MD5 d715b6cb591eb2b785609764c38b0f7f
BLAKE2b-256 386d0bdfaabadf2530d94ca43a1b26a67c8eb80d2b9a45391300179a5cee26a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f89fabe4170b75206244c52f5d5a3414db8574f1cf7623716bc1bdc0b6c2bb9
MD5 b8d5f76b2891129b59314c62408b356f
BLAKE2b-256 e09c6a10ac0f4c62501b1c89df05e71417d825f46dbb512b40c52a5e07ebec94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f914ca24bc4ba5ab8e34875aebbc4240aa7bc5499cfae729836ff295b3f6d4e
MD5 f0d3b1e44af93b2615a0c87e0fdaf430
BLAKE2b-256 d6ed56a98830b7b409ec0f7811736848e80fb9e8185cbf8b33d956013d70a6b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 967b289207bd86fee56a0cddd129bf574867c709286a49705f4a74b3ad932d9c
MD5 d280a42f837b5350e5630ef86aebe25d
BLAKE2b-256 314bb932443bc56433e40e8480e7c95cbbe673c4e1ea4a4477d892ecc2a02295

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f97e1400e458628d69a48be3e298c157a1b6d0489fb03edac4ec16694c17d25f
MD5 8e606849d4090640b0da0e519bd4550c
BLAKE2b-256 5ebaecd3194fd35401882f53332af6f87453f2a30254b1637163b835deeb0e30

See more details on using hashes here.

Provenance

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