numpy


Namenumpy JSON
Version 1.24.2 PyPI version JSON
download
home_pagehttps://www.numpy.org
SummaryFundamental package for array computing in Python
upload_time2023-02-05 20:12:05
maintainerNumPy Developers
docs_urlNone
authorTravis E. Oliphant et al.
requires_python>=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
<img src="/branding/logo/primary/numpylogo.svg" width="300">
</h1><br>


[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](
https://numfocus.org)
[![PyPI Downloads](https://img.shields.io/pypi/dm/numpy.svg?label=PyPI%20downloads)](
https://pypi.org/project/numpy/)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/numpy.svg?label=Conda%20downloads)](
https://anaconda.org/conda-forge/numpy)
[![Stack Overflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](
https://stackoverflow.com/questions/tagged/numpy)
[![Nature Paper](https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue)](
https://doi.org/10.1038/s41586-020-2649-2)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/numpy/numpy/badge)](https://api.securityscorecards.dev/projects/github.com/numpy/numpy)


NumPy is the fundamental package for scientific computing with Python.

- **Website:** https://www.numpy.org
- **Documentation:** https://numpy.org/doc
- **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion
- **Source code:** https://github.com/numpy/numpy
- **Contributing:** https://www.numpy.org/devdocs/dev/index.html
- **Bug reports:** https://github.com/numpy/numpy/issues
- **Report a security vulnerability:** https://tidelift.com/docs/security

It provides:

- a powerful N-dimensional array object
- sophisticated (broadcasting) functions
- tools for integrating C/C++ and Fortran code
- useful linear algebra, Fourier transform, and random number capabilities

Testing:

NumPy requires `pytest` and `hypothesis`.  Tests can then be run after installation with:

    python -c 'import numpy; numpy.test()'

Code of Conduct
----------------------

NumPy is a community-driven open source project developed by a diverse group of
[contributors](https://numpy.org/teams/). The NumPy leadership has made a strong
commitment to creating an open, inclusive, and positive community. Please read the
[NumPy Code of Conduct](https://numpy.org/code-of-conduct/) for guidance on how to interact
with others in a way that makes our community thrive.

Call for Contributions
----------------------

The NumPy project welcomes your expertise and enthusiasm!

Small improvements or fixes are always appreciated. If you are considering larger contributions
to the source code, please contact us through the [mailing
list](https://mail.python.org/mailman/listinfo/numpy-discussion) first.

Writing code isn’t the only way to contribute to NumPy. You can also:
- review pull requests
- help us stay on top of new and old issues
- develop tutorials, presentations, and other educational materials
- maintain and improve [our website](https://github.com/numpy/numpy.org)
- develop graphic design for our brand assets and promotional materials
- translate website content
- help with outreach and onboard new contributors
- write grant proposals and help with other fundraising efforts

For more information about the ways you can contribute to NumPy, visit [our website](https://numpy.org/contribute/). 
If you’re unsure where to start or how your skills fit in, reach out! You can
ask on the mailing list or here, on GitHub, by opening a new issue or leaving a
comment on a relevant issue that is already open.

Our preferred channels of communication are all public, but if you’d like to
speak to us in private first, contact our community coordinators at
numpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for
an invitation).

We also have a biweekly community call, details of which are announced on the
mailing list. You are very welcome to join.

If you are new to contributing to open source, [this
guide](https://opensource.guide/how-to-contribute/) helps explain why, what,
and how to successfully get involved.



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.numpy.org",
    "name": "numpy",
    "maintainer": "NumPy Developers",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "numpy-discussion@python.org",
    "keywords": "",
    "author": "Travis E. Oliphant et al.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e4/a9/6704bb5e1d1d778d3a6ee1278a8d8134f0db160e09d52863a24edb58eab5/numpy-1.24.2.tar.gz",
    "platform": "Windows",
    "description": "<h1 align=\"center\">\n<img src=\"/branding/logo/primary/numpylogo.svg\" width=\"300\">\n</h1><br>\n\n\n[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](\nhttps://numfocus.org)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/numpy.svg?label=PyPI%20downloads)](\nhttps://pypi.org/project/numpy/)\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/numpy.svg?label=Conda%20downloads)](\nhttps://anaconda.org/conda-forge/numpy)\n[![Stack Overflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](\nhttps://stackoverflow.com/questions/tagged/numpy)\n[![Nature Paper](https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue)](\nhttps://doi.org/10.1038/s41586-020-2649-2)\n[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/numpy/numpy/badge)](https://api.securityscorecards.dev/projects/github.com/numpy/numpy)\n\n\nNumPy is the fundamental package for scientific computing with Python.\n\n- **Website:** https://www.numpy.org\n- **Documentation:** https://numpy.org/doc\n- **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion\n- **Source code:** https://github.com/numpy/numpy\n- **Contributing:** https://www.numpy.org/devdocs/dev/index.html\n- **Bug reports:** https://github.com/numpy/numpy/issues\n- **Report a security vulnerability:** https://tidelift.com/docs/security\n\nIt provides:\n\n- a powerful N-dimensional array object\n- sophisticated (broadcasting) functions\n- tools for integrating C/C++ and Fortran code\n- useful linear algebra, Fourier transform, and random number capabilities\n\nTesting:\n\nNumPy requires `pytest` and `hypothesis`.  Tests can then be run after installation with:\n\n    python -c 'import numpy; numpy.test()'\n\nCode of Conduct\n----------------------\n\nNumPy is a community-driven open source project developed by a diverse group of\n[contributors](https://numpy.org/teams/). The NumPy leadership has made a strong\ncommitment to creating an open, inclusive, and positive community. Please read the\n[NumPy Code of Conduct](https://numpy.org/code-of-conduct/) for guidance on how to interact\nwith others in a way that makes our community thrive.\n\nCall for Contributions\n----------------------\n\nThe NumPy project welcomes your expertise and enthusiasm!\n\nSmall improvements or fixes are always appreciated. If you are considering larger contributions\nto the source code, please contact us through the [mailing\nlist](https://mail.python.org/mailman/listinfo/numpy-discussion) first.\n\nWriting code isn\u2019t the only way to contribute to NumPy. You can also:\n- review pull requests\n- help us stay on top of new and old issues\n- develop tutorials, presentations, and other educational materials\n- maintain and improve [our website](https://github.com/numpy/numpy.org)\n- develop graphic design for our brand assets and promotional materials\n- translate website content\n- help with outreach and onboard new contributors\n- write grant proposals and help with other fundraising efforts\n\nFor more information about the ways you can contribute to NumPy, visit [our website](https://numpy.org/contribute/). \nIf you\u2019re unsure where to start or how your skills fit in, reach out! You can\nask on the mailing list or here, on GitHub, by opening a new issue or leaving a\ncomment on a relevant issue that is already open.\n\nOur preferred channels of communication are all public, but if you\u2019d like to\nspeak to us in private first, contact our community coordinators at\nnumpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for\nan invitation).\n\nWe also have a biweekly community call, details of which are announced on the\nmailing list. You are very welcome to join.\n\nIf you are new to contributing to open source, [this\nguide](https://opensource.guide/how-to-contribute/) helps explain why, what,\nand how to successfully get involved.\n\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Fundamental package for array computing in Python",
    "version": "1.24.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39fd217e9bf573f710827416e1e6f56a6355b90c2ce7fbf8b83d5729d5b2e0b6",
                "md5": "73fe0b507f56c0baf43171a76ad2003f",
                "sha256": "eef70b4fc1e872ebddc38cddacc87c19a3709c0e3e5d20bf3954c147b1dd941d"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "73fe0b507f56c0baf43171a76ad2003f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 19788158,
            "upload_time": "2023-02-05T19:45:29",
            "upload_time_iso_8601": "2023-02-05T19:45:29.320338Z",
            "url": "https://files.pythonhosted.org/packages/39/fd/217e9bf573f710827416e1e6f56a6355b90c2ce7fbf8b83d5729d5b2e0b6/numpy-1.24.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e322bd17fccc5decf3b904888f4f86b89e367a009273c665cbbbbfe515b43df",
                "md5": "2dbbe6f8a14e14978d24de9fcc8b49fe",
                "sha256": "e8d2859428712785e8a8b7d2b3ef0a1d1565892367b32f915c4a4df44d0e64f5"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2dbbe6f8a14e14978d24de9fcc8b49fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13852558,
            "upload_time": "2023-02-05T19:45:51",
            "upload_time_iso_8601": "2023-02-05T19:45:51.074822Z",
            "url": "https://files.pythonhosted.org/packages/8e/32/2bd17fccc5decf3b904888f4f86b89e367a009273c665cbbbbfe515b43df/numpy-1.24.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34dc7470dde137734e311c5203d0a5854e03da12d7bef60784937efcbb1f8c08",
                "md5": "9ddadbf9cac2742318d8b292cb9ca579",
                "sha256": "6524630f71631be2dabe0c541e7675db82651eb998496bbe16bc4f77f0772253"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9ddadbf9cac2742318d8b292cb9ca579",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13993375,
            "upload_time": "2023-02-05T19:46:11",
            "upload_time_iso_8601": "2023-02-05T19:46:11.937647Z",
            "url": "https://files.pythonhosted.org/packages/34/dc/7470dde137734e311c5203d0a5854e03da12d7bef60784937efcbb1f8c08/numpy-1.24.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c521275cfa7731ee2e121b1bf85ddb21b8712fe2f409f02a8b61521af6e4993d",
                "md5": "969f4f33baaff53dbbbaf1a146c43534",
                "sha256": "a51725a815a6188c662fb66fb32077709a9ca38053f0274640293a14fdd22978"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "969f4f33baaff53dbbbaf1a146c43534",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 17279469,
            "upload_time": "2023-02-05T19:46:37",
            "upload_time_iso_8601": "2023-02-05T19:46:37.741694Z",
            "url": "https://files.pythonhosted.org/packages/c5/21/275cfa7731ee2e121b1bf85ddb21b8712fe2f409f02a8b61521af6e4993d/numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e73d0c52834c6c8f9e35b71e7a7202ca35bec639984aaea60056c763ade26f67",
                "md5": "6df575dff02feac835d22debb15d190e",
                "sha256": "2620e8592136e073bd12ee4536149380695fbe9ebeae845b81237f986479ffc9"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "6df575dff02feac835d22debb15d190e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 12427216,
            "upload_time": "2023-02-05T19:46:56",
            "upload_time_iso_8601": "2023-02-05T19:46:56.442815Z",
            "url": "https://files.pythonhosted.org/packages/e7/3d/0c52834c6c8f9e35b71e7a7202ca35bec639984aaea60056c763ade26f67/numpy-1.24.2-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fadf53e8c0c8ccecf360b827a3d2b1b6060644c635c3149a9d6415a6fe4ccf44",
                "md5": "2f939228a8c33265f2a8a1fce349d6f1",
                "sha256": "97cf27e51fa078078c649a51d7ade3c92d9e709ba2bfb97493007103c741f1d0"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2f939228a8c33265f2a8a1fce349d6f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 14839720,
            "upload_time": "2023-02-05T19:47:18",
            "upload_time_iso_8601": "2023-02-05T19:47:18.906173Z",
            "url": "https://files.pythonhosted.org/packages/fa/df/53e8c0c8ccecf360b827a3d2b1b6060644c635c3149a9d6415a6fe4ccf44/numpy-1.24.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ba79582b169194a05642fcd05026b2e55fa7539230bfc28de7e13f116b0cd0b",
                "md5": "c093e61421be01ffff435387839949f1",
                "sha256": "7de8fdde0003f4294655aa5d5f0a89c26b9f22c0a58790c38fae1ed392d44a5a"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c093e61421be01ffff435387839949f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 19774860,
            "upload_time": "2023-02-05T19:47:48",
            "upload_time_iso_8601": "2023-02-05T19:47:48.669286Z",
            "url": "https://files.pythonhosted.org/packages/1b/a7/9582b169194a05642fcd05026b2e55fa7539230bfc28de7e13f116b0cd0b/numpy-1.24.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0104a8b0bb5ffd6b36cb9ff9b67ca6966d55c4a9fdb40ace81a2b33d1559c3b7",
                "md5": "03d71e3d9a086b56837c461fd7c9188b",
                "sha256": "4173bde9fa2a005c2c6e2ea8ac1618e2ed2c1c6ec8a7657237854d42094123a0"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "03d71e3d9a086b56837c461fd7c9188b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13838116,
            "upload_time": "2023-02-05T19:48:10",
            "upload_time_iso_8601": "2023-02-05T19:48:10.284572Z",
            "url": "https://files.pythonhosted.org/packages/01/04/a8b0bb5ffd6b36cb9ff9b67ca6966d55c4a9fdb40ace81a2b33d1559c3b7/numpy-1.24.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b1a34ba69424c19e4c3bd5d393d58ec5b8ff85711e77209a2d43563bf7fb178",
                "md5": "c0dc33697d156e2b9a029095efeb1b10",
                "sha256": "4cecaed30dc14123020f77b03601559fff3e6cd0c048f8b5289f4eeabb0eb281"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c0dc33697d156e2b9a029095efeb1b10",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13989742,
            "upload_time": "2023-02-05T19:48:31",
            "upload_time_iso_8601": "2023-02-05T19:48:31.339307Z",
            "url": "https://files.pythonhosted.org/packages/8b/1a/34ba69424c19e4c3bd5d393d58ec5b8ff85711e77209a2d43563bf7fb178/numpy-1.24.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6d7b208a4a534732e4a978003768ac7b8c14fcd4ca5b1653ce4fb4c2826f3a4",
                "md5": "13b57957a1f40e13f8826d14b031a6fe",
                "sha256": "9a23f8440561a633204a67fb44617ce2a299beecf3295f0d13c495518908e910"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "13b57957a1f40e13f8826d14b031a6fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 17276093,
            "upload_time": "2023-02-05T19:48:57",
            "upload_time_iso_8601": "2023-02-05T19:48:57.086096Z",
            "url": "https://files.pythonhosted.org/packages/b6/d7/b208a4a534732e4a978003768ac7b8c14fcd4ca5b1653ce4fb4c2826f3a4/numpy-1.24.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa72979b755c09696de035d835a78df94b079e3e51ea967efa0c800cff608847",
                "md5": "5afd966db0b59655618c1859d98d87f6",
                "sha256": "e428c4fbfa085f947b536706a2fc349245d7baa8334f0c5723c56a10595f9b95"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "5afd966db0b59655618c1859d98d87f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 12420296,
            "upload_time": "2023-02-05T19:49:16",
            "upload_time_iso_8601": "2023-02-05T19:49:16.271509Z",
            "url": "https://files.pythonhosted.org/packages/fa/72/979b755c09696de035d835a78df94b079e3e51ea967efa0c800cff608847/numpy-1.24.2-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "175782c3a9321f5dbcbdbe407476ea93dc4fabcadc819fd9baddf3511ddd5833",
                "md5": "e0b850f9c20871cd65ecb35235688f4d",
                "sha256": "557d42778a6869c2162deb40ad82612645e21d79e11c1dc62c6e82a2220ffb04"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e0b850f9c20871cd65ecb35235688f4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 14832391,
            "upload_time": "2023-02-05T19:49:38",
            "upload_time_iso_8601": "2023-02-05T19:49:38.240564Z",
            "url": "https://files.pythonhosted.org/packages/17/57/82c3a9321f5dbcbdbe407476ea93dc4fabcadc819fd9baddf3511ddd5833/numpy-1.24.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff987b71cabcce208f8c67398e812068524e473a143342583d55955cbb92b463",
                "md5": "9a30452135ab0387b8ea9007e94e9f81",
                "sha256": "d0a2db9d20117bf523dde15858398e7c0858aadca7c0f088ac0d6edd360e9ad2"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a30452135ab0387b8ea9007e94e9f81",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 19779805,
            "upload_time": "2023-02-05T19:50:08",
            "upload_time_iso_8601": "2023-02-05T19:50:08.146637Z",
            "url": "https://files.pythonhosted.org/packages/ff/98/7b71cabcce208f8c67398e812068524e473a143342583d55955cbb92b463/numpy-1.24.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28e48acb46849784d2cefa383596299123d3f0330c627fa55c95bfd4a0ef5172",
                "md5": "bdd6eede4524a230574b37e1f631f2c0",
                "sha256": "c72a6b2f4af1adfe193f7beb91ddf708ff867a3f977ef2ec53c0ffb8283ab9f5"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bdd6eede4524a230574b37e1f631f2c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 13841261,
            "upload_time": "2023-02-05T19:50:29",
            "upload_time_iso_8601": "2023-02-05T19:50:29.547209Z",
            "url": "https://files.pythonhosted.org/packages/28/e4/8acb46849784d2cefa383596299123d3f0330c627fa55c95bfd4a0ef5172/numpy-1.24.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56164a1ccd05d4f77f78f64cb9cb9f3121edeeebd23d9264b0dcb903889f9c1e",
                "md5": "4f930a9030d77d45a1cb6f374c91fb53",
                "sha256": "c29e6bd0ec49a44d7690ecb623a8eac5ab8a923bce0bea6293953992edf3a76a"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4f930a9030d77d45a1cb6f374c91fb53",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 14037322,
            "upload_time": "2023-02-05T19:50:50",
            "upload_time_iso_8601": "2023-02-05T19:50:50.751002Z",
            "url": "https://files.pythonhosted.org/packages/56/16/4a1ccd05d4f77f78f64cb9cb9f3121edeeebd23d9264b0dcb903889f9c1e/numpy-1.24.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cee77768cade9607687fadbcc1dcbb82dba0554154b3aa641f9c17233ffabe8",
                "md5": "e77155c010f9dd63ea2815579a28c503",
                "sha256": "2eabd64ddb96a1239791da78fa5f4e1693ae2dadc82a76bc76a14cbb2b966e96"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e77155c010f9dd63ea2815579a28c503",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 17313700,
            "upload_time": "2023-02-05T19:51:16",
            "upload_time_iso_8601": "2023-02-05T19:51:16.123721Z",
            "url": "https://files.pythonhosted.org/packages/9c/ee/77768cade9607687fadbcc1dcbb82dba0554154b3aa641f9c17233ffabe8/numpy-1.24.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9806b576acc5098d31c135ad7acd38045169bdb19bfbfdf554d914b13929823",
                "md5": "1a45f4373945eaeabeaa4020ce04e8fd",
                "sha256": "e3ab5d32784e843fc0dd3ab6dcafc67ef806e6b6828dc6af2f689be0eb4d781d"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "1a45f4373945eaeabeaa4020ce04e8fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 12453562,
            "upload_time": "2023-02-05T19:51:35",
            "upload_time_iso_8601": "2023-02-05T19:51:35.164872Z",
            "url": "https://files.pythonhosted.org/packages/c9/80/6b576acc5098d31c135ad7acd38045169bdb19bfbfdf554d914b13929823/numpy-1.24.2-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf8c3d36cef521739bd481e9a5b30e5c0f9faf8b7fe7b904238368908a9d149d",
                "md5": "66e93d70fad16b4ccb4531e31aad36e3",
                "sha256": "76807b4063f0002c8532cfeac47a3068a69561e9c8715efdad3c642eb27c0756"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "66e93d70fad16b4ccb4531e31aad36e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 14866419,
            "upload_time": "2023-02-05T19:51:57",
            "upload_time_iso_8601": "2023-02-05T19:51:57.415817Z",
            "url": "https://files.pythonhosted.org/packages/bf/8c/3d36cef521739bd481e9a5b30e5c0f9faf8b7fe7b904238368908a9d149d/numpy-1.24.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cae0f719500114ec3d291718ddbb1bfc3d1db7f9adb17b5c69aa617fe95c17fc",
                "md5": "93a4984da83c6811367d3daf709ed25c",
                "sha256": "4199e7cfc307a778f72d293372736223e39ec9ac096ff0a2e64853b866a8e18a"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "93a4984da83c6811367d3daf709ed25c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 19815238,
            "upload_time": "2023-02-05T19:52:27",
            "upload_time_iso_8601": "2023-02-05T19:52:27.421150Z",
            "url": "https://files.pythonhosted.org/packages/ca/e0/f719500114ec3d291718ddbb1bfc3d1db7f9adb17b5c69aa617fe95c17fc/numpy-1.24.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3877b0afa98a670cb255f15155a856ef257a82aa0b72e435f5f58da31d9dc944",
                "md5": "e0281b96c490ba00f1382eb3984b4e51",
                "sha256": "adbdce121896fd3a17a77ab0b0b5eedf05a9834a18699db6829a64e1dfccca7f"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e0281b96c490ba00f1382eb3984b4e51",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 13877388,
            "upload_time": "2023-02-05T19:52:48",
            "upload_time_iso_8601": "2023-02-05T19:52:48.412624Z",
            "url": "https://files.pythonhosted.org/packages/38/77/b0afa98a670cb255f15155a856ef257a82aa0b72e435f5f58da31d9dc944/numpy-1.24.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba2b404f675b848033b23d688e5bdc55ec1d62b62f5568dda7f80edb147b637e",
                "md5": "ce97d81e4ae6e10241d471492391b1be",
                "sha256": "889b2cc88b837d86eda1b17008ebeb679d82875022200c6e8e4ce6cf549b7acb"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ce97d81e4ae6e10241d471492391b1be",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 14027896,
            "upload_time": "2023-02-05T19:53:09",
            "upload_time_iso_8601": "2023-02-05T19:53:09.903462Z",
            "url": "https://files.pythonhosted.org/packages/ba/2b/404f675b848033b23d688e5bdc55ec1d62b62f5568dda7f80edb147b637e/numpy-1.24.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4f445e6e3f7a23b9023554903a122c95585e9787f9403d386bafb7a95d24c9b",
                "md5": "0c0ea440190705f98abeaa856e7da690",
                "sha256": "f64bb98ac59b3ea3bf74b02f13836eb2e24e48e0ab0145bbda646295769bd780"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0c0ea440190705f98abeaa856e7da690",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 17308195,
            "upload_time": "2023-02-05T19:53:36",
            "upload_time_iso_8601": "2023-02-05T19:53:36.034884Z",
            "url": "https://files.pythonhosted.org/packages/f4/f4/45e6e3f7a23b9023554903a122c95585e9787f9403d386bafb7a95d24c9b/numpy-1.24.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5f8a775da630e8bacfd2650fea40ff82659dc8e7baa2f9e09e8e57fce2d1279",
                "md5": "c25f7fbb185f1b8f7761bc22082d9939",
                "sha256": "63e45511ee4d9d976637d11e6c9864eae50e12dc9598f531c035265991910468"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "c25f7fbb185f1b8f7761bc22082d9939",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 12452883,
            "upload_time": "2023-02-05T19:53:54",
            "upload_time_iso_8601": "2023-02-05T19:53:54.865918Z",
            "url": "https://files.pythonhosted.org/packages/b5/f8/a775da630e8bacfd2650fea40ff82659dc8e7baa2f9e09e8e57fce2d1279/numpy-1.24.2-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d3b13404993b5dec7403abcf9518569316b5d72d9a3081cd90aca130e6d8b00",
                "md5": "7705c6b0bcf22b5e64cf248144b2f554",
                "sha256": "a77d3e1163a7770164404607b7ba3967fb49b24782a6ef85d9b5f54126cc39e5"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7705c6b0bcf22b5e64cf248144b2f554",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 14865588,
            "upload_time": "2023-02-05T19:54:17",
            "upload_time_iso_8601": "2023-02-05T19:54:17.510672Z",
            "url": "https://files.pythonhosted.org/packages/9d/3b/13404993b5dec7403abcf9518569316b5d72d9a3081cd90aca130e6d8b00/numpy-1.24.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3831d6e5de945573bf865f05fd92144b4c08c895e4b23fcd9c5ee4955185333",
                "md5": "07b6361e36e0093b580dc05799b1f03d",
                "sha256": "92011118955724465fb6853def593cf397b4a1367495e0b59a7e69d40c4eb71d"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "07b6361e36e0093b580dc05799b1f03d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 19156735,
            "upload_time": "2023-02-05T19:54:45",
            "upload_time_iso_8601": "2023-02-05T19:54:45.453365Z",
            "url": "https://files.pythonhosted.org/packages/e3/83/1d6e5de945573bf865f05fd92144b4c08c895e4b23fcd9c5ee4955185333/numpy-1.24.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96d287a37d505439bb92dd516c882a701fcbcae0efd95d3f1900baef8d88de93",
                "md5": "4c1466ae486b39d1a35aacb46256ec1e",
                "sha256": "f9006288bcf4895917d02583cf3411f98631275bc67cce355a7f39f8c14338fa"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c1466ae486b39d1a35aacb46256ec1e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 16703317,
            "upload_time": "2023-02-05T19:55:10",
            "upload_time_iso_8601": "2023-02-05T19:55:10.418912Z",
            "url": "https://files.pythonhosted.org/packages/96/d2/87a37d505439bb92dd516c882a701fcbcae0efd95d3f1900baef8d88de93/numpy-1.24.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7a98efd41b9fd69b791ccdc9075b5f82c2770b5bb6b2f7c04a18346fe8b805d",
                "md5": "4fea9d95e0489d06c3a24a87697d2fc0",
                "sha256": "150947adbdfeceec4e5926d956a06865c1c690f2fd902efede4ca6fe2e657c3f"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4fea9d95e0489d06c3a24a87697d2fc0",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 14732575,
            "upload_time": "2023-02-05T19:55:32",
            "upload_time_iso_8601": "2023-02-05T19:55:32.719271Z",
            "url": "https://files.pythonhosted.org/packages/c7/a9/8efd41b9fd69b791ccdc9075b5f82c2770b5bb6b2f7c04a18346fe8b805d/numpy-1.24.2-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4a96704bb5e1d1d778d3a6ee1278a8d8134f0db160e09d52863a24edb58eab5",
                "md5": "c4212a8da1ecf17ece37e2afd0319806",
                "sha256": "003a9f530e880cb2cd177cba1af7220b9aa42def9c4afc2a2fc3ee6be7eb2b22"
            },
            "downloads": -1,
            "filename": "numpy-1.24.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c4212a8da1ecf17ece37e2afd0319806",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10906862,
            "upload_time": "2023-02-05T20:12:05",
            "upload_time_iso_8601": "2023-02-05T20:12:05.338864Z",
            "url": "https://files.pythonhosted.org/packages/e4/a9/6704bb5e1d1d778d3a6ee1278a8d8134f0db160e09d52863a24edb58eab5/numpy-1.24.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-05 20:12:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "numpy"
}
        
Elapsed time: 0.10276s