Skip to main content

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

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.3

gmpy2 2.3.0

gmpy2 2.3.0 supports Python 3.14 and free-threaded builds,

  • Preliminary support for free-threaded builds.

  • Fix behavior and memory leaks for contexts.

  • Fix memory leaks for mpfr caching.

  • Fix rounding error in float(mpz).

  • Add missing methods to mpz and mpq.

  • Fix round(mpz, ndigits) if ndigits is negative.

  • Improved support for mixed mpfr and mpc arithmetic.

Version 2.2

gmpy2 2.2.2 (released as 2.3.0)

  • Many bug fixes.

  • Initial support for free-threaded builds.

gmpy2 2.2.1

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

  • 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.3.0a1.tar.gz (244.7 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.3.0a1-pp311-pypy311_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPyWindows x86-64

gmpy2-2.3.0a1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

gmpy2-2.3.0a1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

gmpy2-2.3.0a1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (845.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

gmpy2-2.3.0a1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (681.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

gmpy2-2.3.0a1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (832.4 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

gmpy2-2.3.0a1-pp310-pypy310_pp73-win_amd64.whl (1.2 MB view details)

Uploaded PyPyWindows x86-64

gmpy2-2.3.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

gmpy2-2.3.0a1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

gmpy2-2.3.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (845.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

gmpy2-2.3.0a1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (683.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

gmpy2-2.3.0a1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (833.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

gmpy2-2.3.0a1-cp313-cp313t-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.13tWindows x86-64

gmpy2-2.3.0a1-cp313-cp313t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

gmpy2-2.3.0a1-cp313-cp313t-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

gmpy2-2.3.0a1-cp313-cp313t-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

gmpy2-2.3.0a1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

gmpy2-2.3.0a1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

gmpy2-2.3.0a1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

gmpy2-2.3.0a1-cp313-cp313t-macosx_11_0_arm64.whl (713.3 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

gmpy2-2.3.0a1-cp313-cp313t-macosx_10_13_x86_64.whl (864.7 kB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

gmpy2-2.3.0a1-cp313-cp313-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gmpy2-2.3.0a1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gmpy2-2.3.0a1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

gmpy2-2.3.0a1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

gmpy2-2.3.0a1-cp313-cp313-macosx_11_0_arm64.whl (698.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gmpy2-2.3.0a1-cp313-cp313-macosx_10_13_x86_64.whl (850.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

gmpy2-2.3.0a1-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gmpy2-2.3.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gmpy2-2.3.0a1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

gmpy2-2.3.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

gmpy2-2.3.0a1-cp312-cp312-macosx_11_0_arm64.whl (698.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gmpy2-2.3.0a1-cp312-cp312-macosx_10_13_x86_64.whl (850.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

gmpy2-2.3.0a1-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gmpy2-2.3.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gmpy2-2.3.0a1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

gmpy2-2.3.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

gmpy2-2.3.0a1-cp311-cp311-macosx_11_0_arm64.whl (698.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gmpy2-2.3.0a1-cp311-cp311-macosx_10_9_x86_64.whl (849.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

gmpy2-2.3.0a1-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gmpy2-2.3.0a1-cp310-cp310-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

gmpy2-2.3.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gmpy2-2.3.0a1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

gmpy2-2.3.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gmpy2-2.3.0a1-cp310-cp310-macosx_11_0_arm64.whl (698.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

gmpy2-2.3.0a1-cp310-cp310-macosx_10_9_x86_64.whl (849.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

gmpy2-2.3.0a1-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

gmpy2-2.3.0a1-cp39-cp39-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

gmpy2-2.3.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

gmpy2-2.3.0a1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

gmpy2-2.3.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

gmpy2-2.3.0a1-cp39-cp39-macosx_11_0_arm64.whl (697.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

gmpy2-2.3.0a1-cp39-cp39-macosx_10_9_x86_64.whl (849.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file gmpy2-2.3.0a1.tar.gz.

File metadata

  • Download URL: gmpy2-2.3.0a1.tar.gz
  • Upload date:
  • Size: 244.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gmpy2-2.3.0a1.tar.gz
Algorithm Hash digest
SHA256 2334854ca35ba37ee07d683a32c23e94c9b2b498ad0d733fff61a04a608290c5
MD5 de684ea2ad18c9fe18b997722f7501ec
BLAKE2b-256 23eb54298a6014120789a5ea684c30c55262971ec1c2cf50487aaca8f2fcaaf3

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c319970610e9f8f5251eaeea6a01c97ae5b41eef4567ab8a650dd09b6fbba183
MD5 90b79fc193f9d799864d2b159e59ef9a
BLAKE2b-256 7aecfc8f98ddeb1c0f92caf14cf5a7219bc49a2a7c4aab81046aa32aea00bc7a

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff52c7762e4f24279cbacf7c3e22c6e4202cdc13f097d9dc757d9b429c8796ac
MD5 c6d1beefaee294fd591ab386c0b1b544
BLAKE2b-256 0476af6c303f3ea3e61ab8d14afc3f0ba44f2b5a06f98282339bf2e0f714f4bb

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 462fff7e5e6a371b6d88cf4f919af7bda8199c3911c3ded32964c8b7666d1a1e
MD5 786e813b1373ee719066b3c085c8bdbe
BLAKE2b-256 8f7579b72f90328d2129a8724f2d613fc998e1fc9ab6c2403e4b2a9d901096bd

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b3d30003707961e2f9cc87609004b09d22bc4b0e5d3f80e97f1ea980bf5208f6
MD5 6da334e784cc5b7979611f20f6e0e8b6
BLAKE2b-256 f825d505842d1e61fc4340a0e5ad4d1d011d88f3cdd39592a07e1f1a83c06967

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 927b9c82a9ad5df81fc0e7ba0a8a76ca64f818f57c0981fcd82b3d81729645b9
MD5 8bb3ec454116f9a55d8e54330ec7acb2
BLAKE2b-256 cc593813df66b574174ffbf211a284dc11f6e486e9419ef9f66528c1044accb5

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d67a7491ecda3f40cd1d9132d96354348a092a5dfa1b9c9a7e54ec438edbad40
MD5 a5031c967a72a6df8109cb18531043f2
BLAKE2b-256 620c29e30a90bb335a5c86d8a332f3029a66a98cb518a13b3c9a6c8bceb07062

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3d8aa2a4534cfe301ae6070f86ea48630334efe01f80eaf3c02fc4c070c01757
MD5 2f5f5292f7f1adcc6f698d5f4f66a243
BLAKE2b-256 2b1bf7140d539d4390d8249293f46b02eb5577ba6d09559f21fbf228bc4a1e45

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd058b82348ed79e5f2b946d9538f9f3a03432914c4cdcc1b7ee79f44fdee4c6
MD5 7e3d50b6107bbbe3629f6f5ef2478b70
BLAKE2b-256 65c2614d3ce084157bdcf1fc0e61586c0b0f9a29ce72283e540b36e0971d11ef

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c3f8146509095cd2377bfae76c2d1f794068a3949d12ca228d6de1832b39f83
MD5 1106778e98708594af0ef9aa84ecfeb4
BLAKE2b-256 e2d919d28c4a61896c62c0df5f4e3d6b0f04d19bd409b7aa684fb7873a8bee05

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a9e0013fd44d5612e9ca354aae85858256ebc523d2a9ca86f0d208f64144dd4
MD5 500bea18070e612735b18e3e850f4d6c
BLAKE2b-256 8a139533f0c55167a6a7b035feb8569c69b92166d8c53bfe907d410dde4180b9

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b6af1ac5aeec66a66e2a2edfccea1018a8e3e592f837b346ecc8bff33dfca74
MD5 91d951389f111b43175a3da71918a9a5
BLAKE2b-256 b28eb186e49aeae31bf439f6a30295bf0351e14079b171bcbbbae0054e8dcda4

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c1c11102dd9249e56af190ec8772daf6433c0ab2bb6e2bf9188cb82e10d7d7e8
MD5 1539b31ccd4b636559de33b4f0087e5e
BLAKE2b-256 e1b8e294d45f3ef95105a16be68969f0ccffe106c31cbea6a9e926c609a599e0

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.3.0a1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 96d51ba5be8e438abccb18503946205e7c8d9039a09d695a6a2af131b99a26d9
MD5 6c52d4f87dcd16bb02f8bb2a84adfce5
BLAKE2b-256 9ffa94a30013f03c678532fe88b90317291e6b4d063bfd18283c57d16477bcd8

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d917d7a43da8c13aa6bb3b96f92629e1b3f5aaddddb89780f6d1a9b8fbe105d2
MD5 8b6c20bbd9bb3111239038028cf6efab
BLAKE2b-256 0903ad6b19ab7914fb1fbbf3efe90faff64477e027f7118ca889017276ab304d

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fb68f8104abcb31e105f3952dce6152ac10a9265172e62626a61a8edada08f19
MD5 6d2452a47aa538712e13a18e51b94bcf
BLAKE2b-256 140138ded56cc2f0e4a2ec8335667bcb438d5fe63cb0a7a49056dbc7085136a0

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a633bdfa204e68fbca6596212e0caf8522a6cc8d7002f18b9c543f905de1fedc
MD5 0b2747ff371e22a3d92381c14c243c66
BLAKE2b-256 bae21b0378528c77f621934dbaed94bb980a4b3cb4c09c40654d52191063c85a

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b776514d12b5b5f1e1a522d37a32f264237c6c0de667d4e8a808641ff1b5fcdb
MD5 9e2f48f38af5292566c57adad48a8282
BLAKE2b-256 4ec8136110ab76fcf1fe6ed4ae59a2f6e27fc50b6eb9de9a21636e8d0f8b7e2d

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b78f97544a2abc4c2aeb771b64ef94cbc331851b02176a44a6b7b8120e124ad6
MD5 825180505202bf65986c90076623e783
BLAKE2b-256 9306b3ec5612f278f3ce894a8ea587ada6f78ae0cfed4ffa9bece50f3c839c22

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e953fd20541b6f2c21410dedf20011c19f4f1c0b7742767f75a47393d0a5e72
MD5 31ec22389409b06f522b30038f05d5e1
BLAKE2b-256 755b857149b6c6e7ad8b7c7311eee66d99aee0eddbddd870c068ce541df93aa0

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f000f2ba86c3c1875eb4433b26da19d747ded0434a0ed189a3b380a70e372632
MD5 44f687034f25238e3df2a2e0ab95379d
BLAKE2b-256 bbb748be1c8853c0f7376e0318a39279b49ce2fe286696cb854129f411cc8fa6

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 baaf9d6cb3692835398e6925a740579c1fa30d7c00ff173f0ec562077737630d
MD5 1674d799e9c4baee2112b2d5539abf30
BLAKE2b-256 4af6bc7d16914e6e03bce4b5cc7b92f48ed574eeafaf067e44c2557072a1973b

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 452199a06255dfac64452cbcea3cf9cc54a96d2a7ecc648e655fd6a55c1c7be7
MD5 54deecf8f24389ddaf06372b47c28d3e
BLAKE2b-256 2abceb7bf6dabfcff186300502cea7e691e2eb492aaf01762d98c893c560bef2

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22de38882cb9d69a955cd1f97fef2bd65c3447bb22dba4d6b5e0ee04780b9d18
MD5 8c1e62889cf4ceb6b33de703beda141f
BLAKE2b-256 ce6a8a9c72cfc1ad469cd53497f37fe221cb20a24fe8c609052647f01f6f9c63

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc62333e550004521de0d26193565e0bcd16a60316a0b188180a4b310a79e2e8
MD5 2a044efe79e440204da434dca4a7fad0
BLAKE2b-256 2d7115e38730bb9f43d8145db9f4f5238aa47acc4672fb14ede8806fb2346041

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2323dcaaf0a249bd24dee89d2110c35a1453b35c3e3bcbe349002c2bab7108b3
MD5 9df4351c5e37ea8a08a2f3daa8b1cbde
BLAKE2b-256 8b46da8047fee79ad548182121c3fe7dc5e8ff96c4607f1e925bd2e21f5d21c9

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3053f1d04db409a66347178eaf50dd97bb63a9c9bfbeb9c96f8d7a6706383070
MD5 1c7b34f2c3207c40e89d76033c2ed454
BLAKE2b-256 e886ebb72f569da85a618d9ee510526f27148c675254a529df598c3faa73b772

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0c02e04317dbcc2f5ab0d3d9127089d244f160d8e2bb5c9f569b75fa239567c3
MD5 00dd064307bf04198c629617555aa168
BLAKE2b-256 fbb8b16712ab28fd3154288e673349d5cd68ac5881d09566224ee0e93ef07661

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e092000a42ff2c185c0abfc07ee520e01332d2c7234940c29734470bb0692d89
MD5 f4e25fa96810fb630ccff2f23bf7b30d
BLAKE2b-256 0448b27110e096d4532e3006f0182c7c5b5305113b26d2fede67487677907b0b

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f1a807ac14cb75b300631c8a54a29a93b65ca4a3be8ed68f914d1dad2526f40
MD5 2f51ce9a9be0ffdf25bf2913416b86f3
BLAKE2b-256 cb4e9f4ce30c27a89f9fd9b18383d093dfe48309ac49ab95b916af631b59558a

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5761c113bfe55c6372a0acf8d3e4e74a0f4cb72b3fbe5ba81da12289d6401d7d
MD5 d607360d5ee56326fd5307c64ab555c0
BLAKE2b-256 6781c20b6bf2ce0fe53d36eb1bc68692e8ac4abc30273e56e4ec066b02d0d8ef

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for gmpy2-2.3.0a1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b9b724469fa4493dfc48034e7c120be4864fee2255760c6a4a43c5efe1e17489
MD5 dee05aa6da74ad4d0d2674f9ab1e64ca
BLAKE2b-256 7641b11b78d206ad8b67eb39ceb9cb47c65e6df02589ef73cd45e0cc6875a8bd

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ffba0e2bf88c9275076a32c098115c55c7446565a6c9b930e89315b236eefb6
MD5 30e22c4f10a0a8890a9fcaa3fc53ec98
BLAKE2b-256 79c55985cff31984a82c34b782d07c8cae91b5d86efc26eb1f0aac84f7e3a3fd

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a7879d51230950ba8b824c32c27b2cffb2fc4f2d1ba23968bec881ff33195a98
MD5 f9672419d9760822fc18ca33e5cf4d88
BLAKE2b-256 231fb96787a4215787970eb60450c15f741dd6473e2af50664fa96af6f08c8b6

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ca20e4eaea737f0e9c148c610c98c599973409b54476b850115a9240b1279af
MD5 ba73c9b5a0b73b0d493719dc7d34b5c1
BLAKE2b-256 d6b41f87672041e90263d902a9f53da51e75beafcc0d03de9848ccb21f4e0e89

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8f469670d057a667ac20ee7d4e810e62a8f7bc45d51b6702c880484646ec0bf
MD5 b874532d0b1f72040b0f9fea8881a580
BLAKE2b-256 ca883ee0a299c6b66f42855ad9cca6901c9e933cf127b9ad02c5b5ebd25ed63c

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 235fdd51b4c27df25cee14b52fc294d2a48e2cd28842439079a15e666d67059b
MD5 80e2b1d7ba1d2b597bd7d2bdb98a209d
BLAKE2b-256 1065d6417d6dbb334010db2baca143cd73cff51a738be53635088049ccd5e8eb

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec7cb1f6b23e2f1cf8a0e48823b1a33d394792f805b6f02be8150f3ba82711ba
MD5 8c15ebc788f6ec7b19373e8593c0c683
BLAKE2b-256 01939fb03fbe81143eae58826741f932a0cd9117099d1fe29f1c0df443d7e2bc

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4a72b75e40ff9e10befd1a51aa35878aac1d8865ab9dfa04b9b18e91d0d18cc
MD5 8d18ef1a9724335311d02c7b8c08e93c
BLAKE2b-256 8d363b8f557bfdc91c35522aad2b99c7c4a956221cb9d82765fb6eff70e497a8

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 41914c99f3f43e893574eb94be084212204bddfe02cdf2a5aefddfeea131a3d3
MD5 96c78b6ca47daf830fa440be1c5d2f10
BLAKE2b-256 8713780cc1e1081e561fceef631e30aad38680eada32748e531d5a98e4c334c9

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for gmpy2-2.3.0a1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 608ca66be927bc676e134c50879bb0e45a46f3c7aa1d534f0110be79f7fd4073
MD5 45d81916ab54ce233ed74e5ea969d5fe
BLAKE2b-256 8ba7464f78b247ed5afd9990535bd9f1cbd72b17350777f84ac92d5a928c65cd

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16447b1deacf85cf0135fd9d9976f5a2881af5860d82e2ae106c3b791afe4312
MD5 8925a310102c72fc2c20543aabb549e7
BLAKE2b-256 0195c9a841bc56de320624b78631b4a9f86c9e838d66ef65c625d283a1f00a14

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce5193ffa34794f51d9390ef7f537377bf376a8a70657862fbaa020383189894
MD5 8f55c0ebeb408e0766cfdbf8be8be526
BLAKE2b-256 30f70dd10eaf5b6036cd5a63f40754a5334fb1e24b60590a724de8e4c31c67b1

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ae5dc2f5aeffbadf618df3dba417566f4bea89390c04345f6eed58f7b1f511f
MD5 93bd0d5de153f327996830edbe7b752b
BLAKE2b-256 45c2021ba158ba42a8ddb6d88486a6625cc5297409a92576fea5f748bcf18047

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03e6d328fa5de1276851b69f147856e9e638658f4668d36827a799324d08b909
MD5 745723d74f0ae50349c913167df4bdfa
BLAKE2b-256 ce423cf5bca30de5c9fdbd08a77b5b902acae162ff8b01d777e463bddfb3fe20

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4bcaa3afe651a9c6c65603a6d510f8da668c7f7cf7d39ebe1dfab2988ad9b07d
MD5 72f26601eff0b543abc42581dec6f108
BLAKE2b-256 a8ea3f71c1a49ee779e67c97b48f98fa9eed835df4037095ecac1d75296bf80a

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 098d49f8b9c2ac7bea57dc67a0bb244a25f71f9d32bc6af2a01136e05ceaae39
MD5 535380c0985d33d4b37cdcc61e9faeb7
BLAKE2b-256 44864db49457fa3fc5b5dbabfa70613e4ae0caa1fe162634a8d4ad38b75639fb

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eecd34a01d84f0e3ae1cd984d3f06ab875bb845741e7aebb47026f7d08790f60
MD5 562e98a7cb43c513567c119c013d5464
BLAKE2b-256 35fc1e7483fe7e5cb0eb55f5ea86334d2df249608dfadabada2a7822008eda5d

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 95a1b6a35cc09ec59f1135da7422dc24aa60261542004f5a198d019681b54615
MD5 523d70878c77bfca1f5641e15df6f05f
BLAKE2b-256 48558d349648e9f5f442eac7d7b1059684548a7959ac72ca10a1633fd5ad2be7

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for gmpy2-2.3.0a1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ccd98cba33e1dfc8d510581ca5ee9e682572dc7e38ca1267dd469aa26b79cd35
MD5 cb17b2214ad03ddce487af8fe8649365
BLAKE2b-256 6cd63c8f054acc6393486a175a4f8f18c3ab1eca418dac40389e0b20d429127d

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2117f19866f6073097760d4dea640e075c88ee555f7d802316bb9f5081d396c8
MD5 aa565be839b5d213e67d997c46322af2
BLAKE2b-256 93a88fd94b7d39fd500bbe3d79ef7a00ad7c4d75f66cd95f7bb286789f8b4ab5

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 087842ca8c1ebd82cc100cdd8c376c05be3711092446bf0d461dfe27fad6a59b
MD5 df1e7acc5e005c40f1240b85583f19cb
BLAKE2b-256 2cdf4a4f3b87972fd7a09b86786b9bc28671e47b05126e1b9cf6179018cae96d

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e464d2d79f6f7668bfccf160d6fb22da7ee14a746b452c1eaa549ab2790faeec
MD5 63d35252ad311337c0469ae2f7009da7
BLAKE2b-256 54537e358e385d7c6eff2b4dcd4c3f2f7aefb1de8b1d02182170fec9d0878f16

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cfc830bace482a5432a4ea3355913374da19f394410e16b44f2a66dc3cabb4c8
MD5 f9656d0b2452d89eba2d63e83710a6d6
BLAKE2b-256 2be9f3efddf89fc0fa7f33904b694d35adf6dee22b94a366aacf53505e26bd26

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 413106310904b0fb992968f1d3b49e4684447bc92cf01d3f9643cf45990acb24
MD5 1f6040d838290eecf21fe5dd77c4dda7
BLAKE2b-256 af63dbfe1f9f96b7819fa98c4f10454e0bccce20641f0877e4c303e335f6a82c

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40aae5b5758fc48991e342322fe43d50054c8446f23cec3890cdad897ed53124
MD5 6c5d545775f014d24bc31cbc0c4c2fbc
BLAKE2b-256 b5cae077e4a8eabc5dffc5a78eab152e48f2ced41770355411cf1c694e02161b

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77609332a451e1bd3a13d698a798fb28fd393d6fb6ecfc50a0f2473328d9df6f
MD5 6a0b38eb3ac53d8071e183bc8d6e077d
BLAKE2b-256 ed8faf63c209bba8e0827c0bccace47ffaf4e72cb4c0eed31a3185354242a049

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e39840438082f8668786e834a2162790bfd488265b320cad0fbd002ea20a32c5
MD5 27fccd29628882cbf6b407c6b61cd73d
BLAKE2b-256 d41935791061598d37975ce36aaa707590a7440c38df23f9ec971f330e7eaab2

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for gmpy2-2.3.0a1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ef4a6922f2048ebb61d1cc5b5a37b17fa4f0da7c71ba4b8eb47857399d73a465
MD5 51d34ce09bbca8b4d6fb28ab7290d048
BLAKE2b-256 7e0843e34654e9c6c62aa3cfb689b214183f8345a74cd40557e6b74154fe7128

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 786819ebf075c9cc8af7f25df9566b33feaa57bc0d840a04498996b64eeb0ef1
MD5 a40d86baee8c64c84d3d3496ebd1dcbb
BLAKE2b-256 f9e8fadbd691e2383615a1e18909082cf924501c06ea81bca8771cba3ec751eb

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e9b8fddf3ec978f371654e49d82d154d44d5784ccff9256a506769e9ad866224
MD5 3b4b58e0f6861f63306eb3cd289a1156
BLAKE2b-256 211f8b0250aaa8640cd78082b3a2ed9e8bf23e23e0f43c75bb096ed229654090

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c5192f5d7c49372354fd842561bcc2758e36b98fa39bfebf14a6698dcaa37d4d
MD5 9a94d4090c5bb3b08f395dd3de17cd9b
BLAKE2b-256 fbfeee94b3e887c6dd3ff8e09a81f32ce125bef03a81c63d9689adfbee1e163a

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22af1b996afe5a8697391268214db92276ec546a641503dce85d9aecd2a67143
MD5 856a90198ab41a29d2233eb8891b953d
BLAKE2b-256 da34a99c57cd89b9aa842319ee95040ebbceea82cd625ae624e7808cca6741d0

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e72365682fbf14b7e585dfc524e3034bab5ac27ec9b32b70cd8b3740acc921d3
MD5 97f19c6b945b55ad65e2fc94ff1d9274
BLAKE2b-256 8378825a89787a6919ce03e4ecf409630bfe32fab981ce32e20ce12adae6b7f4

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61b91f9e6a6ed674b2793009b16ba6f4a16504b521bb62bf688f683873bf4cac
MD5 ac0862abae673d0bf0f7b58b09f714a8
BLAKE2b-256 1c03b8d1ff6aca83bb19cf76d0f3f7efb99d03414ac1381893fc13474f6e1a43

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6310eb74a9d062ae48b37fbd97934fb39a0453a319883d0143179bc741fffa41
MD5 0456bb9d3e3d16374356b9a0b9d9142b
BLAKE2b-256 df75f8f7b180fc50bbc43c176a89add6d7b6bdfb75b85f9e059a652e29868858

See more details on using hashes here.

File details

Details for the file gmpy2-2.3.0a1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gmpy2-2.3.0a1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 96bdb524edd2a9bb3029bb367919686f9164113ca8d9b4ba7e1a063bf4861083
MD5 a99879cf779ce029e712761cac14cd75
BLAKE2b-256 b8fd62d335317178e5d959a2a464d67982037ac95971df9e700f67217edca138

See more details on using hashes here.

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