Skip to main content

gmpy2 interface to GMP, MPFR, and MPC for Python 3.7+

Project description

gmpy2 is an optimized, C-coded Python extension module that supports fast multiple-precision arithmetic. gmpy2 is based on the original gmpy module. gmpy2 adds support for correctly rounded multiple-precision real arithmetic (using the MPFR library) and complex arithmetic (using the MPC library).

Version 2.2

gmpy2 2.2.2

  • Fix memory leak for mpfr/mpc cache, see issue 511.

  • Fix memory leak in GMPy_CTXT_Exit(), see issue 515.

  • Restore ‘m’ in library list, see issue 538.

  • Adjust to_bytes() behavior to match CPython.

  • Provide wheels for CPython v3.14.

  • Provide wheels for Linux and Windows ARM64.

gmpy2 2.2.1

  • Bug fix: use C int instead of C char for some internal code. Issue

  • Bug fix: add xmpz.bit_count method.

gmpy2 2.2.0

gmpy2 2.2.0 is now available with support for Python 3.7 to 3.13.

  • Support for thread-safe contexts and context methods has been improved.

  • Interoperability with Cython extensions has been updated.

  • Extensive improvements have been made to the build and testing processes.

  • Many bug fixes.

  • Extensive documentation cleanup.

Availability

gmpy2 is available at https://pypi.python.org/pypi/gmpy2/

Documentation is available at https://gmpy2.readthedocs.io/en/latest/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gmpy2-2.2.2.tar.gz (267.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

gmpy2-2.2.2-cp314-cp314-win_arm64.whl (870.6 kB view details)

Uploaded CPython 3.14Windows ARM64

gmpy2-2.2.2-cp314-cp314-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14Windows x86-64

gmpy2-2.2.2-cp314-cp314-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

gmpy2-2.2.2-cp314-cp314-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

gmpy2-2.2.2-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gmpy2-2.2.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

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

gmpy2-2.2.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

gmpy2-2.2.2-cp314-cp314-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.12+ i686manylinux: glibc 2.28+ i686

gmpy2-2.2.2-cp314-cp314-macosx_11_0_arm64.whl (705.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

gmpy2-2.2.2-cp314-cp314-macosx_10_15_x86_64.whl (854.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

gmpy2-2.2.2-cp313-cp313-win_arm64.whl (846.3 kB view details)

Uploaded CPython 3.13Windows ARM64

gmpy2-2.2.2-cp313-cp313-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.13Windows x86-64

gmpy2-2.2.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

gmpy2-2.2.2-cp313-cp313-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

gmpy2-2.2.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gmpy2-2.2.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

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

gmpy2-2.2.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

gmpy2-2.2.2-cp313-cp313-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686manylinux: glibc 2.28+ i686

gmpy2-2.2.2-cp313-cp313-macosx_11_0_arm64.whl (705.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gmpy2-2.2.2-cp313-cp313-macosx_10_13_x86_64.whl (854.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

gmpy2-2.2.2-cp312-cp312-win_arm64.whl (846.3 kB view details)

Uploaded CPython 3.12Windows ARM64

gmpy2-2.2.2-cp312-cp312-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86-64

gmpy2-2.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

gmpy2-2.2.2-cp312-cp312-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

gmpy2-2.2.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gmpy2-2.2.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

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

gmpy2-2.2.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

gmpy2-2.2.2-cp312-cp312-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686manylinux: glibc 2.28+ i686

gmpy2-2.2.2-cp312-cp312-macosx_11_0_arm64.whl (705.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gmpy2-2.2.2-cp312-cp312-macosx_10_13_x86_64.whl (854.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

gmpy2-2.2.2-cp311-cp311-win_arm64.whl (845.7 kB view details)

Uploaded CPython 3.11Windows ARM64

gmpy2-2.2.2-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

gmpy2-2.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

gmpy2-2.2.2-cp311-cp311-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

gmpy2-2.2.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gmpy2-2.2.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

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

gmpy2-2.2.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

gmpy2-2.2.2-cp311-cp311-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686manylinux: glibc 2.28+ i686

gmpy2-2.2.2-cp311-cp311-macosx_11_0_arm64.whl (703.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gmpy2-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl (854.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

gmpy2-2.2.2-cp310-cp310-win_arm64.whl (845.7 kB view details)

Uploaded CPython 3.10Windows ARM64

gmpy2-2.2.2-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

gmpy2-2.2.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gmpy2-2.2.2-cp310-cp310-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

gmpy2-2.2.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

gmpy2-2.2.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

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

gmpy2-2.2.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

gmpy2-2.2.2-cp310-cp310-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.28+ i686

gmpy2-2.2.2-cp310-cp310-macosx_11_0_arm64.whl (703.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

gmpy2-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl (854.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

gmpy2-2.2.2-cp39-cp39-win_arm64.whl (846.5 kB view details)

Uploaded CPython 3.9Windows ARM64

gmpy2-2.2.2-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

gmpy2-2.2.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

gmpy2-2.2.2-cp39-cp39-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

gmpy2-2.2.2-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

gmpy2-2.2.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

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

gmpy2-2.2.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

gmpy2-2.2.2-cp39-cp39-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.28+ i686

gmpy2-2.2.2-cp39-cp39-macosx_11_0_arm64.whl (703.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

gmpy2-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl (854.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

gmpy2-2.2.2-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86-64

gmpy2-2.2.2-cp38-cp38-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

gmpy2-2.2.2-cp38-cp38-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

gmpy2-2.2.2-cp38-cp38-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

gmpy2-2.2.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

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

gmpy2-2.2.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

gmpy2-2.2.2-cp38-cp38-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686manylinux: glibc 2.28+ i686

gmpy2-2.2.2-cp38-cp38-macosx_11_0_arm64.whl (703.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

gmpy2-2.2.2-cp38-cp38-macosx_10_9_x86_64.whl (854.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file gmpy2-2.2.2.tar.gz.

File metadata

  • Download URL: gmpy2-2.2.2.tar.gz
  • Upload date:
  • Size: 267.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2.tar.gz
Algorithm Hash digest
SHA256 d9b8c81e0f5e1a3cabf1ea8d154b29b5ef6e33b8f4e4c37b3da957b2dd6a3fa8
MD5 1ca9bf4595f9bd121081f7c0c4a15fa2
BLAKE2b-256 fa58aff69026cd43a284b979d6be8104a82bd2378ca8f1aaa036508dbee7f1d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2.tar.gz:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 870.6 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0ef9501b8d6168d5bd4e951adaa2cf1902cf94aa93fe6e4d7e85a59288fcd6ef
MD5 bb002fc37474a7868f8a6eadd72f6f67
BLAKE2b-256 65b78c5007180dce911b509587339f0b44b4f8dc1e1904440c02a652abab6a23

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp314-cp314-win_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 61a53a4485f438b1d6d97149c14114b08e56bb4b6e9acb049dbf1a538ce05c91
MD5 02847ab78b951cea9d6105cde0f512e5
BLAKE2b-256 638adf2ff280be6a4be0593bb0b36be51a6ca5c5901352562c29a2b51a48c4cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cf9ee5bb0f0980c7e572b7f51b40e8ca215e956b534d795ac0e7861cfdeaee0
MD5 857218dd748437d3a6d0384ee9e69b0f
BLAKE2b-256 54ef8a826c8a18360965b94e1ebb4985c674bb55541e06ea73d895e1875f7078

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 68efb4ca78ce5e737ac0924e3870c31745b1378ddfddb67ef180771a627847ff
MD5 09b28bf940bf03a91eba5cf5776246af
BLAKE2b-256 baf5f733e7cf2188422a19e9b1ea0d42c8d90d60abeff236ec188dfbbc26b0ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcd862b7ac1ad1247b030e6a55a71f4346953e2c5c12dbf852051cdec1c30e6a
MD5 ff9c031fdf4c4149aba76bd86d4fbfb8
BLAKE2b-256 f1764c46483819a2af883ffea3d233f7b74791510b0e1318e892234bdf040f7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fd36e802254ad94e24418312a7d071052dce03cf1c89ca0b337f516a8fbe7d1
MD5 f7f6480de7e022fd42d4df0a65ab46c2
BLAKE2b-256 9296a81dcdae7d7577ed8046f3bd7d6b1b80913bd3def84f5b4f10e5f69abe8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab1c1708d38795cdc98cfa11872a5fea877a31da3fc59932eec625e165e7b873
MD5 7f812d36767a1058369c77ab4f787bc6
BLAKE2b-256 372fa1900c4fcdf51aef152696b3f911004b50fd3de8c696ca85f1189fa5c798

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp314-cp314-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp314-cp314-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 fc0143efb6c1563ff36e5c00d4b2076088263031336d2293a4c6fddcb3dc12d9
MD5 14ec5a274ebf998d0a84d504a7a8238e
BLAKE2b-256 e70fb2e050a412e80eb2835783c0c8a5a6464d7d59a605158b4188a367d3335d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp314-cp314-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86b10b1719ff18fc24e86bdfa5a12883a3f48ebcab0e5b80c008bb6694c66927
MD5 2b111a3b818b725dfe53d85f03101071
BLAKE2b-256 98b879d3f391cea6c6a9c0c8cbd1f8be56b7e30b648f6c3cf94608a8e4e05de8

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f3e38ad88ef9c2ff2cedb7e85b7101aece94fb072cdbea3786b5a7bf96053b27
MD5 5483040305c330c7dd13d2adcebc8a90
BLAKE2b-256 55f3f982181a53c5204d5f2a20acb9613945e40f02fa8504b44f3c75e314f417

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 846.3 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 df57fd4857d1d5c59b53a9a1d50ea1743e3edc3fd5d97127800910e53d22ec74
MD5 46af36aeec3ad94e451dc9b9cba5a35a
BLAKE2b-256 90239654209608e4a708a977157a78bb04e3a00463a2726cb335ba9c477ed604

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp313-cp313-win_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b6a75444bfb6fb9b848491cc281876027ff92802ab7ad85970870db812d01b8e
MD5 f62476d00eb22d0c46431ce2a9192308
BLAKE2b-256 dff53838ef10d885b748e948c64485fff7ef44a2b4b8861991242e3f6eef063a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd29f18140a90427755fe81741f649c0dd550dbaed024315b261de1da381e529
MD5 54811ce3d88aabe5c6b0ee8036b8b87b
BLAKE2b-256 4ef834490efd06ff5f6e01b2f5e148c1d23d88c7a07970d49e68bb7a5c51cd6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c8ef17b45bed953eae16e14924ac6cc6f964bd276d0767b96421e8caa719defb
MD5 617455ee398a92df45072538ea7df49c
BLAKE2b-256 612a04c2a74d3bb8b54b7994380cdd135efb9703d0984026384191acbf4c7c16

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e83de6112d0a1946cb31e3f81341641923fc674f0c9180454867efd548f02f7d
MD5 38affb41e8932f5caa8c8eaa05f30e0a
BLAKE2b-256 255b625d154ba5a04c84611794f0510f65f03c5a1bd98706ff638d589dc65543

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cae6d3a9caa665f24c036caf6c10a236b346407e086847d1fe3ae895314722f
MD5 c9211b0984627a65e937b8626fa43ec9
BLAKE2b-256 c87ea3153d6d398cc0a3e37a3c5f07751a423eced1cf9fcde405b26f80eaa82d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bfa4284201ad2506e656757859a9aa810fbd46280ba2aae3503171b410214811
MD5 113c54f284775bfe28fe262d01e1782e
BLAKE2b-256 3c9c35b74b67e6e129b388711d275f8240c88ae7138ffb89fd8a9d7d78e94054

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp313-cp313-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp313-cp313-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 4fd4727d30f31b76c36b147039739613284fdf24179e49bd12c9431686f0cf86
MD5 b3e2702ef4e496e6fcaac72ea5d97867
BLAKE2b-256 bce7a73d0d5dc68be674ad345df900885f58c9f3d3fad877fc65ed502b734700

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp313-cp313-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cc59f9c85b05d685ef5704830afddb01dff9e14eab36367ed3cebf2756d28e8
MD5 fe145cf32e9335df452b0a6f128be25d
BLAKE2b-256 219e4eb4748f9012666a7ce34b256e417c637ec5ca91bfc9d7374b6bb117ff74

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 035b109a4c089df51a20599e3b402c5f1ed2e50c2752b05c08e51e44d22ee0cb
MD5 809cd1ae81be92add034cc7d1af9298e
BLAKE2b-256 1f443951ffb2201b191ba60912d8f4ccfc3e05641a223d179692c5bb85b5a60c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 846.3 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 62531a097b7ccb63b8684e749269bf0209911c0e32544aa0e160c553b3bfe36f
MD5 21eefbc26d82fb14b6d919f9ed8c3d7a
BLAKE2b-256 b8b725c5ff8595ecf95b186eb7d8ad0883f333109038a72c0956cc7ecf1aa68b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp312-cp312-win_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d7add6c8dc8e709b630aed74a7efe005fe520e92745345cd39128397536e4370
MD5 dac285c383567fba162b82cb8fdd1bfd
BLAKE2b-256 d5cdf4a251bffbc9950b0c391177482218b12d814ff6a9d2de4fd23975e40746

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e9abdfeb3b8ce855670c9f6991c0cb7b9c657e05b15d095a339fc8f22f89541e
MD5 a2bc0a2af04353b2da7be9c19b47a82d
BLAKE2b-256 4b07e2a350540a52913ffb06b39cec08282e17b755a9b51aaf0775052e34a852

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 97f736fc5c535e3ed70900fbeb81b3ed6fb07a5e4152f793d9bb37c6b4fc96dd
MD5 0e1ada29ec178ea20bd5e78a7b13cc65
BLAKE2b-256 6c238848dbd4c2b461385550cdfd1fb4a803aa673ad4d88ff3e311e5d519c426

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16890ab2154137afc77b11a1fc20c11d244b6cd5e45531800b8ad53ba30177c1
MD5 536514e3d4f98b63b327d552b7cb6ddb
BLAKE2b-256 e5dff4d3222a8201cecbed5f86d71590d38e962d1a8444e3d13b5405bee54ce1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3cb1c389fed4e572255ecc2f8053de7e0f05d7d270e953258d44667f136d454e
MD5 5aa7f8496fc65a74b12a48f6e42d74a1
BLAKE2b-256 d7f595abcc23bc82d69fbda7a6846e25851e2be3ddbc14399ad7823127d9b9d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b288cd520d498736afc4589391b14402190ea3764ffa0cbaff14397bf31ba91
MD5 052897f0fa69e34cccc5e4ffd89343e3
BLAKE2b-256 ced93a138fe8e91d7529dd7843854a28d6d2041b43f69c182e6ff85559f5cedc

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp312-cp312-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp312-cp312-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 54018d604b2a71f4d75af74eaf1731cf6a88272e6b3938160708c899dd10d43e
MD5 446b7e433a5811643eb1729ffceb39e2
BLAKE2b-256 9b7b2d76efb8c6e53807cbcc226eda5b63a5dfd59ef86af69a80f5fefee20cae

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp312-cp312-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c925a33c4809fc345cd0858a64f28fd522b99d0a2044d02338b925dd6210bd24
MD5 216fb5bac0af353e17f3fed1966a86eb
BLAKE2b-256 567b76e7c51417e0a763653b93edf9c842fe8ed37813ba72e18da3031fb553e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 940b01b702e937005a43b85c58c3ee1f19360a258e86049246aeffc06f83df1d
MD5 affbe5fcace5f932c4e29d6b1985d0f7
BLAKE2b-256 fdc45635f6a457ce1fead8c2d97153c70d02e4bb5ec23542b13ce033cfda0272

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 845.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 02691025c6dcb077197d93b5f7986cc0e78364bdf776844330009760ba27ad88
MD5 33b5d35da6cacfe0d913f945082eb6ab
BLAKE2b-256 54c61dd2c2e66dd5f61fc539d07d36e67ff171e4a5f85c8d0130278a051c95ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp311-cp311-win_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ee1db8ba22e2bc045497fe4c447d16989db27ce038de5dc11fbf003c39ca8669
MD5 1566032e612eac68a37b49d315cbf58b
BLAKE2b-256 81faf9d019e4192e1ed86240578ae3db28f168b5f9de6f4427f4edb52393069d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc40f257ab5e961b192ab923258986dc0227ca950cb772865509cbb87e9184e8
MD5 8cc4e029f59fc15758d6e5f59537709c
BLAKE2b-256 dede5d6194d5cbd28eb0b9f730daa77a95bb8fcb97e3352a46b4313239bd8007

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3683471e5abd711d513c6b39a97c51103763eac8a7e1de153f6258a3d617c99f
MD5 5c6003513d567f6396279eb0b0f7ecf1
BLAKE2b-256 451ec196348b0e11ea9e1e7536650eff4287e865bcd770ec5512947238ee67c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31b92201fb297e0b393aed71fe2ecc9db53a0687ba986b84c83c6ae0d137b7f5
MD5 f221f964041f8819909d78c25d78ab5c
BLAKE2b-256 8449a4d1670cf755dabdfdabd200373142f05f4153f02a8337774df1163c07b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 059db1b3c879c4a292edfd9438e898d065fdee489fba8b474d68a75a79080474
MD5 47e81760c8bb57c523d62c1d4d890469
BLAKE2b-256 6faceef0d9ce2f464768280f717ee579ac971b62410e1e4ede8443b7e52e2a39

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99d89000e0492028e58243d9872959d057184a9a97300f1b2022906a5e83578b
MD5 f1b0f274552c7bc6b2126b9d61e2a4c8
BLAKE2b-256 a42c9424cc6992c40275c90765a77125c6d54980928cf2999687aae9339cd786

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp311-cp311-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp311-cp311-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 d714dcf7bddf058077e43486984cf6e49e2be5a48b7116e6475655eef9b1ac61
MD5 cf2929ad9c8b645feae20b8defc3f05a
BLAKE2b-256 8ee192d7d3ba2a595ca947f9d7e495c0ffe1baa1fa51145758c484475999ac4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp311-cp311-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2eed8cfa1268fe18066150646ae1b3d31efd016031d7b1931be5a4956f5f0df0
MD5 1bb2753f6663bb0fc1e3c430e14b89a7
BLAKE2b-256 c7f4313a7579426865ddc0db662ab4a9384efe4c71430fd2d3e115d560716d2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17dca9f7cc145f7b5e2ededa357dedc56c14bae2dd6cc047f9ab8fd203f4351b
MD5 ab3f12875d31d2722a7a6abef87d265b
BLAKE2b-256 ab72d5934adb97ea29ebaeb5487a5995e146c331c759206ee474bee9deaf2957

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 845.7 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 02ab499d8dcc68234fb0a61aaea592ed75554e264a6d5615bcb1e474da5db688
MD5 10cb089575841c8adac3edd157b92e12
BLAKE2b-256 5e7cb076e2dc3fb0b020991cf576209d1adb4806704555a9dcf3184352e2ef49

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp310-cp310-win_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c9d9820edb8ffeaf8979b3371b4a9fe9a637baa15dfc6d5de9a094daecc1670e
MD5 2a42674b77256e778c711c5650ff5d74
BLAKE2b-256 d945cdb1957407a97346daf144b8d640c1e729e09b2097dccdace6597ccf8c2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b745f39dd8beea2a094e2cf72ec3d7bfcdc2fcdda66624b131a1253a34f6b9a4
MD5 76e73685c47ebca2e0c375f2ebd8a28d
BLAKE2b-256 47d558dc39cba10af9b0c49887fc3bef73e1f90d26e8e8f256025c3b8d3e3fd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0cd49fa04f1d5c916fafa1260332f5edca6f7d90edfa1c10af1e48cb92e65fe6
MD5 f501295f731266ed981149b312caf7a2
BLAKE2b-256 126ebcf16166facc886f2ae1faadbc3bd0c04a8bc211909d4349424cdb4f20c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73bb0000e0cd212ede09104cb3b3532e008c29457bf52e174a394797566c9bab
MD5 388dc420622b6177281a1da497eb5add
BLAKE2b-256 51f0acf23a674fb5801c10f33fe99133dfc9e8b4197f8e239b7655db2c9d6df1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7eb6319f98e4986e91960cefb9dd0822a612c22f2c06e06e959b29206c3b705
MD5 d37a5b1ea808a28e4d5fe22294d14e31
BLAKE2b-256 737e298996d7686c5404963a107f4b21e75c889fb0284be374fcd23974c86604

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d26fc1e2b1ec3c2e12c1cc69c11f18c69d024fd5ecbebf03a86e88f66e9e288
MD5 da91678bb14bf02695baf6a4ce7f8a45
BLAKE2b-256 45b84fd56eea4966ee51cca9a09e3bc01ccfefb1184bf7460d2b3c5435af7af0

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp310-cp310-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp310-cp310-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 5b0dace9d3f9dd172c543715b4a3503b50a518d3c3ae1cf3f5c98618b237d39e
MD5 577b45ee963f1ecbcb803166c8a9178e
BLAKE2b-256 9b7bc68dba31129332ddda82e7c137f6d30f41191a464dfd6834795a38c5a5aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp310-cp310-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e5ea793616d6843dcafff342cbd2ccb755db884248cedd8aa608b11027cd5ca
MD5 b22526dc5f2e1839a5e097e8a2ad99d4
BLAKE2b-256 4d15b1ee2d99d7ac4bb48542940ee81fded672f3fd3a1b520b4c7d0c51db4d92

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2b9d31e1e638286b7c020f8f18d41cfee67a6cac1fb33bd0b578ca5ae34ef6f
MD5 7bf9aaa01f06458d4e48fc317a6f80a1
BLAKE2b-256 c0d61675bd3b0243b3f08d1ac7359b0fde5bbc201069d3db73b4f75051b1f042

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 846.5 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 2628495153429d804140c01820d28d76f4eea872d8dac07b594a5103762127d2
MD5 f17014e1cd69f0623c33ae3d060a1289
BLAKE2b-256 d0c6054346f3aa99d5e147be216531248d54f8a93f793245fecd7f8032e1dbb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp39-cp39-win_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 141590a1066adef667e18ecbe7b64ca3ba2133ec2437a7f70cae3f1bb5b8a03f
MD5 4656cbfcc7391d20ecbd40aaa4320741
BLAKE2b-256 30f75d9f418d2aa98b25c303908a69c89a73d0cab0aae54c05fae246eed522c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 234f4f357e351ac6ad39b75212e9099e9ac19e7f472a636fa33d3616fe4a79e7
MD5 027a39a9e0ba2b9d325d5f5d6b417cac
BLAKE2b-256 06aa9e9c0005bf0c069e8163c3315f05583e054ddeaa69132e08b0798a5f95d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e1e7ce3ac3aa34af69bc6f3831e4d55b6d932e903ca0ffabd6db7746d9472b80
MD5 6683ed630db19e562571b9e2215ca320
BLAKE2b-256 c3e3c582ea9675a09872d3480af403e574aa02fbddfbceeb8474ec63f88f72c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f6a7b6c8174b3e8d2e74a42f4af53648d470500ac2986fa98cc4073f379cd00
MD5 25003a78188191d671abba99749aef61
BLAKE2b-256 d02bddcd1fde245a64a0f610474da58b506586516121c41a03d8685a9283601e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca34aeee77d67004d5fad94e515110e372dcc15a8b5eb3e2b9b429d3aeee89b9
MD5 d59af01a2c304da46d7cd4a31153b789
BLAKE2b-256 d804777d31c6197c6d102d4aed7e1ae60a354e8221c9b8f9ab527cfe3e429ade

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30020cc2145946bca2330b24b603bac369a561d8d2d1bc91aeaa2d7d3d236c5a
MD5 1cf5b376d8325fa970b28381822a75e7
BLAKE2b-256 ae34bfd7e31eafdaafade9c7c94490b3bf270608bc2dd0730b1682c61ad53030

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp39-cp39-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp39-cp39-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 31a298362fb27af65c664117cc5bb90d42dc96f97748be3e8e22c841af801ce5
MD5 dd36625624dec16beed9f5fb19b96ed4
BLAKE2b-256 8b3fb2262f6f25aa2bdc8d99d9c32934631a5d6f2b32e82180479e98254d9984

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp39-cp39-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 703.5 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7fc42e4d09e62b5a9d92e11d7d6258630943bea28de62c68c8d409d0954cdfae
MD5 dae3588e4a59d0c82d623164c23f8733
BLAKE2b-256 8a937a078baa310ffc0871b7044d17b34bb10d4b31a8bfc005b4009b8e6a0d48

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a972a04538d865cd069b962992e59e3243cd4421c5f9221280b9777115bf9ab5
MD5 ff40265fa0f3d716a77ba0a0c2488f38
BLAKE2b-256 e2c9ec5b0446fdef5d6a00940bdba45642f1df3c443053930fd2c62a583b7d3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 890b83074f2adca758a2b3fb35378f6e6862d7585607fc562f743f482f5183c6
MD5 a976eeabf40e36bc42e76e8cf3d7f71a
BLAKE2b-256 0addea4c965d999168a782b7476e4a7b3da935e9183f7e8a68edc193bebe0cdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp38-cp38-win_amd64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c4de99c35d32ef20ba02d022ee53768b166e289ee1f80e66f2df202f4026966
MD5 08090edbdfa6d5a0eea8ade7cea0e517
BLAKE2b-256 0c499bc9d9e630d64ecd6d5dc9146c54eaec40c56877060aafa13aaa0159e29e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cfd59dbf159c0fcbd52deb38ac96d9bccf424166c9b9a4e43cb199f303efdc39
MD5 57a9f11eeebc3f42d955020eca839030
BLAKE2b-256 eadc73cf62b492272312b0f968727e9144958acf8d17017bd68501c76ca1243e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9faa31c6114639e0587aa330ffc788bbd8fa7bdbb61a52ab72585d52a194e06
MD5 4830d8c8cf82f5c74044e436253e2525
BLAKE2b-256 9a30f6796b1a6e78bc06ca25291167f51bdec384c4fb3515cde526b897e24deb

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72a1942cceff54f0d2a85be6c0a35415a047c1070f70f7b4b828c1b69d282628
MD5 0c8d66a62d3fcdf16d80224fa846be30
BLAKE2b-256 ed643dd7e4af69895f069b9ce2ea2c6ab5bf6c00eaebe832edd51f81eb03f062

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c464757cfe0523c431ee8092be61088ef32a9b637e3135a08e28125a9e22956c
MD5 aacc6f3d12f8b68dcea1ae1c71193374
BLAKE2b-256 02aec097d3126fb6f756aea10d667d76cd33f5ef99c90999fc4f0358e948e2b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp38-cp38-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp38-cp38-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 4fe69f09a7eb615633047b409481924bbaaa3d534d4bfc5cb88fe83ac2828568
MD5 8b0b57b219782be9a7889cb2678f77fa
BLAKE2b-256 8607b12b059deb55ede5e950e7c2fcd44a40b4b1f4a4fe8c494af4583dd6a798

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp38-cp38-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: gmpy2-2.2.2-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 703.2 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gmpy2-2.2.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee026e692df1d6d0ccc5d65fb55f68e49ebfeedec85a97bc3b6b4026ea84c1cb
MD5 048331c983c2b5a0e7c1d869a5c79f99
BLAKE2b-256 2f6217070b45db96bae62f272d779415d9cbbf657b22e8067628106c6b4d050c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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

File details

Details for the file gmpy2-2.2.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f37b742d0d974df6131d0407be3966692b1576118525ac7cccc1d3548449d985
MD5 aba85522b03eece9db2004709e95d77c
BLAKE2b-256 c259127da7a5d604b9e706dbdc370101f09e942b63c52636975e637a048c3f28

See more details on using hashes here.

Provenance

The following attestation bundles were made for gmpy2-2.2.2-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: publish.yml on gmpy2/gmpy2

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