Skip to main content

gmpy2 interface to GMP/MPIR, MPFR, and MPC for Python 2.7 and 3.5+

Project description

Introduction

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.1.x Status

gmpy2 2.1 was extensively refactored. Some of the significant changes are:

  • Support for thread-safe contexts and context methods

  • Interoperability with Cython extensions

  • mpz and mpq operation can release the GIL * The current implementation is experimental

  • Improved argument processing

The gmpy2 2.1 series will be the last to offer compatibility with Python 2.7. Release 2.1.3 is the last planned release of the 2.1 series.

Note: Versions 2.1.4 and 2.1.5 were released to address Apple Silicon wheel build issues. There are no code changes.

Release 2.1.5 is the last planned release of the 2.1 series.

Version 2.2 Plans

Version 2.2 will drop support for Python 2.7 and older Python 3.x versions.

The primary development focus will be on functions that operate on lists and release the GIL. See powmod_base_list and powmod_exp_list as examples.

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.1.5.tar.gz (261.7 kB view details)

Uploaded Source

Built Distributions

gmpy2-2.1.5-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

gmpy2-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

gmpy2-2.1.5-cp311-cp311-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

gmpy2-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

gmpy2-2.1.5-cp311-cp311-macosx_11_0_arm64.whl (664.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

gmpy2-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl (806.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

gmpy2-2.1.5-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

gmpy2-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gmpy2-2.1.5-cp310-cp310-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gmpy2-2.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

gmpy2-2.1.5-cp310-cp310-macosx_11_0_arm64.whl (664.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

gmpy2-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl (806.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

gmpy2-2.1.5-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

gmpy2-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gmpy2-2.1.5-cp39-cp39-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

gmpy2-2.1.5-cp39-cp39-macosx_11_0_arm64.whl (664.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

gmpy2-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl (806.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gmpy2-2.1.5-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

gmpy2-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gmpy2-2.1.5-cp38-cp38-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gmpy2-2.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

gmpy2-2.1.5-cp38-cp38-macosx_11_0_arm64.whl (665.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

gmpy2-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl (807.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

gmpy2-2.1.5-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

gmpy2-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl (813.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

gmpy2-2.1.5-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

gmpy2-2.1.5-cp36-cp36m-macosx_10_9_x86_64.whl (813.1 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

gmpy2-2.1.5-cp35-cp35m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.5m Windows x86-64

gmpy2-2.1.5-cp35-cp35m-manylinux2010_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

gmpy2-2.1.5-cp35-cp35m-manylinux2010_i686.whl (1.5 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

gmpy2-2.1.5-cp35-cp35m-macosx_10_9_x86_64.whl (775.5 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

gmpy2-2.1.5-cp27-cp27mu-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

gmpy2-2.1.5-cp27-cp27mu-manylinux2010_i686.whl (1.5 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

gmpy2-2.1.5-cp27-cp27m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 2.7m Windows x86-64

gmpy2-2.1.5-cp27-cp27m-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

gmpy2-2.1.5-cp27-cp27m-manylinux2010_i686.whl (1.5 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

gmpy2-2.1.5-cp27-cp27m-macosx_10_9_x86_64.whl (775.1 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: gmpy2-2.1.5.tar.gz
  • Upload date:
  • Size: 261.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5.tar.gz
Algorithm Hash digest
SHA256 bc297f1fd8c377ae67a4f493fc0f926e5d1b157e5c342e30a4d84dc7b9f95d96
MD5 0cd8e9d89c2f9d018eb52d2983abaeb4
BLAKE2b-256 d92e2848cb5ab5240cb34b967602990450d0fd715f013806929b2f82821cef7f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 03beaccf3843c9e9d9cf70102a74cd1e617e792337b64ae73a417b80bf96b385
MD5 d40327b285b952a0218aa6b8fd6f77cd
BLAKE2b-256 3bf9eb3d3e0f10d20b54085e8e31a70224038040525a87b47ff11b2a61089983

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 81004086f2543399b6b425989fc96cc02dd38ab74dcbfd3acb324af1a6770eaf
MD5 9190d24ce615cfd112cc09df144ed8d6
BLAKE2b-256 3ce07edf27eb6c9c80f2768b9441a248739b5392ab5eaa8f9b3692a59ed32146

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp311-cp311-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4e9d64c1e1e66a2137617c361714022da3de75787d51bd1aed205eb28ddb362c
MD5 d003b020fc794d4afc58ca4089297bf0
BLAKE2b-256 b1a46e03a2be0488fa69cb9646baa1d660548e79339f1979f10cd815992574dd

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3245fd34217649f6c48515ef42da67eb43794f24a20fc961dc2c0c99bb8ebb39
MD5 4929eee10b0d3ffcc01896ebde1a91af
BLAKE2b-256 8ecfc412e24fd956ffc4310a8ca3c10b579875c77f91a362c06ce817e3f7bb45

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ac72073e7938c2307e7e4645367709a32036787f5e176c4acf881c7d8efff28
MD5 5765e3429ba4270a7b21d2f0889a5ed3
BLAKE2b-256 48fa89c356d7cf9f457ab3f936d9d9d9b58f141a74b9e5bded85505dcc49851a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 664.1 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa312ec90e643c8ed2224e204f43239c2e27d14261b349c84912c8858a54c5d5
MD5 de5f040c1a38ac8bd2b05d0b185ca684
BLAKE2b-256 3fe849410a5682f2fa6d349e2ce9610907d720deaec56169e861ecb58700fda6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 806.2 kB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 58097d7ef48f3eabc86e55ca078d3eee5fa3574d9d585f944ee7bc0f00900864
MD5 662b01b3be9861ba0c184e89c88e4d76
BLAKE2b-256 99c26ca05dba44a168477d5b7d6b0d6fba00f1ce5a3fb637c7f9f0bdc30b8958

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8946dc912c647f7cd29a587339c9e79860d9b34a3a59cbdc04d6d6fe20cfff39
MD5 9db562252572043329a235c1f8562f41
BLAKE2b-256 533d55d29cc6311d8d5f4d611bae313a0a6b04a4db11ed3d9e7e6748442c0f2a

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 29441b7d31ea60c93249667c6ef33f2560d34ce3cf284d7e4e32e91ed1f9ac1b
MD5 488f5667b521df9814d9a648785b97e2
BLAKE2b-256 536e644eaa859afb17b57d5a094b40eb69b7da00944883fa806550d2a9c9d0b5

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 85614559144edad1223a46cae4a3e965818022cb2bb44438f3c42406395a9eb7
MD5 c80cc21874977dd89e2ada70d841a731
BLAKE2b-256 2aaa075523a72c69f6f2d4eed16de0e8df3531dfc18dcfb167b2a5def09c3bc4

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 565d0444f0d174d84bcbcb0da8feede0ce09733dabd905b63343b94d666e46c0
MD5 b3a570b55857dff190f9df3b4455c9bc
BLAKE2b-256 9cbe8dbcf4c1bd092ac6d1f5e875d9733c4e36682e5e15d224b84ea7c3df60a9

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4877978256fbb6d6b51cc3892183327171c174fbf60671962ab7aa5e70af8eb3
MD5 fb6c72d88bf42ff9ad1b24c87d977d60
BLAKE2b-256 c5835636f5ba9f1e5e4d9c58455ceda39889a8a7568f50a45830da325dab69a2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 664.1 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd876ee5232b0d70dd0bae2b39f54a75f6cc9bbf1dd90b8f0fda8c267fa383a2
MD5 88e06db6a18c7c81271c6158ec1c00d8
BLAKE2b-256 887155a4812a8555506a7476174bad8634ee635a570f2ab7cde70a1e7b20a923

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 806.2 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 df404ae9a97b9f399d9ca6890b02bef175a373f87e317f93cbaae00f68774e11
MD5 fd141380d2af02561134f99688eaadb8
BLAKE2b-256 723cac413f7f5108a4287de482f5d10ee34256f4736a057200f0b263e1655fa4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8739ca54323ff28bc317920ed96723a13558a3c442ef77ac325eb3cdd5d32d05
MD5 1c212c194140f8819f4113d7b2618b3d
BLAKE2b-256 4ed426c722f242fa0da99d376cc715350a46e7e140c993483b0b186d92561e99

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0baf36b2724e154bf98ea17f4ff8234543dc7af7297ce3a0a7098bca0209b768
MD5 d62beb3cb05ee140943b106bc68a3b92
BLAKE2b-256 d3b4d56750399485b87a10d62b343e2f85f28868176968e3cde4ff12a8b1b2d0

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4fccf90d28f934f76cc4252007d2e94cc38700ed016d3fd787974f79819381fd
MD5 1e8947efa1e068d9d15814d32a5a38a2
BLAKE2b-256 62414c559a172a4c572b4806b9cf61540f060da001d3aea36df63f05f448aaa5

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2764dfc443c364b918506ecad8973a61b76ca0b5afdf460f940134166a2a3e7
MD5 6b8e7721f5098fa32d37437f42c5652b
BLAKE2b-256 116d8008ad0bb09fd1a90e5bab6b263b28e8ab3b26926724b0d1d3370fc7276c

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c23c98db9cccb63872dd32bdd98275c9503809117d8a23ddd683d8baa3e3ee67
MD5 333e8a21b6c0d79d743e39855ccc0fda
BLAKE2b-256 cd567fdea210ee36ba2789460804a507f0d9b075f0725bb1a27bcb4cbc3bb33b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 664.1 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fee8bb2934300173d8de0ce670bdfedbb5b09817db94c2467aafa18380a1286
MD5 717fb7fa57303b7ae7e1eea314871e04
BLAKE2b-256 df8918f2212cf76f17af039d90b2c117f0382aeb7fe1430ae179afd722e79e07

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 806.1 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6131ccb4f34849b0fa54b9dd8261c00b16fcf4c3332696cb16469a21c217f884
MD5 1f430cdbae21d862d371319178f4a634
BLAKE2b-256 62cd52f9179c60507f1724a78d59e7e0c2bbc57e7be1b1a9f98c5a33bdc067b9

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c40ed4d68e0b54efa53a9d9fe62662342dd85212f08382b852ca9effab2e7666
MD5 90c8abde95cd201d120080689fc1a524
BLAKE2b-256 48cca74565318e09030da8f0ff97cfb287cfc2b910e5f80a9e37a98039edbf1f

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 356c986799a3b34bdcf845961976398556bcfe104e115379effefc50b2cce320
MD5 d1c00ac0d234df6a808c22f11e2e8054
BLAKE2b-256 ff4fd01c319bfc66777bf1dfb438f3efec3e6deace4732883c98ad053da453a7

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cfdb61f87edf9a7897e7c3e9204f141ddb1de68ecb7038edf0c676bdea815ef2
MD5 da9d05a4814e4142d475b659e0574ac4
BLAKE2b-256 7e6d96156c81ce57351eb04cba1fc3ccaed3d7264c3e1bc6eb9fb3eb97aba1d4

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c398e6e5bb470f0529ca4e2490d5a396bc9c50c860818f297f47486e51e86673
MD5 a2d88e3b8c417ff2a5c49957e15dbee7
BLAKE2b-256 2eee56d655bd4c8c6953973a833b0ff126f662df54949ba119a4d5f677f75b8c

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f50d91d779fe24e7dd3feaa1c06e47e11452a73d0a8c67daeea055a6d58cf233
MD5 58d7cd85b0a51af1cffd3404fa849b43
BLAKE2b-256 faf3e28af994407fbf8545fa266abf0ba4071b7b77e62df1657f141d1532ca4f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 665.3 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d2299682455ee22830f7c0f5851a86ae121ccc5fca2f483be7229a91a2f3be5
MD5 2cd6b5fec49d4866fa3766999475ade6
BLAKE2b-256 9b273d49a871ac13280b58e6a2a468c11fe0b0caf0a39f3f806aff518be7ddb5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: gmpy2-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 807.8 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6300a0e427bb8b12442db2629b7b271d4d0cd3dbffe2e3880c408932993d31ba
MD5 c61b943a9e040e0db47d104716f39b8b
BLAKE2b-256 867511b79c82302003d976f318be6ef2722cdfa5ca57f1c3f32bdc2a34113e61

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 18233c35d5bbddfe2ec8c269e216dc841ce24ba5f2b00e79e8278ba843eb22dc
MD5 3179234e66097dd23b16d495c48eaa4c
BLAKE2b-256 e82fbdc3f5dbaacc0d54037f30e0ca7840ad45c9534358e54c4e50ecb128557f

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c935af5fcd2fbd2ed89d0e0cf1c7fd11603101293dbddb46fd1325c56363573f
MD5 4dae6e54ca5cb3f53b4f5cd347949cf0
BLAKE2b-256 4ffdb2e92cccd8378f651d8ae96cac4bbd13a2c9773604c020affb29e658900f

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 943078c7abef7757758bb0f313b4346cf9b0c91f93039b5980d22f2ee0d53177
MD5 419668d9ea9ff3117a07ec30be53ec0a
BLAKE2b-256 189b6674222c21b01aa80e2f769305f7934a26f55882035d8d788734200ccfbf

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8f59c69dd138d84d471530e0907c254429855a839b93b00c7e9fa7ec766feae
MD5 cd5f6ff1f361e8d1a81e80d5bacb53aa
BLAKE2b-256 89155f0005d934d72837b4c055d727c0b05a3bf23bd5cc4af6fa3cc6d5f9e657

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 efda6e0508d0c7fe79d0fc3fccd3bab90937dba05384224cbc08398856805ce6
MD5 bf7483d878f74fc64808fa172e98533a
BLAKE2b-256 aa96b9e2660eabd40803d5cd04a618291d7e4c54657a309b3b817fe8c71207a9

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 813.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4957d9164a8b2a93263e8a43f99c635a84c1a4044a256e1a496503dd624376a8
MD5 4767fba51f3350116630259510e12ad9
BLAKE2b-256 7158bd73757fda4b45a00ba99ef16a839f4bd12360cd3d01b02488795e0edffc

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c9e9909d12d06697867568007e9b945246f567116fa5b830513f72766ca8b0c7
MD5 a44d0687085e5e9debfd21195835f059
BLAKE2b-256 e5b09b968523d7b9c3a73bea314113543f86b44518ff6c9553c9ea5487dda44e

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e7f324dd859a1324bbc5d5375f431f1ac81c6487035a34cba12fbe8658a888f0
MD5 f3e3e7cc863b789b6ff1acc38fbabe9c
BLAKE2b-256 cd3346a0f09abe22c38ac35f83a9caa47dc177e1e60adf08a7be9f0d1843bb5c

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7bbe8d39d83e96b5f81b26e65f99a3e8794cf1edfd891e154a233757a26764fb
MD5 82749b3cc8bd8cab9b4b49985339ad7e
BLAKE2b-256 73e393ea7b82a43bb67d5b3665e64afcae912a9d03aa39a90a809d10fffe6e75

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51b95d8e2d6914552118d0316c8ce566441b709e001e66c5db16495be1a429ac
MD5 8d50124a31263869cfa7ec4f8a1acbae
BLAKE2b-256 16166f724ebc937b0225af8d3baf11b75f34d32b6e823bb0011c42f1059ebd30

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a5fa902b1c6911d41e6045c94eac57cf2ea76f71946ca65ab65ae8f5d20b2aae
MD5 4deda42167d0c804a43e86127337f4cb
BLAKE2b-256 b748a9d9ea7eed811cad6832b21900d1604926b8bdc625b1f1bbd060b7ae17c2

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 813.1 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 411d1ea2f5a04d8857a7fe1e59d28d384f19232cb7519f29565c087bda364685
MD5 b0977dc7b18efaada207ac96a5ba5be2
BLAKE2b-256 defd5baa18108c1110bda38aaff289a4e7806076feefa183548cb1e3d445c0d4

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 a3a61cd88aca0a891e26ada53f2bf3f4433d4fb1c771f12dec97e8edc17f9f7e
MD5 b738500a5b25796a3ade291ac41a9df8
BLAKE2b-256 fb39c3684cb32f3ee6afc9ea75aa13450a309332868374aa03fc07113850a119

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 09800f5a7566093d74702ad31f775f176df539f1138f4475ba8edf11903a2b2b
MD5 60efe4031ebd07c5e8d49f0e9205974e
BLAKE2b-256 54654dbd47ddb4a629b75c3f8f982f0d61e9c0f77bd7cffb551f8102bd72774b

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b6a04cfa85607b47e86eefe102b1124c6d0a8981f4197a3afd7071f0719ac9b6
MD5 528dd4f8a7cc443bf69e57bf8eddecf8
BLAKE2b-256 63c3d37ed28301ee7ce3bc1620756d6f39d309c7513c73c1ee02f18856263f81

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 775.5 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 131d441cc0e77620d88a900eaa6eee8648ba630621b8337b966cda76964e7662
MD5 a6508ccc0dc50982f3b40b2789722d0b
BLAKE2b-256 36838bb549e0ba269ea0e384592903960ac08a8e2c60fd48e01e207be08cabf4

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 931adb3006afb55562094e9a866a1db584c11bc9b4a370d1f4719b551b5403fe
MD5 86f776714c4c918320b9b40ab5984ebc
BLAKE2b-256 518ff4e0b655af2213d64eea1cc48f2fcf36bb5a358c41cbb49b1927c052a60f

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3459447d579dd0620a09c2aa4a9c1dbfc46cc8084b6928b901607e8565f04a83
MD5 bad1176e66cc665a3f1e78fb71d651d5
BLAKE2b-256 cc817ca81581376437ca7bfd51a0cb4dcec95d859901c450363e63fff1025448

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 8947f3b8a1c90f5bae26caf83b9ba2313e52cd06472f7c2be7a5b3a32bdc1bdd
MD5 1184fca5062294afce2e0151ad6c3e14
BLAKE2b-256 67d5d7e48b32e2d9d896cb46b0b5527ecd59b481d7fb3adec4eb9a674b0f296e

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 55dcf08d4278b439c1ba37d9b6893bb77bc34b55ccc9b1ad8645d4596a12700e
MD5 09b27162ef96c790f992ea815b077012
BLAKE2b-256 bdd7f730e5f03b8d9d7629bb3c222d7f5c0723185e99855ac29701e5192f3304

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 eec3b3c9413dd1ea4413af57fc9c92ccbb4d5bb8336da5efbbda8f107fd90eec
MD5 8c3732b098ed6fd963176cd607b9078d
BLAKE2b-256 7388314192e948000b5d01927d9bc6b4ccd964a561d42851ae7889a2b14e05ac

See more details on using hashes here.

Provenance

File details

Details for the file gmpy2-2.1.5-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gmpy2-2.1.5-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 775.1 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for gmpy2-2.1.5-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d8e531a799f09cc66bd2de16b867cf19ce981bbc005bd026fa8d9af46cbdc08b
MD5 457514fb63ebc7d4ebe6523692a086dd
BLAKE2b-256 0256bed72cd56d17bb3ede590022bb54fa4d96d5c6e9fea5366b10d5f100a8c5

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page