gmpy2


Namegmpy2 JSON
Version 2.1.5 PyPI version JSON
download
home_pagehttps://github.com/aleaxit/gmpy
Summarygmpy2 interface to GMP/MPIR, MPFR, and MPC for Python 2.7 and 3.5+
upload_time2022-12-18 20:55:17
maintainer
docs_urlNone
authorCase Van Horsen
requires_python
licenseLGPL-3.0+
keywords gmp mpfr mpc multiple-precision arbitrary-precision precision bignum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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/




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aleaxit/gmpy",
    "name": "gmpy2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "gmp mpfr mpc multiple-precision arbitrary-precision precision bignum",
    "author": "Case Van Horsen",
    "author_email": "casevh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d9/2e/2848cb5ab5240cb34b967602990450d0fd715f013806929b2f82821cef7f/gmpy2-2.1.5.tar.gz",
    "platform": null,
    "description": "Introduction\n------------\n\ngmpy2 is an optimized, C-coded Python extension module that supports fast\nmultiple-precision arithmetic.  gmpy2 is based on the original gmpy module.\ngmpy2 adds support for correctly rounded multiple-precision real arithmetic\n(using the MPFR library) and complex arithmetic (using the MPC library).\n\nVersion 2.1.x Status\n--------------------\n\ngmpy2 2.1 was extensively refactored. Some of the significant changes are:\n\n  * Support for thread-safe contexts and context methods\n  * Interoperability with Cython extensions\n  * mpz and mpq operation can release the GIL\n    * The current implementation is experimental\n  * Improved argument processing\n\nThe gmpy2 2.1 series will be the last to offer compatibility with Python 2.7.\nRelease 2.1.3 is the last planned release of the 2.1 series.\n\nNote: Versions 2.1.4 and 2.1.5 were released to address Apple Silicon wheel\nbuild issues. There are no code changes.\n\nRelease 2.1.5 is the last planned release of the 2.1 series.\n\n\nVersion 2.2 Plans\n-----------------\n\nVersion 2.2 will drop support for Python 2.7 and older Python 3.x versions.\n\nThe primary development focus will be on functions that operate on lists and\nrelease the GIL. See powmod_base_list and powmod_exp_list as examples.\n\nAvailability\n------------\n\ngmpy2 is available at https://pypi.python.org/pypi/gmpy2/\n\nDocumentation is available at https://gmpy2.readthedocs.io/en/latest/\n\n\n\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0+",
    "summary": "gmpy2 interface to GMP/MPIR, MPFR, and MPC for Python 2.7 and 3.5+",
    "version": "2.1.5",
    "project_urls": {
        "Homepage": "https://github.com/aleaxit/gmpy"
    },
    "split_keywords": [
        "gmp",
        "mpfr",
        "mpc",
        "multiple-precision",
        "arbitrary-precision",
        "precision",
        "bignum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0256bed72cd56d17bb3ede590022bb54fa4d96d5c6e9fea5366b10d5f100a8c5",
                "md5": "457514fb63ebc7d4ebe6523692a086dd",
                "sha256": "d8e531a799f09cc66bd2de16b867cf19ce981bbc005bd026fa8d9af46cbdc08b"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp27-cp27m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "457514fb63ebc7d4ebe6523692a086dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 775120,
            "upload_time": "2022-12-18T20:53:07",
            "upload_time_iso_8601": "2022-12-18T20:53:07.488609Z",
            "url": "https://files.pythonhosted.org/packages/02/56/bed72cd56d17bb3ede590022bb54fa4d96d5c6e9fea5366b10d5f100a8c5/gmpy2-2.1.5-cp27-cp27m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7388314192e948000b5d01927d9bc6b4ccd964a561d42851ae7889a2b14e05ac",
                "md5": "8c3732b098ed6fd963176cd607b9078d",
                "sha256": "eec3b3c9413dd1ea4413af57fc9c92ccbb4d5bb8336da5efbbda8f107fd90eec"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp27-cp27m-manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "8c3732b098ed6fd963176cd607b9078d",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 1457728,
            "upload_time": "2022-12-18T20:53:10",
            "upload_time_iso_8601": "2022-12-18T20:53:10.131578Z",
            "url": "https://files.pythonhosted.org/packages/73/88/314192e948000b5d01927d9bc6b4ccd964a561d42851ae7889a2b14e05ac/gmpy2-2.1.5-cp27-cp27m-manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdd7f730e5f03b8d9d7629bb3c222d7f5c0723185e99855ac29701e5192f3304",
                "md5": "09b27162ef96c790f992ea815b077012",
                "sha256": "55dcf08d4278b439c1ba37d9b6893bb77bc34b55ccc9b1ad8645d4596a12700e"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp27-cp27m-manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "09b27162ef96c790f992ea815b077012",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 1531561,
            "upload_time": "2022-12-18T20:53:13",
            "upload_time_iso_8601": "2022-12-18T20:53:13.326093Z",
            "url": "https://files.pythonhosted.org/packages/bd/d7/f730e5f03b8d9d7629bb3c222d7f5c0723185e99855ac29701e5192f3304/gmpy2-2.1.5-cp27-cp27m-manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc817ca81581376437ca7bfd51a0cb4dcec95d859901c450363e63fff1025448",
                "md5": "bad1176e66cc665a3f1e78fb71d651d5",
                "sha256": "3459447d579dd0620a09c2aa4a9c1dbfc46cc8084b6928b901607e8565f04a83"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp27-cp27mu-manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "bad1176e66cc665a3f1e78fb71d651d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 1457735,
            "upload_time": "2022-12-18T20:53:18",
            "upload_time_iso_8601": "2022-12-18T20:53:18.733178Z",
            "url": "https://files.pythonhosted.org/packages/cc/81/7ca81581376437ca7bfd51a0cb4dcec95d859901c450363e63fff1025448/gmpy2-2.1.5-cp27-cp27mu-manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "518ff4e0b655af2213d64eea1cc48f2fcf36bb5a358c41cbb49b1927c052a60f",
                "md5": "86f776714c4c918320b9b40ab5984ebc",
                "sha256": "931adb3006afb55562094e9a866a1db584c11bc9b4a370d1f4719b551b5403fe"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp27-cp27mu-manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "86f776714c4c918320b9b40ab5984ebc",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 1531618,
            "upload_time": "2022-12-18T20:53:21",
            "upload_time_iso_8601": "2022-12-18T20:53:21.615386Z",
            "url": "https://files.pythonhosted.org/packages/51/8f/f4e0b655af2213d64eea1cc48f2fcf36bb5a358c41cbb49b1927c052a60f/gmpy2-2.1.5-cp27-cp27mu-manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67d5d7e48b32e2d9d896cb46b0b5527ecd59b481d7fb3adec4eb9a674b0f296e",
                "md5": "1184fca5062294afce2e0151ad6c3e14",
                "sha256": "8947f3b8a1c90f5bae26caf83b9ba2313e52cd06472f7c2be7a5b3a32bdc1bdd"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp27-cp27m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1184fca5062294afce2e0151ad6c3e14",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 1098807,
            "upload_time": "2022-12-18T20:53:16",
            "upload_time_iso_8601": "2022-12-18T20:53:16.040805Z",
            "url": "https://files.pythonhosted.org/packages/67/d5/d7e48b32e2d9d896cb46b0b5527ecd59b481d7fb3adec4eb9a674b0f296e/gmpy2-2.1.5-cp27-cp27m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "723cac413f7f5108a4287de482f5d10ee34256f4736a057200f0b263e1655fa4",
                "md5": "fd141380d2af02561134f99688eaadb8",
                "sha256": "df404ae9a97b9f399d9ca6890b02bef175a373f87e317f93cbaae00f68774e11"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd141380d2af02561134f99688eaadb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 806151,
            "upload_time": "2022-12-18T20:53:23",
            "upload_time_iso_8601": "2022-12-18T20:53:23.699285Z",
            "url": "https://files.pythonhosted.org/packages/72/3c/ac413f7f5108a4287de482f5d10ee34256f4736a057200f0b263e1655fa4/gmpy2-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "887155a4812a8555506a7476174bad8634ee635a570f2ab7cde70a1e7b20a923",
                "md5": "88e06db6a18c7c81271c6158ec1c00d8",
                "sha256": "cd876ee5232b0d70dd0bae2b39f54a75f6cc9bbf1dd90b8f0fda8c267fa383a2"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "88e06db6a18c7c81271c6158ec1c00d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 664109,
            "upload_time": "2022-12-18T20:53:25",
            "upload_time_iso_8601": "2022-12-18T20:53:25.601869Z",
            "url": "https://files.pythonhosted.org/packages/88/71/55a4812a8555506a7476174bad8634ee635a570f2ab7cde70a1e7b20a923/gmpy2-2.1.5-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5835636f5ba9f1e5e4d9c58455ceda39889a8a7568f50a45830da325dab69a2",
                "md5": "fb6c72d88bf42ff9ad1b24c87d977d60",
                "sha256": "4877978256fbb6d6b51cc3892183327171c174fbf60671962ab7aa5e70af8eb3"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fb6c72d88bf42ff9ad1b24c87d977d60",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1640471,
            "upload_time": "2022-12-18T20:53:28",
            "upload_time_iso_8601": "2022-12-18T20:53:28.637983Z",
            "url": "https://files.pythonhosted.org/packages/c5/83/5636f5ba9f1e5e4d9c58455ceda39889a8a7568f50a45830da325dab69a2/gmpy2-2.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cbe8dbcf4c1bd092ac6d1f5e875d9733c4e36682e5e15d224b84ea7c3df60a9",
                "md5": "b3a570b55857dff190f9df3b4455c9bc",
                "sha256": "565d0444f0d174d84bcbcb0da8feede0ce09733dabd905b63343b94d666e46c0"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b3a570b55857dff190f9df3b4455c9bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1719037,
            "upload_time": "2022-12-18T20:53:31",
            "upload_time_iso_8601": "2022-12-18T20:53:31.622780Z",
            "url": "https://files.pythonhosted.org/packages/9c/be/8dbcf4c1bd092ac6d1f5e875d9733c4e36682e5e15d224b84ea7c3df60a9/gmpy2-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aaa075523a72c69f6f2d4eed16de0e8df3531dfc18dcfb167b2a5def09c3bc4",
                "md5": "c80cc21874977dd89e2ada70d841a731",
                "sha256": "85614559144edad1223a46cae4a3e965818022cb2bb44438f3c42406395a9eb7"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "c80cc21874977dd89e2ada70d841a731",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1594370,
            "upload_time": "2022-12-18T20:53:34",
            "upload_time_iso_8601": "2022-12-18T20:53:34.249482Z",
            "url": "https://files.pythonhosted.org/packages/2a/aa/075523a72c69f6f2d4eed16de0e8df3531dfc18dcfb167b2a5def09c3bc4/gmpy2-2.1.5-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "536e644eaa859afb17b57d5a094b40eb69b7da00944883fa806550d2a9c9d0b5",
                "md5": "488f5667b521df9814d9a648785b97e2",
                "sha256": "29441b7d31ea60c93249667c6ef33f2560d34ce3cf284d7e4e32e91ed1f9ac1b"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "488f5667b521df9814d9a648785b97e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1683611,
            "upload_time": "2022-12-18T20:53:37",
            "upload_time_iso_8601": "2022-12-18T20:53:37.182106Z",
            "url": "https://files.pythonhosted.org/packages/53/6e/644eaa859afb17b57d5a094b40eb69b7da00944883fa806550d2a9c9d0b5/gmpy2-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "533d55d29cc6311d8d5f4d611bae313a0a6b04a4db11ed3d9e7e6748442c0f2a",
                "md5": "9db562252572043329a235c1f8562f41",
                "sha256": "8946dc912c647f7cd29a587339c9e79860d9b34a3a59cbdc04d6d6fe20cfff39"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9db562252572043329a235c1f8562f41",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1111117,
            "upload_time": "2022-12-18T20:53:39",
            "upload_time_iso_8601": "2022-12-18T20:53:39.426899Z",
            "url": "https://files.pythonhosted.org/packages/53/3d/55d29cc6311d8d5f4d611bae313a0a6b04a4db11ed3d9e7e6748442c0f2a/gmpy2-2.1.5-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99c26ca05dba44a168477d5b7d6b0d6fba00f1ce5a3fb637c7f9f0bdc30b8958",
                "md5": "662b01b3be9861ba0c184e89c88e4d76",
                "sha256": "58097d7ef48f3eabc86e55ca078d3eee5fa3574d9d585f944ee7bc0f00900864"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "662b01b3be9861ba0c184e89c88e4d76",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 806177,
            "upload_time": "2022-12-18T20:53:41",
            "upload_time_iso_8601": "2022-12-18T20:53:41.475166Z",
            "url": "https://files.pythonhosted.org/packages/99/c2/6ca05dba44a168477d5b7d6b0d6fba00f1ce5a3fb637c7f9f0bdc30b8958/gmpy2-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fe849410a5682f2fa6d349e2ce9610907d720deaec56169e861ecb58700fda6",
                "md5": "de5f040c1a38ac8bd2b05d0b185ca684",
                "sha256": "fa312ec90e643c8ed2224e204f43239c2e27d14261b349c84912c8858a54c5d5"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "de5f040c1a38ac8bd2b05d0b185ca684",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 664098,
            "upload_time": "2022-12-18T20:53:44",
            "upload_time_iso_8601": "2022-12-18T20:53:44.020497Z",
            "url": "https://files.pythonhosted.org/packages/3f/e8/49410a5682f2fa6d349e2ce9610907d720deaec56169e861ecb58700fda6/gmpy2-2.1.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48fa89c356d7cf9f457ab3f936d9d9d9b58f141a74b9e5bded85505dcc49851a",
                "md5": "5765e3429ba4270a7b21d2f0889a5ed3",
                "sha256": "9ac72073e7938c2307e7e4645367709a32036787f5e176c4acf881c7d8efff28"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5765e3429ba4270a7b21d2f0889a5ed3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1678868,
            "upload_time": "2022-12-18T20:53:47",
            "upload_time_iso_8601": "2022-12-18T20:53:47.159079Z",
            "url": "https://files.pythonhosted.org/packages/48/fa/89c356d7cf9f457ab3f936d9d9d9b58f141a74b9e5bded85505dcc49851a/gmpy2-2.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ecfc412e24fd956ffc4310a8ca3c10b579875c77f91a362c06ce817e3f7bb45",
                "md5": "4929eee10b0d3ffcc01896ebde1a91af",
                "sha256": "3245fd34217649f6c48515ef42da67eb43794f24a20fc961dc2c0c99bb8ebb39"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4929eee10b0d3ffcc01896ebde1a91af",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1758252,
            "upload_time": "2022-12-18T20:53:49",
            "upload_time_iso_8601": "2022-12-18T20:53:49.943905Z",
            "url": "https://files.pythonhosted.org/packages/8e/cf/c412e24fd956ffc4310a8ca3c10b579875c77f91a362c06ce817e3f7bb45/gmpy2-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1a46e03a2be0488fa69cb9646baa1d660548e79339f1979f10cd815992574dd",
                "md5": "d003b020fc794d4afc58ca4089297bf0",
                "sha256": "4e9d64c1e1e66a2137617c361714022da3de75787d51bd1aed205eb28ddb362c"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "d003b020fc794d4afc58ca4089297bf0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1629716,
            "upload_time": "2022-12-18T20:53:53",
            "upload_time_iso_8601": "2022-12-18T20:53:53.052553Z",
            "url": "https://files.pythonhosted.org/packages/b1/a4/6e03a2be0488fa69cb9646baa1d660548e79339f1979f10cd815992574dd/gmpy2-2.1.5-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ce07edf27eb6c9c80f2768b9441a248739b5392ab5eaa8f9b3692a59ed32146",
                "md5": "9190d24ce615cfd112cc09df144ed8d6",
                "sha256": "81004086f2543399b6b425989fc96cc02dd38ab74dcbfd3acb324af1a6770eaf"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9190d24ce615cfd112cc09df144ed8d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1715644,
            "upload_time": "2022-12-18T20:53:55",
            "upload_time_iso_8601": "2022-12-18T20:53:55.752147Z",
            "url": "https://files.pythonhosted.org/packages/3c/e0/7edf27eb6c9c80f2768b9441a248739b5392ab5eaa8f9b3692a59ed32146/gmpy2-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bf9eb3d3e0f10d20b54085e8e31a70224038040525a87b47ff11b2a61089983",
                "md5": "d40327b285b952a0218aa6b8fd6f77cd",
                "sha256": "03beaccf3843c9e9d9cf70102a74cd1e617e792337b64ae73a417b80bf96b385"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d40327b285b952a0218aa6b8fd6f77cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1107106,
            "upload_time": "2022-12-18T20:53:58",
            "upload_time_iso_8601": "2022-12-18T20:53:58.024292Z",
            "url": "https://files.pythonhosted.org/packages/3b/f9/eb3d3e0f10d20b54085e8e31a70224038040525a87b47ff11b2a61089983/gmpy2-2.1.5-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36838bb549e0ba269ea0e384592903960ac08a8e2c60fd48e01e207be08cabf4",
                "md5": "a6508ccc0dc50982f3b40b2789722d0b",
                "sha256": "131d441cc0e77620d88a900eaa6eee8648ba630621b8337b966cda76964e7662"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp35-cp35m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a6508ccc0dc50982f3b40b2789722d0b",
            "packagetype": "bdist_wheel",
            "python_version": "cp35",
            "requires_python": null,
            "size": 775464,
            "upload_time": "2022-12-18T20:54:00",
            "upload_time_iso_8601": "2022-12-18T20:54:00.317853Z",
            "url": "https://files.pythonhosted.org/packages/36/83/8bb549e0ba269ea0e384592903960ac08a8e2c60fd48e01e207be08cabf4/gmpy2-2.1.5-cp35-cp35m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63c3d37ed28301ee7ce3bc1620756d6f39d309c7513c73c1ee02f18856263f81",
                "md5": "528dd4f8a7cc443bf69e57bf8eddecf8",
                "sha256": "b6a04cfa85607b47e86eefe102b1124c6d0a8981f4197a3afd7071f0719ac9b6"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp35-cp35m-manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "528dd4f8a7cc443bf69e57bf8eddecf8",
            "packagetype": "bdist_wheel",
            "python_version": "cp35",
            "requires_python": null,
            "size": 1489826,
            "upload_time": "2022-12-18T20:54:02",
            "upload_time_iso_8601": "2022-12-18T20:54:02.837824Z",
            "url": "https://files.pythonhosted.org/packages/63/c3/d37ed28301ee7ce3bc1620756d6f39d309c7513c73c1ee02f18856263f81/gmpy2-2.1.5-cp35-cp35m-manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54654dbd47ddb4a629b75c3f8f982f0d61e9c0f77bd7cffb551f8102bd72774b",
                "md5": "60efe4031ebd07c5e8d49f0e9205974e",
                "sha256": "09800f5a7566093d74702ad31f775f176df539f1138f4475ba8edf11903a2b2b"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp35-cp35m-manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60efe4031ebd07c5e8d49f0e9205974e",
            "packagetype": "bdist_wheel",
            "python_version": "cp35",
            "requires_python": null,
            "size": 1562552,
            "upload_time": "2022-12-18T20:54:05",
            "upload_time_iso_8601": "2022-12-18T20:54:05.677930Z",
            "url": "https://files.pythonhosted.org/packages/54/65/4dbd47ddb4a629b75c3f8f982f0d61e9c0f77bd7cffb551f8102bd72774b/gmpy2-2.1.5-cp35-cp35m-manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb39c3684cb32f3ee6afc9ea75aa13450a309332868374aa03fc07113850a119",
                "md5": "b738500a5b25796a3ade291ac41a9df8",
                "sha256": "a3a61cd88aca0a891e26ada53f2bf3f4433d4fb1c771f12dec97e8edc17f9f7e"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp35-cp35m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b738500a5b25796a3ade291ac41a9df8",
            "packagetype": "bdist_wheel",
            "python_version": "cp35",
            "requires_python": null,
            "size": 1099313,
            "upload_time": "2022-12-18T20:54:08",
            "upload_time_iso_8601": "2022-12-18T20:54:08.281093Z",
            "url": "https://files.pythonhosted.org/packages/fb/39/c3684cb32f3ee6afc9ea75aa13450a309332868374aa03fc07113850a119/gmpy2-2.1.5-cp35-cp35m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "defd5baa18108c1110bda38aaff289a4e7806076feefa183548cb1e3d445c0d4",
                "md5": "b0977dc7b18efaada207ac96a5ba5be2",
                "sha256": "411d1ea2f5a04d8857a7fe1e59d28d384f19232cb7519f29565c087bda364685"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b0977dc7b18efaada207ac96a5ba5be2",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 813077,
            "upload_time": "2022-12-18T20:54:10",
            "upload_time_iso_8601": "2022-12-18T20:54:10.353558Z",
            "url": "https://files.pythonhosted.org/packages/de/fd/5baa18108c1110bda38aaff289a4e7806076feefa183548cb1e3d445c0d4/gmpy2-2.1.5-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b748a9d9ea7eed811cad6832b21900d1604926b8bdc625b1f1bbd060b7ae17c2",
                "md5": "4deda42167d0c804a43e86127337f4cb",
                "sha256": "a5fa902b1c6911d41e6045c94eac57cf2ea76f71946ca65ab65ae8f5d20b2aae"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4deda42167d0c804a43e86127337f4cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 1566650,
            "upload_time": "2022-12-18T20:54:12",
            "upload_time_iso_8601": "2022-12-18T20:54:12.941961Z",
            "url": "https://files.pythonhosted.org/packages/b7/48/a9d9ea7eed811cad6832b21900d1604926b8bdc625b1f1bbd060b7ae17c2/gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16166f724ebc937b0225af8d3baf11b75f34d32b6e823bb0011c42f1059ebd30",
                "md5": "8d50124a31263869cfa7ec4f8a1acbae",
                "sha256": "51b95d8e2d6914552118d0316c8ce566441b709e001e66c5db16495be1a429ac"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8d50124a31263869cfa7ec4f8a1acbae",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 1654905,
            "upload_time": "2022-12-18T20:54:15",
            "upload_time_iso_8601": "2022-12-18T20:54:15.925837Z",
            "url": "https://files.pythonhosted.org/packages/16/16/6f724ebc937b0225af8d3baf11b75f34d32b6e823bb0011c42f1059ebd30/gmpy2-2.1.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73e393ea7b82a43bb67d5b3665e64afcae912a9d03aa39a90a809d10fffe6e75",
                "md5": "82749b3cc8bd8cab9b4b49985339ad7e",
                "sha256": "7bbe8d39d83e96b5f81b26e65f99a3e8794cf1edfd891e154a233757a26764fb"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "82749b3cc8bd8cab9b4b49985339ad7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 1525192,
            "upload_time": "2022-12-18T20:54:18",
            "upload_time_iso_8601": "2022-12-18T20:54:18.500770Z",
            "url": "https://files.pythonhosted.org/packages/73/e3/93ea7b82a43bb67d5b3665e64afcae912a9d03aa39a90a809d10fffe6e75/gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd3346a0f09abe22c38ac35f83a9caa47dc177e1e60adf08a7be9f0d1843bb5c",
                "md5": "f3e3e7cc863b789b6ff1acc38fbabe9c",
                "sha256": "e7f324dd859a1324bbc5d5375f431f1ac81c6487035a34cba12fbe8658a888f0"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3e3e7cc863b789b6ff1acc38fbabe9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 1620096,
            "upload_time": "2022-12-18T20:54:21",
            "upload_time_iso_8601": "2022-12-18T20:54:21.041373Z",
            "url": "https://files.pythonhosted.org/packages/cd/33/46a0f09abe22c38ac35f83a9caa47dc177e1e60adf08a7be9f0d1843bb5c/gmpy2-2.1.5-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5b09b968523d7b9c3a73bea314113543f86b44518ff6c9553c9ea5487dda44e",
                "md5": "a44d0687085e5e9debfd21195835f059",
                "sha256": "c9e9909d12d06697867568007e9b945246f567116fa5b830513f72766ca8b0c7"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a44d0687085e5e9debfd21195835f059",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 1099332,
            "upload_time": "2022-12-18T20:54:23",
            "upload_time_iso_8601": "2022-12-18T20:54:23.246093Z",
            "url": "https://files.pythonhosted.org/packages/e5/b0/9b968523d7b9c3a73bea314113543f86b44518ff6c9553c9ea5487dda44e/gmpy2-2.1.5-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7158bd73757fda4b45a00ba99ef16a839f4bd12360cd3d01b02488795e0edffc",
                "md5": "4767fba51f3350116630259510e12ad9",
                "sha256": "4957d9164a8b2a93263e8a43f99c635a84c1a4044a256e1a496503dd624376a8"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4767fba51f3350116630259510e12ad9",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 813154,
            "upload_time": "2022-12-18T20:54:25",
            "upload_time_iso_8601": "2022-12-18T20:54:25.475405Z",
            "url": "https://files.pythonhosted.org/packages/71/58/bd73757fda4b45a00ba99ef16a839f4bd12360cd3d01b02488795e0edffc/gmpy2-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa96b9e2660eabd40803d5cd04a618291d7e4c54657a309b3b817fe8c71207a9",
                "md5": "bf7483d878f74fc64808fa172e98533a",
                "sha256": "efda6e0508d0c7fe79d0fc3fccd3bab90937dba05384224cbc08398856805ce6"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "bf7483d878f74fc64808fa172e98533a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1567885,
            "upload_time": "2022-12-18T20:54:28",
            "upload_time_iso_8601": "2022-12-18T20:54:28.246573Z",
            "url": "https://files.pythonhosted.org/packages/aa/96/b9e2660eabd40803d5cd04a618291d7e4c54657a309b3b817fe8c71207a9/gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89155f0005d934d72837b4c055d727c0b05a3bf23bd5cc4af6fa3cc6d5f9e657",
                "md5": "cd5f6ff1f361e8d1a81e80d5bacb53aa",
                "sha256": "b8f59c69dd138d84d471530e0907c254429855a839b93b00c7e9fa7ec766feae"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cd5f6ff1f361e8d1a81e80d5bacb53aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1655781,
            "upload_time": "2022-12-18T20:54:30",
            "upload_time_iso_8601": "2022-12-18T20:54:30.908110Z",
            "url": "https://files.pythonhosted.org/packages/89/15/5f0005d934d72837b4c055d727c0b05a3bf23bd5cc4af6fa3cc6d5f9e657/gmpy2-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "189b6674222c21b01aa80e2f769305f7934a26f55882035d8d788734200ccfbf",
                "md5": "419668d9ea9ff3117a07ec30be53ec0a",
                "sha256": "943078c7abef7757758bb0f313b4346cf9b0c91f93039b5980d22f2ee0d53177"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "419668d9ea9ff3117a07ec30be53ec0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1526739,
            "upload_time": "2022-12-18T20:54:33",
            "upload_time_iso_8601": "2022-12-18T20:54:33.412864Z",
            "url": "https://files.pythonhosted.org/packages/18/9b/6674222c21b01aa80e2f769305f7934a26f55882035d8d788734200ccfbf/gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ffdb2e92cccd8378f651d8ae96cac4bbd13a2c9773604c020affb29e658900f",
                "md5": "4dae6e54ca5cb3f53b4f5cd347949cf0",
                "sha256": "c935af5fcd2fbd2ed89d0e0cf1c7fd11603101293dbddb46fd1325c56363573f"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4dae6e54ca5cb3f53b4f5cd347949cf0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1621230,
            "upload_time": "2022-12-18T20:54:36",
            "upload_time_iso_8601": "2022-12-18T20:54:36.100354Z",
            "url": "https://files.pythonhosted.org/packages/4f/fd/b2e92cccd8378f651d8ae96cac4bbd13a2c9773604c020affb29e658900f/gmpy2-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e82fbdc3f5dbaacc0d54037f30e0ca7840ad45c9534358e54c4e50ecb128557f",
                "md5": "3179234e66097dd23b16d495c48eaa4c",
                "sha256": "18233c35d5bbddfe2ec8c269e216dc841ce24ba5f2b00e79e8278ba843eb22dc"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3179234e66097dd23b16d495c48eaa4c",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1102379,
            "upload_time": "2022-12-18T20:54:38",
            "upload_time_iso_8601": "2022-12-18T20:54:38.906135Z",
            "url": "https://files.pythonhosted.org/packages/e8/2f/bdc3f5dbaacc0d54037f30e0ca7840ad45c9534358e54c4e50ecb128557f/gmpy2-2.1.5-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "867511b79c82302003d976f318be6ef2722cdfa5ca57f1c3f32bdc2a34113e61",
                "md5": "c61b943a9e040e0db47d104716f39b8b",
                "sha256": "6300a0e427bb8b12442db2629b7b271d4d0cd3dbffe2e3880c408932993d31ba"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c61b943a9e040e0db47d104716f39b8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 807754,
            "upload_time": "2022-12-18T20:54:41",
            "upload_time_iso_8601": "2022-12-18T20:54:41.204347Z",
            "url": "https://files.pythonhosted.org/packages/86/75/11b79c82302003d976f318be6ef2722cdfa5ca57f1c3f32bdc2a34113e61/gmpy2-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b273d49a871ac13280b58e6a2a468c11fe0b0caf0a39f3f806aff518be7ddb5",
                "md5": "2cd6b5fec49d4866fa3766999475ade6",
                "sha256": "8d2299682455ee22830f7c0f5851a86ae121ccc5fca2f483be7229a91a2f3be5"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2cd6b5fec49d4866fa3766999475ade6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 665307,
            "upload_time": "2022-12-18T20:54:43",
            "upload_time_iso_8601": "2022-12-18T20:54:43.392515Z",
            "url": "https://files.pythonhosted.org/packages/9b/27/3d49a871ac13280b58e6a2a468c11fe0b0caf0a39f3f806aff518be7ddb5/gmpy2-2.1.5-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "faf3e28af994407fbf8545fa266abf0ba4071b7b77e62df1657f141d1532ca4f",
                "md5": "58d7cd85b0a51af1cffd3404fa849b43",
                "sha256": "f50d91d779fe24e7dd3feaa1c06e47e11452a73d0a8c67daeea055a6d58cf233"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "58d7cd85b0a51af1cffd3404fa849b43",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1626126,
            "upload_time": "2022-12-18T20:54:46",
            "upload_time_iso_8601": "2022-12-18T20:54:46.023306Z",
            "url": "https://files.pythonhosted.org/packages/fa/f3/e28af994407fbf8545fa266abf0ba4071b7b77e62df1657f141d1532ca4f/gmpy2-2.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2eee56d655bd4c8c6953973a833b0ff126f662df54949ba119a4d5f677f75b8c",
                "md5": "a2d88e3b8c417ff2a5c49957e15dbee7",
                "sha256": "c398e6e5bb470f0529ca4e2490d5a396bc9c50c860818f297f47486e51e86673"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a2d88e3b8c417ff2a5c49957e15dbee7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1712114,
            "upload_time": "2022-12-18T20:54:49",
            "upload_time_iso_8601": "2022-12-18T20:54:49.011391Z",
            "url": "https://files.pythonhosted.org/packages/2e/ee/56d655bd4c8c6953973a833b0ff126f662df54949ba119a4d5f677f75b8c/gmpy2-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e6d96156c81ce57351eb04cba1fc3ccaed3d7264c3e1bc6eb9fb3eb97aba1d4",
                "md5": "da9d05a4814e4142d475b659e0574ac4",
                "sha256": "cfdb61f87edf9a7897e7c3e9204f141ddb1de68ecb7038edf0c676bdea815ef2"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "da9d05a4814e4142d475b659e0574ac4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1592000,
            "upload_time": "2022-12-18T20:54:51",
            "upload_time_iso_8601": "2022-12-18T20:54:51.642636Z",
            "url": "https://files.pythonhosted.org/packages/7e/6d/96156c81ce57351eb04cba1fc3ccaed3d7264c3e1bc6eb9fb3eb97aba1d4/gmpy2-2.1.5-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff4fd01c319bfc66777bf1dfb438f3efec3e6deace4732883c98ad053da453a7",
                "md5": "d1c00ac0d234df6a808c22f11e2e8054",
                "sha256": "356c986799a3b34bdcf845961976398556bcfe104e115379effefc50b2cce320"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d1c00ac0d234df6a808c22f11e2e8054",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1681747,
            "upload_time": "2022-12-18T20:54:54",
            "upload_time_iso_8601": "2022-12-18T20:54:54.218157Z",
            "url": "https://files.pythonhosted.org/packages/ff/4f/d01c319bfc66777bf1dfb438f3efec3e6deace4732883c98ad053da453a7/gmpy2-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48cca74565318e09030da8f0ff97cfb287cfc2b910e5f80a9e37a98039edbf1f",
                "md5": "90c8abde95cd201d120080689fc1a524",
                "sha256": "c40ed4d68e0b54efa53a9d9fe62662342dd85212f08382b852ca9effab2e7666"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "90c8abde95cd201d120080689fc1a524",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1117427,
            "upload_time": "2022-12-18T20:54:56",
            "upload_time_iso_8601": "2022-12-18T20:54:56.583298Z",
            "url": "https://files.pythonhosted.org/packages/48/cc/a74565318e09030da8f0ff97cfb287cfc2b910e5f80a9e37a98039edbf1f/gmpy2-2.1.5-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62cd52f9179c60507f1724a78d59e7e0c2bbc57e7be1b1a9f98c5a33bdc067b9",
                "md5": "1f430cdbae21d862d371319178f4a634",
                "sha256": "6131ccb4f34849b0fa54b9dd8261c00b16fcf4c3332696cb16469a21c217f884"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1f430cdbae21d862d371319178f4a634",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 806146,
            "upload_time": "2022-12-18T20:54:59",
            "upload_time_iso_8601": "2022-12-18T20:54:59.002205Z",
            "url": "https://files.pythonhosted.org/packages/62/cd/52f9179c60507f1724a78d59e7e0c2bbc57e7be1b1a9f98c5a33bdc067b9/gmpy2-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df8918f2212cf76f17af039d90b2c117f0382aeb7fe1430ae179afd722e79e07",
                "md5": "717fb7fa57303b7ae7e1eea314871e04",
                "sha256": "2fee8bb2934300173d8de0ce670bdfedbb5b09817db94c2467aafa18380a1286"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "717fb7fa57303b7ae7e1eea314871e04",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 664067,
            "upload_time": "2022-12-18T20:55:02",
            "upload_time_iso_8601": "2022-12-18T20:55:02.078062Z",
            "url": "https://files.pythonhosted.org/packages/df/89/18f2212cf76f17af039d90b2c117f0382aeb7fe1430ae179afd722e79e07/gmpy2-2.1.5-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd567fdea210ee36ba2789460804a507f0d9b075f0725bb1a27bcb4cbc3bb33b",
                "md5": "333e8a21b6c0d79d743e39855ccc0fda",
                "sha256": "c23c98db9cccb63872dd32bdd98275c9503809117d8a23ddd683d8baa3e3ee67"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "333e8a21b6c0d79d743e39855ccc0fda",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1618237,
            "upload_time": "2022-12-18T20:55:04",
            "upload_time_iso_8601": "2022-12-18T20:55:04.768216Z",
            "url": "https://files.pythonhosted.org/packages/cd/56/7fdea210ee36ba2789460804a507f0d9b075f0725bb1a27bcb4cbc3bb33b/gmpy2-2.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "116d8008ad0bb09fd1a90e5bab6b263b28e8ab3b26926724b0d1d3370fc7276c",
                "md5": "6b8e7721f5098fa32d37437f42c5652b",
                "sha256": "b2764dfc443c364b918506ecad8973a61b76ca0b5afdf460f940134166a2a3e7"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6b8e7721f5098fa32d37437f42c5652b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1702359,
            "upload_time": "2022-12-18T20:55:07",
            "upload_time_iso_8601": "2022-12-18T20:55:07.466536Z",
            "url": "https://files.pythonhosted.org/packages/11/6d/8008ad0bb09fd1a90e5bab6b263b28e8ab3b26926724b0d1d3370fc7276c/gmpy2-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62414c559a172a4c572b4806b9cf61540f060da001d3aea36df63f05f448aaa5",
                "md5": "1e8947efa1e068d9d15814d32a5a38a2",
                "sha256": "4fccf90d28f934f76cc4252007d2e94cc38700ed016d3fd787974f79819381fd"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "1e8947efa1e068d9d15814d32a5a38a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1573776,
            "upload_time": "2022-12-18T20:55:10",
            "upload_time_iso_8601": "2022-12-18T20:55:10.198188Z",
            "url": "https://files.pythonhosted.org/packages/62/41/4c559a172a4c572b4806b9cf61540f060da001d3aea36df63f05f448aaa5/gmpy2-2.1.5-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3b4d56750399485b87a10d62b343e2f85f28868176968e3cde4ff12a8b1b2d0",
                "md5": "d62beb3cb05ee140943b106bc68a3b92",
                "sha256": "0baf36b2724e154bf98ea17f4ff8234543dc7af7297ce3a0a7098bca0209b768"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d62beb3cb05ee140943b106bc68a3b92",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1659619,
            "upload_time": "2022-12-18T20:55:13",
            "upload_time_iso_8601": "2022-12-18T20:55:13.225995Z",
            "url": "https://files.pythonhosted.org/packages/d3/b4/d56750399485b87a10d62b343e2f85f28868176968e3cde4ff12a8b1b2d0/gmpy2-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ed426c722f242fa0da99d376cc715350a46e7e140c993483b0b186d92561e99",
                "md5": "1c212c194140f8819f4113d7b2618b3d",
                "sha256": "8739ca54323ff28bc317920ed96723a13558a3c442ef77ac325eb3cdd5d32d05"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1c212c194140f8819f4113d7b2618b3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1113888,
            "upload_time": "2022-12-18T20:55:15",
            "upload_time_iso_8601": "2022-12-18T20:55:15.449988Z",
            "url": "https://files.pythonhosted.org/packages/4e/d4/26c722f242fa0da99d376cc715350a46e7e140c993483b0b186d92561e99/gmpy2-2.1.5-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d92e2848cb5ab5240cb34b967602990450d0fd715f013806929b2f82821cef7f",
                "md5": "0cd8e9d89c2f9d018eb52d2983abaeb4",
                "sha256": "bc297f1fd8c377ae67a4f493fc0f926e5d1b157e5c342e30a4d84dc7b9f95d96"
            },
            "downloads": -1,
            "filename": "gmpy2-2.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0cd8e9d89c2f9d018eb52d2983abaeb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 261709,
            "upload_time": "2022-12-18T20:55:17",
            "upload_time_iso_8601": "2022-12-18T20:55:17.235526Z",
            "url": "https://files.pythonhosted.org/packages/d9/2e/2848cb5ab5240cb34b967602990450d0fd715f013806929b2f82821cef7f/gmpy2-2.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-18 20:55:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aleaxit",
    "github_project": "gmpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gmpy2"
}
        
Elapsed time: 0.14187s