numba


Namenumba JSON
Version 0.60.0 PyPI version JSON
download
home_pagehttps://numba.pydata.org
Summarycompiling Python code using LLVM
upload_time2024-06-13 18:11:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            *****
Numba
*****

.. image:: https://badges.gitter.im/numba/numba.svg
   :target: https://gitter.im/numba/numba?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
   :alt: Gitter

.. image:: https://img.shields.io/badge/discuss-on%20discourse-blue
   :target: https://numba.discourse.group/
   :alt: Discourse

.. image:: https://zenodo.org/badge/3659275.svg
   :target: https://zenodo.org/badge/latestdoi/3659275
   :alt: Zenodo DOI

.. image:: https://img.shields.io/pypi/v/numba.svg
   :target: https://pypi.python.org/pypi/numba/
   :alt: PyPI

.. image:: https://dev.azure.com/numba/numba/_apis/build/status/numba.numba?branchName=main
    :target: https://dev.azure.com/numba/numba/_build/latest?definitionId=1?branchName=main
    :alt: Azure Pipelines

A Just-In-Time Compiler for Numerical Functions in Python
#########################################################

Numba is an open source, NumPy-aware optimizing compiler for Python sponsored
by Anaconda, Inc.  It uses the LLVM compiler project to generate machine code
from Python syntax.

Numba can compile a large subset of numerically-focused Python, including many
NumPy functions.  Additionally, Numba has support for automatic
parallelization of loops, generation of GPU-accelerated code, and creation of
ufuncs and C callbacks.

For more information about Numba, see the Numba homepage:
https://numba.pydata.org and the online documentation:
https://numba.readthedocs.io/en/stable/index.html

Installation
============

Please follow the instructions:

https://numba.readthedocs.io/en/stable/user/installing.html

Demo
====

Please have a look and the demo notebooks via the mybinder service:

https://mybinder.org/v2/gh/numba/numba-examples/master?filepath=notebooks

Contact
=======

Numba has a discourse forum for discussions:

* https://numba.discourse.group


            

Raw data

            {
    "_id": null,
    "home_page": "https://numba.pydata.org",
    "name": "numba",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3c/93/2849300a9184775ba274aba6f82f303343669b0592b7bb0849ea713dabb0/numba-0.60.0.tar.gz",
    "platform": null,
    "description": "*****\nNumba\n*****\n\n.. image:: https://badges.gitter.im/numba/numba.svg\n   :target: https://gitter.im/numba/numba?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge\n   :alt: Gitter\n\n.. image:: https://img.shields.io/badge/discuss-on%20discourse-blue\n   :target: https://numba.discourse.group/\n   :alt: Discourse\n\n.. image:: https://zenodo.org/badge/3659275.svg\n   :target: https://zenodo.org/badge/latestdoi/3659275\n   :alt: Zenodo DOI\n\n.. image:: https://img.shields.io/pypi/v/numba.svg\n   :target: https://pypi.python.org/pypi/numba/\n   :alt: PyPI\n\n.. image:: https://dev.azure.com/numba/numba/_apis/build/status/numba.numba?branchName=main\n    :target: https://dev.azure.com/numba/numba/_build/latest?definitionId=1?branchName=main\n    :alt: Azure Pipelines\n\nA Just-In-Time Compiler for Numerical Functions in Python\n#########################################################\n\nNumba is an open source, NumPy-aware optimizing compiler for Python sponsored\nby Anaconda, Inc.  It uses the LLVM compiler project to generate machine code\nfrom Python syntax.\n\nNumba can compile a large subset of numerically-focused Python, including many\nNumPy functions.  Additionally, Numba has support for automatic\nparallelization of loops, generation of GPU-accelerated code, and creation of\nufuncs and C callbacks.\n\nFor more information about Numba, see the Numba homepage:\nhttps://numba.pydata.org and the online documentation:\nhttps://numba.readthedocs.io/en/stable/index.html\n\nInstallation\n============\n\nPlease follow the instructions:\n\nhttps://numba.readthedocs.io/en/stable/user/installing.html\n\nDemo\n====\n\nPlease have a look and the demo notebooks via the mybinder service:\n\nhttps://mybinder.org/v2/gh/numba/numba-examples/master?filepath=notebooks\n\nContact\n=======\n\nNumba has a discourse forum for discussions:\n\n* https://numba.discourse.group\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "compiling Python code using LLVM",
    "version": "0.60.0",
    "project_urls": {
        "Homepage": "https://numba.pydata.org"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7cfbaa13a7e3556d73d9e38021e6d6aa4aeb30d8b94545aa8b70d0f24a1ccc4",
                "md5": "0fd1b1fea7ba6fc59590f73cbe8634de",
                "sha256": "5d761de835cd38fb400d2c26bb103a2726f548dc30368853121d66201672e651"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0fd1b1fea7ba6fc59590f73cbe8634de",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2647627,
            "upload_time": "2024-06-13T18:10:29",
            "upload_time_iso_8601": "2024-06-13T18:10:29.857678Z",
            "url": "https://files.pythonhosted.org/packages/f7/cf/baa13a7e3556d73d9e38021e6d6aa4aeb30d8b94545aa8b70d0f24a1ccc4/numba-0.60.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acba4b57fa498564457c3cc9fc9e570a6b08e6086c74220f24baaf04e54b995f",
                "md5": "d6a66cc95bae8153c65a1b3855aeda08",
                "sha256": "159e618ef213fba758837f9837fb402bbe65326e60ba0633dbe6c7f274d42c1b"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d6a66cc95bae8153c65a1b3855aeda08",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2650322,
            "upload_time": "2024-06-13T18:10:32",
            "upload_time_iso_8601": "2024-06-13T18:10:32.849084Z",
            "url": "https://files.pythonhosted.org/packages/ac/ba/4b57fa498564457c3cc9fc9e570a6b08e6086c74220f24baaf04e54b995f/numba-0.60.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28987ea97ee75870a54f938a8c70f7e0be4495ba5349c5f9db09d467c4a5d5b7",
                "md5": "c48134d19b494d84654fd80ef02d2639",
                "sha256": "1527dc578b95c7c4ff248792ec33d097ba6bef9eda466c948b68dfc995c25781"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c48134d19b494d84654fd80ef02d2639",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3407390,
            "upload_time": "2024-06-13T18:10:34",
            "upload_time_iso_8601": "2024-06-13T18:10:34.741997Z",
            "url": "https://files.pythonhosted.org/packages/28/98/7ea97ee75870a54f938a8c70f7e0be4495ba5349c5f9db09d467c4a5d5b7/numba-0.60.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7958cb4ac5b8f7ec64200460aef1fed88258fb872ceef504ab1f989d2ff0f684",
                "md5": "4c3a5872ef33756cdaed1bd3d82a3982",
                "sha256": "fe0b28abb8d70f8160798f4de9d486143200f34458d34c4a214114e445d7124e"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c3a5872ef33756cdaed1bd3d82a3982",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3699694,
            "upload_time": "2024-06-13T18:10:37",
            "upload_time_iso_8601": "2024-06-13T18:10:37.295776Z",
            "url": "https://files.pythonhosted.org/packages/79/58/cb4ac5b8f7ec64200460aef1fed88258fb872ceef504ab1f989d2ff0f684/numba-0.60.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cb0c61a93ca947d12233ff45de506ddbf52af3f752066a0b8be4d27426e16da",
                "md5": "da8da44bc7551673ba8d62e3180c4fdb",
                "sha256": "19407ced081d7e2e4b8d8c36aa57b7452e0283871c296e12d798852bc7d7f198"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "da8da44bc7551673ba8d62e3180c4fdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2687030,
            "upload_time": "2024-06-13T18:10:39",
            "upload_time_iso_8601": "2024-06-13T18:10:39.470880Z",
            "url": "https://files.pythonhosted.org/packages/1c/b0/c61a93ca947d12233ff45de506ddbf52af3f752066a0b8be4d27426e16da/numba-0.60.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98addf18d492a8f00d29a30db307904b9b296e37507034eedb523876f3a2e13e",
                "md5": "0f96b0fdd133a99497264fb098e639e3",
                "sha256": "a17b70fc9e380ee29c42717e8cc0bfaa5556c416d94f9aa96ba13acb41bdece8"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0f96b0fdd133a99497264fb098e639e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2647254,
            "upload_time": "2024-06-13T18:10:41",
            "upload_time_iso_8601": "2024-06-13T18:10:41.690027Z",
            "url": "https://files.pythonhosted.org/packages/98/ad/df18d492a8f00d29a30db307904b9b296e37507034eedb523876f3a2e13e/numba-0.60.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a51a4dc2c01ce7a850b8e56ff6d5381d047a5daea83d12bad08aa071d34b2ee",
                "md5": "09a7c3350bc745303fe5928c79fe308c",
                "sha256": "3fb02b344a2a80efa6f677aa5c40cd5dd452e1b35f8d1c2af0dfd9ada9978e4b"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "09a7c3350bc745303fe5928c79fe308c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2649970,
            "upload_time": "2024-06-13T18:10:44",
            "upload_time_iso_8601": "2024-06-13T18:10:44.682243Z",
            "url": "https://files.pythonhosted.org/packages/9a/51/a4dc2c01ce7a850b8e56ff6d5381d047a5daea83d12bad08aa071d34b2ee/numba-0.60.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f94c8889ac94c0b33dca80bed11564b8c6d9ea14d7f094e674c58e5c5b05859b",
                "md5": "2d7adc04d8761d2087c28fc01c54c888",
                "sha256": "5f4fde652ea604ea3c86508a3fb31556a6157b2c76c8b51b1d45eb40c8598703"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2d7adc04d8761d2087c28fc01c54c888",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3412492,
            "upload_time": "2024-06-13T18:10:47",
            "upload_time_iso_8601": "2024-06-13T18:10:47.100149Z",
            "url": "https://files.pythonhosted.org/packages/f9/4c/8889ac94c0b33dca80bed11564b8c6d9ea14d7f094e674c58e5c5b05859b/numba-0.60.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57032b4245b05b71c0cee667e6a0b51606dfa7f4157c9093d71c6b208385a611",
                "md5": "95e356dee2a34337aa1ab844924832e7",
                "sha256": "4142d7ac0210cc86432b818338a2bc368dc773a2f5cf1e32ff7c5b378bd63ee8"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "95e356dee2a34337aa1ab844924832e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3705018,
            "upload_time": "2024-06-13T18:10:49",
            "upload_time_iso_8601": "2024-06-13T18:10:49.539978Z",
            "url": "https://files.pythonhosted.org/packages/57/03/2b4245b05b71c0cee667e6a0b51606dfa7f4157c9093d71c6b208385a611/numba-0.60.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79892d924ca60dbf949f18a6fec223a2445f5f428d9a5f97a6b29c2122319015",
                "md5": "c447b3823acf7e551dac28c3683f2cb7",
                "sha256": "cac02c041e9b5bc8cf8f2034ff6f0dbafccd1ae9590dc146b3a02a45e53af4e2"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c447b3823acf7e551dac28c3683f2cb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2686920,
            "upload_time": "2024-06-13T18:10:51",
            "upload_time_iso_8601": "2024-06-13T18:10:51.937205Z",
            "url": "https://files.pythonhosted.org/packages/79/89/2d924ca60dbf949f18a6fec223a2445f5f428d9a5f97a6b29c2122319015/numba-0.60.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb5cb5ec752c475e78a6c3676b67c514220dbde2725896bbb0b6ec6ea54b2738",
                "md5": "5a086e670794f473897ef09f72f2bf61",
                "sha256": "d7da4098db31182fc5ffe4bc42c6f24cd7d1cb8a14b59fd755bfee32e34b8404"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5a086e670794f473897ef09f72f2bf61",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2647866,
            "upload_time": "2024-06-13T18:10:54",
            "upload_time_iso_8601": "2024-06-13T18:10:54.453267Z",
            "url": "https://files.pythonhosted.org/packages/eb/5c/b5ec752c475e78a6c3676b67c514220dbde2725896bbb0b6ec6ea54b2738/numba-0.60.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "654239559664b2e7c15689a638c2a38b3b74c6e69a04e2b3019b9f7742479188",
                "md5": "9a995d48d8d2e2f92c5051f2fd26bee0",
                "sha256": "38d6ea4c1f56417076ecf8fc327c831ae793282e0ff51080c5094cb726507b1c"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9a995d48d8d2e2f92c5051f2fd26bee0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2650208,
            "upload_time": "2024-06-13T18:10:56",
            "upload_time_iso_8601": "2024-06-13T18:10:56.779374Z",
            "url": "https://files.pythonhosted.org/packages/65/42/39559664b2e7c15689a638c2a38b3b74c6e69a04e2b3019b9f7742479188/numba-0.60.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6788c4459ccc05674ef02119abf2888ccd3e2fed12a323f52255f4982fc95876",
                "md5": "e5518875864c742d368ec9a1fe98ae7c",
                "sha256": "62908d29fb6a3229c242e981ca27e32a6e606cc253fc9e8faeb0e48760de241e"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e5518875864c742d368ec9a1fe98ae7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3466946,
            "upload_time": "2024-06-13T18:10:58",
            "upload_time_iso_8601": "2024-06-13T18:10:58.961284Z",
            "url": "https://files.pythonhosted.org/packages/67/88/c4459ccc05674ef02119abf2888ccd3e2fed12a323f52255f4982fc95876/numba-0.60.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b41ac11cf33524def12aa5bd698226ae196a1185831c05ed29dc0c56eaa308b",
                "md5": "dcb7b0efc7d532cc83ab3c7b34c2f600",
                "sha256": "0ebaa91538e996f708f1ab30ef4d3ddc344b64b5227b67a57aa74f401bb68b9d"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dcb7b0efc7d532cc83ab3c7b34c2f600",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3761463,
            "upload_time": "2024-06-13T18:11:01",
            "upload_time_iso_8601": "2024-06-13T18:11:01.657081Z",
            "url": "https://files.pythonhosted.org/packages/8b/41/ac11cf33524def12aa5bd698226ae196a1185831c05ed29dc0c56eaa308b/numba-0.60.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cabd0fe29fcd1b6a8de479a4ed25c6e56470e467e3611c079d55869ceef2b6d1",
                "md5": "404e950f969610faca10e7db4167f4cd",
                "sha256": "f75262e8fe7fa96db1dca93d53a194a38c46da28b112b8a4aca168f0df860347"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "404e950f969610faca10e7db4167f4cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2707588,
            "upload_time": "2024-06-13T18:11:04",
            "upload_time_iso_8601": "2024-06-13T18:11:04.261776Z",
            "url": "https://files.pythonhosted.org/packages/ca/bd/0fe29fcd1b6a8de479a4ed25c6e56470e467e3611c079d55869ceef2b6d1/numba-0.60.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "681a87c53f836cdf557083248c3f47212271f220280ff766538795e77c8c6bbf",
                "md5": "a4a1f05b911fe796da37d61400244427",
                "sha256": "01ef4cd7d83abe087d644eaa3d95831b777aa21d441a23703d649e06b8e06b74"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a4a1f05b911fe796da37d61400244427",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2647186,
            "upload_time": "2024-06-13T18:11:06",
            "upload_time_iso_8601": "2024-06-13T18:11:06.753835Z",
            "url": "https://files.pythonhosted.org/packages/68/1a/87c53f836cdf557083248c3f47212271f220280ff766538795e77c8c6bbf/numba-0.60.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2814a5baa1f2edea7b49afa4dc1bb1b126645198cf1075186853b5b497be826e",
                "md5": "d19330ac6886fa1cb42c5bdf6272404c",
                "sha256": "819a3dfd4630d95fd574036f99e47212a1af41cbcb019bf8afac63ff56834449"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d19330ac6886fa1cb42c5bdf6272404c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2650038,
            "upload_time": "2024-06-13T18:11:10",
            "upload_time_iso_8601": "2024-06-13T18:11:10.869479Z",
            "url": "https://files.pythonhosted.org/packages/28/14/a5baa1f2edea7b49afa4dc1bb1b126645198cf1075186853b5b497be826e/numba-0.60.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bbdf1985719ff34e37e07bb18f9d3acd17e5a21da255f550c8eae031e2ddf5f",
                "md5": "2798659d0738d888e3e8bfd075146b0f",
                "sha256": "0b983bd6ad82fe868493012487f34eae8bf7dd94654951404114f23c3466d34b"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2798659d0738d888e3e8bfd075146b0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3403010,
            "upload_time": "2024-06-13T18:11:13",
            "upload_time_iso_8601": "2024-06-13T18:11:13.057916Z",
            "url": "https://files.pythonhosted.org/packages/3b/bd/f1985719ff34e37e07bb18f9d3acd17e5a21da255f550c8eae031e2ddf5f/numba-0.60.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "549bcd73d3f6617ddc8398a63ef97d8dc9139a9879b9ca8a7ca4b8789056ea46",
                "md5": "6af8ef205be7fd15fcf174c16e3efab8",
                "sha256": "c151748cd269ddeab66334bd754817ffc0cabd9433acb0f551697e5151917d25"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6af8ef205be7fd15fcf174c16e3efab8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3695086,
            "upload_time": "2024-06-13T18:11:15",
            "upload_time_iso_8601": "2024-06-13T18:11:15.497261Z",
            "url": "https://files.pythonhosted.org/packages/54/9b/cd73d3f6617ddc8398a63ef97d8dc9139a9879b9ca8a7ca4b8789056ea46/numba-0.60.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01018b7b670c77c5ea0e47e283d82332969bf672ab6410d0b2610cac5b7a3ded",
                "md5": "c18258844b61da632d54e16c4f6b531f",
                "sha256": "3031547a015710140e8c87226b4cfe927cac199835e5bf7d4fe5cb64e814e3ab"
            },
            "downloads": -1,
            "filename": "numba-0.60.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c18258844b61da632d54e16c4f6b531f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2686978,
            "upload_time": "2024-06-13T18:11:17",
            "upload_time_iso_8601": "2024-06-13T18:11:17.765713Z",
            "url": "https://files.pythonhosted.org/packages/01/01/8b7b670c77c5ea0e47e283d82332969bf672ab6410d0b2610cac5b7a3ded/numba-0.60.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c932849300a9184775ba274aba6f82f303343669b0592b7bb0849ea713dabb0",
                "md5": "c9fade951b89827991536fa019b4496d",
                "sha256": "5df6158e5584eece5fc83294b949fd30b9f1125df7708862205217e068aabf16"
            },
            "downloads": -1,
            "filename": "numba-0.60.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c9fade951b89827991536fa019b4496d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2702171,
            "upload_time": "2024-06-13T18:11:19",
            "upload_time_iso_8601": "2024-06-13T18:11:19.869550Z",
            "url": "https://files.pythonhosted.org/packages/3c/93/2849300a9184775ba274aba6f82f303343669b0592b7bb0849ea713dabb0/numba-0.60.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-13 18:11:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "numba"
}
        
Elapsed time: 0.44807s