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

Uploaded CPython 3.13Windows ARM64

complexint-0.0.5-cp313-cp313-win_amd64.whl (38.3 kB view details)

Uploaded CPython 3.13Windows x86-64

complexint-0.0.5-cp313-cp313-win32.whl (33.7 kB view details)

Uploaded CPython 3.13Windows x86

complexint-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

complexint-0.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (130.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

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

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

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

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

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

complexint-0.0.5-cp313-cp313-macosx_11_0_arm64.whl (66.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

complexint-0.0.5-cp313-cp313-macosx_10_13_x86_64.whl (70.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

complexint-0.0.5-cp312-cp312-win_arm64.whl (34.4 kB view details)

Uploaded CPython 3.12Windows ARM64

complexint-0.0.5-cp312-cp312-win_amd64.whl (38.5 kB view details)

Uploaded CPython 3.12Windows x86-64

complexint-0.0.5-cp312-cp312-win32.whl (33.9 kB view details)

Uploaded CPython 3.12Windows x86

complexint-0.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

complexint-0.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (132.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

complexint-0.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (142.5 kB view details)

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

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

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

complexint-0.0.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (133.7 kB view details)

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

complexint-0.0.5-cp312-cp312-macosx_11_0_arm64.whl (66.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

complexint-0.0.5-cp312-cp312-macosx_10_13_x86_64.whl (71.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

complexint-0.0.5-cp311-cp311-win_arm64.whl (33.6 kB view details)

Uploaded CPython 3.11Windows ARM64

complexint-0.0.5-cp311-cp311-win_amd64.whl (37.8 kB view details)

Uploaded CPython 3.11Windows x86-64

complexint-0.0.5-cp311-cp311-win32.whl (33.5 kB view details)

Uploaded CPython 3.11Windows x86

complexint-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

complexint-0.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (130.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

complexint-0.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (137.8 kB view details)

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

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

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

complexint-0.0.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (132.1 kB view details)

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

complexint-0.0.5-cp311-cp311-macosx_11_0_arm64.whl (65.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

complexint-0.0.5-cp311-cp311-macosx_10_9_x86_64.whl (70.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

complexint-0.0.5-cp310-cp310-win_arm64.whl (33.6 kB view details)

Uploaded CPython 3.10Windows ARM64

complexint-0.0.5-cp310-cp310-win_amd64.whl (38.0 kB view details)

Uploaded CPython 3.10Windows x86-64

complexint-0.0.5-cp310-cp310-win32.whl (33.6 kB view details)

Uploaded CPython 3.10Windows x86

complexint-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (135.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

complexint-0.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (129.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

complexint-0.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (136.6 kB view details)

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

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

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

complexint-0.0.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (130.4 kB view details)

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

complexint-0.0.5-cp310-cp310-macosx_11_0_arm64.whl (66.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

complexint-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl (70.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

complexint-0.0.5-cp39-cp39-win_arm64.whl (33.6 kB view details)

Uploaded CPython 3.9Windows ARM64

complexint-0.0.5-cp39-cp39-win_amd64.whl (37.9 kB view details)

Uploaded CPython 3.9Windows x86-64

complexint-0.0.5-cp39-cp39-win32.whl (33.6 kB view details)

Uploaded CPython 3.9Windows x86

complexint-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (135.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

complexint-0.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (128.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

complexint-0.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (136.2 kB view details)

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

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

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

complexint-0.0.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (129.8 kB view details)

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

complexint-0.0.5-cp39-cp39-macosx_11_0_arm64.whl (65.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

complexint-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl (70.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

complexint-0.0.5-cp38-cp38-win_amd64.whl (36.1 kB view details)

Uploaded CPython 3.8Windows x86-64

complexint-0.0.5-cp38-cp38-win32.whl (32.1 kB view details)

Uploaded CPython 3.8Windows x86

complexint-0.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

complexint-0.0.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (121.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

complexint-0.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (129.4 kB view details)

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

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

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

complexint-0.0.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (121.7 kB view details)

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

complexint-0.0.5-cp38-cp38-macosx_11_0_arm64.whl (62.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

complexint-0.0.5-cp38-cp38-macosx_10_9_x86_64.whl (67.0 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: complexint-0.0.5-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 34.4 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.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d86691224f2b7b5f5708eba9285956e186d14becc35028079c2999ec867e9926
MD5 243648f66c02cc51a1c3fb69dc8be8cf
BLAKE2b-256 52135ddba09596f9c45eddf73625389dd1c20b3af396b134432bb9ee1f075c36

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 38.3 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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c5a4bff12cbb2978f22196e9b25d88bf0ee1cb8a414d1be2a30ae3138571000b
MD5 152d1a8979a0e85ae8da25902aed5072
BLAKE2b-256 ce50d07c97a3de88163f80b8e534a4f6bb8a4e83d98a904084792174242113c2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 33.7 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.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1f6a9349466d745ef6b59536d08829f2e34317e6c315c6ac7a3ae77016f1b04c
MD5 14d28c35a87804a98b3544deb1abda3d
BLAKE2b-256 a743a484f5a5d9f9865f441fbf9edc9e17e9ef319ddf9d37e00aa37d3824d8c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00a0b9cab1bfbd2caf27cdeedebf6ae84adb6f3803794b186e49a76c1eec9d7f
MD5 f58b2df15e277145f5b2932f7d13c3c1
BLAKE2b-256 ecb83cf13baeabeaf5dca78189d467cca635d517a6b4bab95f9caff0f2698c08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1b0d2f1f139408f41a0a77e2da6b198f0e6ea225bce4dbda6309b425be10966
MD5 98659a5996d378e58e64f955507981eb
BLAKE2b-256 6b1ffd2730797a4ad515332311da112a7d2a7adfbc8ad33edb5893941489419d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 87f6051e3106b9973ae55e3969507900d2ab2c6cf6848cd77fd7e551e9c223be
MD5 cc9f88333a427f2e32be4e4965d6a608
BLAKE2b-256 f15c0d3093f1ca240418fa56264505e94acd95d832971399e9fecde81dd9ec93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77792a5647761472bce745fab6e2a903a1a78dc5317bbd2c4bdac1afcec4f072
MD5 d8c5e970e79f9dd829bba9e5207be338
BLAKE2b-256 239c2f7d6122bcd6cbb3ce226e082ab29fa585eed8a31f1216d34760293bfda3

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ffe6c4552e8590da477a3b115b0426a3b2aa12368b79b4a37ba8761cc099a5a4
MD5 e3f89be1646a55c0e31d4b6b0f0b8a41
BLAKE2b-256 a283df3fc078e89c3fed2530113a0664869af7857346039a70216dd8d7a20d34

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7540fea5c7335743f1e5bceb13cde53eed7d4d0c0fe50d0d273fa6b407958e8
MD5 54f9bca89d8b063d1048c6d79173b02c
BLAKE2b-256 cae34f618f888ed369c45e26062430d33987446679200052f5b1e440f84bc8a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 34311262102a445a87dd564427e5cf6eb45f0608b72bb42c7ad337278dad08ed
MD5 c03425962ad3d5ecbeb9ed3589d77ddb
BLAKE2b-256 aca1452b616d6bd5e4477e6d0bab9cc64ebcb88aa35df79ad5e99853ea8b090e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 34.4 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.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f97b1750e9c6f7831175aa16aaf23d433900247074d4e2242b143227d0d71299
MD5 c20506abda58af3831ef203777bc12d3
BLAKE2b-256 0e07f181ae8c5a567234ae699eb42574a82f9ff7b396cda7b813cf26e5c12e3c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 38.5 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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2bbee4a211377984f0a75c10265553f168e0ec428ffa744e984a728bd7473e2c
MD5 7ee185d65c7937e5629df764e30bc116
BLAKE2b-256 722b1d757aea3b0081cd0953d991eb7f776d03016fe44dbf1f72639385a2cb22

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 33.9 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.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5070fffe1cf31226a15185d8831f074c3764c9fc93f9b87db1f6e31356bcea3d
MD5 8a88850541eca738fbacef41d4368b8f
BLAKE2b-256 08881f4fbca7122e30ac92106bbd32d8aafe1aaaccf89def813ac29ea0b105d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eeca7f063ac456c12097ed796fa120d24d1ca9b15e38785b8f1496e4dd3c4182
MD5 6b880b9a5e533bd93f9f7310368c5046
BLAKE2b-256 3e434c7919da4bd79c2de987f4acd0225860771cd8942cb89e5637e0d9f0dec8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 941d546de04f824e9813f99f214003442581469093708ea2d19f2909b0c0c1e1
MD5 6319e3456a597a6eb54e3cc0d2661294
BLAKE2b-256 38fed3b5436accdb651d926e0b3acf0943570aa91250e674d8ec97a70e8d5ed8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e417a8d4985a335121751ae56065143161edb8c0c0b48651a6a5433663c7d67
MD5 ed347b930a9ee0ee3fbb7eaef514193d
BLAKE2b-256 7060c7bab76dee314aa7aa1c91d1706fe0ed2fcb72e83b567a753a7dbd3c7cf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5326a1f038867c173a7fcdd784ab27329221b78d1d11b286dc5177e8bb61151e
MD5 d55a49cd0e4301930b34acc6efd2ee9b
BLAKE2b-256 d27d182821154de3bee7f9db7c65aa20cc981f3abfceb25d20ea079527ed4079

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 944ac34bd82548523a4b3f9e0dfa76c594414b5b46f01f9dfd9c2f0f7c40d64b
MD5 8ac44891f9a7509e3ae9571a199625d0
BLAKE2b-256 5ef0e37298528b5e378ba96529e43a518adf849ad2e43f801d4b25c298a6f573

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4ba4cb156b6982aed923d261ff8d344fa023f7c3ac4a677e90e563386e22baf
MD5 560304d28e53a4736d7a85080d359117
BLAKE2b-256 213760240c444813e55ff6803ea330a69cc038bfbd7b7cada7bb129dc8f56ef1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 09d4ef3c0d63514c15c0567be5cdb9040be2fb339449536994485692d2fa3053
MD5 2d012d8a95908cb5c365833563169ba4
BLAKE2b-256 ab1bfcd29d1a15b71f24be1451ddc2fcd1ff15fdb53e46467a90bf99d5a0210c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 33.6 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.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0ea6b7d5cf4a217248f4b55a4680604e46d82b4e09c592725a6956ea38d3af32
MD5 12d3e80996f01be26dbc538b8487689b
BLAKE2b-256 f74e24c9481e2bacfc202616952ccc7235d2195f863a591a2e45b4bd40cc8b71

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 37.8 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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d33fc558ea0c1965fe970846612e1a0bf77b33ddbf065214cebab3b0bbfe1fdc
MD5 82065af2315e9de712bdc8701fd1f428
BLAKE2b-256 890c472d6c0b93853150f0438c54ca6de41c387cd88603e7f71acd8a0d29a9b1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 33.5 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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b5f8b07e7f92cfcb3ca96b7092925859b3516ef486b435fa2b879bdec8afc5dc
MD5 1b2b6f36eb74e6962957db3eb688b499
BLAKE2b-256 d6c1047d841422a81d9669521f37f9e64502d77bc236125e4c0cc946fb1a8195

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83ed4f460680a8a8f02a1006e59755e83cce40797c56225e8c77639214bc1cfd
MD5 cd8be5d1c8d8b455d3823d22c91f4214
BLAKE2b-256 8cb084da0fa20d4a76414470166ca1de49ad32fb8465d38797e5d2782f351ad2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1384ca34c3aff4b5e7ef0eabe8b684ac8eb582e5c9de769664cacd9997b4a0b
MD5 530904af271e14722c63adb104fcd50f
BLAKE2b-256 fb23d95c3fcbb08a75dcdaf23b031bc1e4247aef88c261da928e494f54a8eac0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d2213482fe096c6adeefce89fc0e3b30ab2b83679800f1bea9e370440789008a
MD5 35a389b3a61a2cda669cd4a4e77ec800
BLAKE2b-256 def33ce2eb4a97082aa0b503815141c0cd079a54d0e455bc243e4877120ed274

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5397b433b2a3d1a0d430fe1fcf86d0b88c923c0050d7c922aeba0e08e9f011e2
MD5 d2bdd0db206b68abd5e4b38e7e1c34f6
BLAKE2b-256 9037af79cb75f5c075780666e4b21247979befd4936753f740a03561feed8676

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9df1c011352b1602168f732bcd0f72e42b1f06b71f9031b22578a423f446972f
MD5 2ff9a5311f3adb396c2b8d49fd6fa09d
BLAKE2b-256 b550f89ee45b5e1b7553f691b85b4e3d03c679512c76154da3918de33db47984

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2ba5b085c852a5c020c6f0096c00943a4c0b261e1200f548beb083538d2c2e0
MD5 47730ab959697ae23585b92dbd2b3d62
BLAKE2b-256 25aa22b092854e06f47db2f4d03fd5c6284fea99fe47a67a9ed2135d885cb424

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d87457b5e16ec12eee9ef658be844830babfdce08cacb0d0578958f95e22fb95
MD5 376209465de7fea9e42bd9c755e36d34
BLAKE2b-256 1029542377288f850ada950de34d6d0c2a66b161bb9d75da13091a0513040d9e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 33.6 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.5-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 ed11e96501e8a139d66dbdc536ef31c18b6721e9b971238e3287b59d3853c306
MD5 53c9a4e3a61cbaef6a29a325d57f0fd1
BLAKE2b-256 2966f8aae2dc9cc26b0a69b62bb328dbbf0145af148d19e39db6c27848eca438

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 38.0 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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 43f5aa533185a03ef057a5f407128a9b024886c9c1c0760e8face57d93213e27
MD5 5303675a4aa23a868ef6f1aa5b5ef849
BLAKE2b-256 c35621029083a4600d22cbbaa213642298707de4bf5d1964dd3c66afb4cd8a33

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 33.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.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5d42da3b347569bcda5b8561398dd0ffa7fdb99953ecee7cb77d4847c80838e5
MD5 302c45ce75240b669416b95de38c6f34
BLAKE2b-256 21026d7b590ba4c03f8f84d1f31de0be89176571e874a5fcdb5e86f6b083acfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bcf58a5c3e22dda593e5e8f1d793c1ca88dc9b143e48d0bbb036d548303e08e
MD5 a19695142a6962a373abdab3b4b9fae3
BLAKE2b-256 1a03712088d8db58996e7f95e183f4b729cd0783f6a56bf03ccc3046e8fee827

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86c765725bf4b616c39c25fa1f64cb8fc2f6d6c908cc8bd50b7a0e7c98f4d4c7
MD5 ec7c4b361bdc0821cfc2a24524694a90
BLAKE2b-256 112d193a836475a7593dd413794e7d854b3c34fd3b491effd46bd0e4b055c6c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e3ed86a32b8cb0e06ba4bf3e37dc55bc87192a6a0f19b483c9a98461935b01e7
MD5 fcddc943e0a115016e76534c78b96b04
BLAKE2b-256 ebe232a2947c2fb182c9e55c8b9710d1aac8869e78aa334e489e6c3cdf0fbf71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2bd7f2726b38adfed8a748991d6a0d2c2fef0b46e9bfdb0bf4e61b7111527462
MD5 72be9a4852c6bd7b5fe8f1ef2dfd5eaa
BLAKE2b-256 01157debdb5ada4fb421b1d4b9c4d2f88fd2540c113ceedb1a9b01d409fe79d6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c47fa8dca500d41b56346fc07354aadad408536f26476d45655a0c50741ea302
MD5 b8a266807a640e1a793e79180d03be14
BLAKE2b-256 1541d4ab995820b017fd0a812f1f7c1484d5404e7294ff4be89916639d33774a

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9792f5a27a80f39f1391eb5ffb9a840b596ca540e84799a00200bccfa4d269e
MD5 fb5bdceb225dd0bd01756a194d6b828b
BLAKE2b-256 b5a352c297097743d05f8a0bdbbf30148581e7148bc7990718a30f959e9c1092

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 84baed26422a753a6cfe3e6e61ae72b98a49f95f1c8019e245500d17b4f12ebc
MD5 1a415f36e23db4fdb1a0e850c2095f84
BLAKE2b-256 93b54162d6ee830ecd7839fa03bd7fe4d343695f2d95355092379b13b57882a4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 33.6 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.5-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 d728f87b766cb8614512d947f5024807cd4eca75e661aef435b6690f15e7ec6b
MD5 2b5f420dbae98a1090573fd66a275c8e
BLAKE2b-256 cf9f54cf7bddcb99817a3e5d13d2d1ef33949aa610ad418981aedc63ade5c3fb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 37.9 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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cf5994efd82f1dba7e7af6ac1eb6b7d389f61c8894c17e65de0b1064334a0447
MD5 ac9b4374dd8fd49b7e298aa0dd453a60
BLAKE2b-256 873f2e5332be941ff6d311e2d32ae5a50b739b9088bc02ce5c554d9690253c37

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 33.6 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.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6d2601f52e92bb323ae3f7e1ee9ac77e0f860c520325ab61114a624bf73b2bd2
MD5 af3568f17925dce3088ac1421ea96982
BLAKE2b-256 9fdfa969f5bd4abd9592c0967575b043307a84fab179c0f5f10f4ae03831223b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6add0f89805cf746abfbb7ab2f6d95c60db6735950903da1327b42422c82296a
MD5 563b78701880e06dac9d4a0a86570dc0
BLAKE2b-256 03d63f8debcda63bc757d2b7a0dbf1dd8830060cf4d3b7a04de42cc47a4c4820

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75d521af17544516fe4bea58dab0eb37811561d2ef771eab2eb5e1da59de9374
MD5 04365d08546e3d04e47bf05f5451f086
BLAKE2b-256 8c7fd969b1baaf4493d16c109d2651b2bfabbeae3250933972db061401973b01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6376a2cb53f1b9924fa3c07465303ddde74e1aad37c52e920f1e19abea5b9c9f
MD5 0ae25c826fdebd86bb9c718d60160041
BLAKE2b-256 ea614173dbc249517c53fe87a7fb8fd7730c7b8a751affc417dd5659f035fcb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 50f8f58b6ccab0ff84d4622c66234317a872f84087ca72e7f11ad95bf319bbf1
MD5 d24c3c8ca33d2335e7782ffa4a60b381
BLAKE2b-256 bc5e9d8406939d144c7fd93becf7ca4ab7ee359005d3c8986afe2a2f7d222e65

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26dcbd4593f53f7e053849ba71a3154caa6c140932215414c4158d4708cdef9e
MD5 6df47dd2182390e7b57255205e6ac5b1
BLAKE2b-256 0654b78f739df2c3115b08dc51d957415ca8982e9dc19cd2a9a41f76bd9a7423

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd7480240251ee63d9d4ae45fed95f292ea0a4bde5ca5299508386d5193da078
MD5 e9c225f3886a51239a5e972b6f66546f
BLAKE2b-256 03e629b9e73909597599b2e5119365efca5b2d5a7f38679799071276a009f9ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1d3e990fd9188cbd31eb7c087a4dda42017223d825e630f8fd4d1252ca9dd6fe
MD5 ac5b80f6c856d5bcec13b02769260d7f
BLAKE2b-256 f60e23d3afdfd6642b870281a3dab08f596304e9113cb273b4c353454094aa2f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 36.1 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.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c4e9a7ee4fe69830b2eef85c84ec5a5403a953ab44a9fd2dfe561a42455b898f
MD5 0a1158a7e280d1d5b784b9544a46a5bd
BLAKE2b-256 89f490a94e87c74124dc380de55e90977c25959175308ff93e055fc677702ce7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: complexint-0.0.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 32.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.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 44500d550a7a462df410fc94bc2038c7a645b169aea89019489d87cfc155d5ea
MD5 884b8e22c86a6b96665487ddfd22d0e1
BLAKE2b-256 1e7e281820b22ec16ea9811bb2b3bcf67afa626b935cd3508e7e0e90dc4f73fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf13e2adb77efe48cb26502192858fb2266022cfc714d88c40cf8bc54825f2d4
MD5 f66c0bfa694b7d1128639f7215ee1896
BLAKE2b-256 095509fbda04962420c3fec2e7f0e43cf3c3b407cb08bf286f19adde7f111393

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96a871074349fd9df2257cbbef15ba85adc1658a72a5e9f4e14fa342f26e3aa3
MD5 434fa26104b478d6dac806f0e5d4db0c
BLAKE2b-256 3ebb15a7cbb49bac6f74d9a17b818a309cab655723514482893a36f2d295d6fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ebe77b5efa2f49dfc19f8f05c2f0e3419aa268b69ace930fe2df4a5dd5c4a132
MD5 9b7def70a78e8dcf7e5ce7c2a8380607
BLAKE2b-256 6867bd0a35465d584b383306d844b1646f4f8fe6d148e3f679fe05ced3e28508

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c47c2589ff4f7534c0798b33cd2ba6c44c34a472c67433a06d6557391aab7c43
MD5 cea2f778b514fb5fcdefdf1afd6f2bc6
BLAKE2b-256 2de72276e84d0f5c8e5bfa8306ca19f850687dda3062b34138515485fa3a9091

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9003b3b311d8b220611cc018d572874e91b91b4146943b500ed1768817e3848c
MD5 bf214fdb13c66976df9dfc155a9cf985
BLAKE2b-256 3c55429688e2e8277296e099dfa1803b034a576ae1594f6b7464a831ac967e03

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on rheard/complexint

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

File details

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a594bd65d2c0b0cc04131f3e20dbbb2d20ec45657b25cf52817876c760b61ce
MD5 063c0666ccd5454fe9d648b751adc658
BLAKE2b-256 473c1b88d5ec84a4758d87b28622beca5b087ad55f584c24e2e8823399f19186

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for complexint-0.0.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 31e2699a1f5822aed9259c700d75b64094a8e44643f0974c78a58be1a4291553
MD5 a0a93afb26f1d40366c3e412f2f9bc91
BLAKE2b-256 3c2e9b95b410f75aea45ec1a9ec02c1ef93a7e7f1f63b9acadb321f1dc889f46

See more details on using hashes here.

Provenance

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