daal4py


Namedaal4py JSON
Version 2024.3.0 PyPI version JSON
download
home_pagehttps://github.com/IntelPython/daal4py
SummaryIntel® oneAPI Data Analytics Library
upload_time2024-04-11 13:21:33
maintainerNone
docs_urlNone
authorIntel Corporation
requires_python>=3.7
licenseApache-2.0
keywords machine learning scikit-learn data science data analytics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# daal4py - A Convenient Python API to the Intel(R) oneAPI Data Analytics Library
[![Build Status](https://dev.azure.com/daal/daal4py/_apis/build/status/CI?branchName=master)](https://dev.azure.com/daal/daal4py/_build/latest?definitionId=9&branchName=master)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/21716/badge.svg)](https://scan.coverity.com/projects/daal4py)
[![Join the community on GitHub Discussions](https://badgen.net/badge/join%20the%20discussion/on%20github/black?icon=github)](https://github.com/intel/scikit-learn-intelex/discussions)
[![PyPI Version](https://img.shields.io/pypi/v/daal4py)](https://pypi.org/project/daal4py/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/daal4py)](https://anaconda.org/conda-forge/daal4py)


A simplified API to Intel(R) oneAPI Data Analytics Library that allows for fast usage of the framework suited for Data Scientists or Machine Learning users.  Built to help provide an abstraction to Intel(R) oneAPI Data Analytics Library for either direct usage or integration into one's own framework.

## 👀 Follow us on Medium

We publish blogs on Medium, so [follow us](https://medium.com/intel-analytics-software/tagged/machine-learning) to learn tips and tricks for more efficient data analysis the help of daal4py. Here are our latest blogs:

- [From Hours to Minutes: 600x Faster SVM](https://medium.com/intel-analytics-software/from-hours-to-minutes-600x-faster-svm-647f904c31ae)
- [Improve the Performance of XGBoost and LightGBM Inference](https://medium.com/intel-analytics-software/improving-the-performance-of-xgboost-and-lightgbm-inference-3b542c03447e)
- [Accelerate Kaggle Challenges Using Intel AI Analytics Toolkit](https://medium.com/intel-analytics-software/accelerate-kaggle-challenges-using-intel-ai-analytics-toolkit-beb148f66d5a)
- [Accelerate Your scikit-learn Applications](https://medium.com/intel-analytics-software/improving-the-performance-of-xgboost-and-lightgbm-inference-3b542c03447e)
- [Accelerate Linear Models for Machine Learning](https://medium.com/intel-analytics-software/accelerating-linear-models-for-machine-learning-5a75ff50a0fe)
- [Accelerate K-Means Clustering](https://medium.com/intel-analytics-software/accelerate-k-means-clustering-6385088788a1)

## 🔗 Important links
- [Documentation](https://intelpython.github.io/daal4py/)
- [scikit-learn API and patching](https://intelpython.github.io/daal4py/sklearn.html)
- [Building from Sources](https://github.com/IntelPython/daal4py/blob/master/daal4py/INSTALL.md)
- [About Intel(R) oneAPI Data Analytics Library](https://github.com/oneapi-src/oneDAL)

## 💬 Support

Report issues, ask questions, and provide suggestions using:

- [GitHub Issues](https://github.com/intel/scikit-learn-intelex/issues)
- [GitHub Discussions](https://github.com/intel/scikit-learn-intelex/discussions)
- [Forum](https://community.intel.com/t5/Intel-Distribution-for-Python/bd-p/distribution-python)

You may reach out to project maintainers privately at onedal.maintainers@intel.com

# 🛠 Installation
daal4py is available at the [Python Package Index](https://pypi.org/project/daal4py/),
on Anaconda Cloud in [Conda-Forge channel](https://anaconda.org/conda-forge/daal4py)
and in [Intel channel](https://anaconda.org/intel/daal4py).

```bash
# PyPI (recommended by default)
pip install daal4py
```

```bash
# Anaconda Cloud from Conda-Forge channel (recommended for conda users by default)
conda install daal4py -c conda-forge
```

```bash
# Anaconda Cloud from Intel channel (recommended for Intel® Distribution for Python users)
conda install daal4py -c intel
```

<details><summary>[Click to expand] ℹ️ Supported configurations </summary>

#### 📦 PyPi channel

| OS / Python version     | **Python 3.6** | **Python 3.7** | **Python 3.8**| **Python 3.9**|
| :-----------------------| :------------: | :-------------:| :------------:| :------------:|
|    **Linux**            |    [CPU, GPU]  |  [CPU, GPU]    |   [CPU, GPU]  |  [CPU, GPU]|  |
|    **Windows**          |    [CPU, GPU]  |  [CPU, GPU]    |   [CPU, GPU]  |  [CPU, GPU]|  |
|    **OsX**              |    [CPU]       |  [CPU]         |    [CPU]      |    [CPU]      |

#### 📦 Anaconda Cloud: Conda-Forge channel

| OS / Python version     | **Python 3.6** | **Python 3.7** | **Python 3.8**| **Python 3.9**|
| :-----------------------| :------------: | :------------: | :------------:| :------------:|
|    **Linux**            |   [CPU]        |   [CPU]        |     [CPU]     |     [CPU]     |
|    **Windows**          |   [CPU]        |   [CPU]        |     [CPU]     |     [CPU]     |
|    **OsX**              |   ❌           |     ❌        |     ❌        |       ❌     |

#### 📦 Anaconda Cloud: Intel channel

| OS / Python version     | **Python 3.6** | **Python 3.7** | **Python 3.8**| **Python 3.9**|
| :-----------------------| :------------: | :-------------:| :------------:| :------------:|
|    **Linux**            |   ❌          |     [CPU, GPU]  |     ❌       |      ❌       |
|    **Windows**          |   ❌          |     [CPU, GPU]  |     ❌       |      ❌       |
|    **OsX**              |   ❌          |     [CPU]       |     ❌       |      ❌       |

</details>

You can [build daal4py from sources](https://github.com/intel/scikit-learn-intelex/blob/master/daal4py/INSTALL.md) as well.


# ⚠️ Scikit-learn patching

Scikit-learn patching functionality in daal4py was deprecated and moved to a separate package - [Intel(R) Extension for Scikit-learn*](https://github.com/intel/scikit-learn-intelex). All future updates for the patching will be available in Intel(R) Extension for Scikit-learn only. Please use the package instead of daal4py for the Scikit-learn acceleration.




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IntelPython/daal4py",
    "name": "daal4py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "onedal.maintainers@intel.com",
    "keywords": "machine learning, scikit-learn, data science, data analytics",
    "author": "Intel Corporation",
    "author_email": "scripting@intel.com",
    "download_url": null,
    "platform": null,
    "description": "\n# daal4py - A Convenient Python API to the Intel(R) oneAPI Data Analytics Library\n[![Build Status](https://dev.azure.com/daal/daal4py/_apis/build/status/CI?branchName=master)](https://dev.azure.com/daal/daal4py/_build/latest?definitionId=9&branchName=master)\n[![Coverity Scan Build Status](https://scan.coverity.com/projects/21716/badge.svg)](https://scan.coverity.com/projects/daal4py)\n[![Join the community on GitHub Discussions](https://badgen.net/badge/join%20the%20discussion/on%20github/black?icon=github)](https://github.com/intel/scikit-learn-intelex/discussions)\n[![PyPI Version](https://img.shields.io/pypi/v/daal4py)](https://pypi.org/project/daal4py/)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/daal4py)](https://anaconda.org/conda-forge/daal4py)\n\n\nA simplified API to Intel(R) oneAPI Data Analytics Library that allows for fast usage of the framework suited for Data Scientists or Machine Learning users.  Built to help provide an abstraction to Intel(R) oneAPI Data Analytics Library for either direct usage or integration into one's own framework.\n\n## \ud83d\udc40 Follow us on Medium\n\nWe publish blogs on Medium, so [follow us](https://medium.com/intel-analytics-software/tagged/machine-learning) to learn tips and tricks for more efficient data analysis the help of daal4py. Here are our latest blogs:\n\n- [From Hours to Minutes: 600x Faster SVM](https://medium.com/intel-analytics-software/from-hours-to-minutes-600x-faster-svm-647f904c31ae)\n- [Improve the Performance of XGBoost and LightGBM Inference](https://medium.com/intel-analytics-software/improving-the-performance-of-xgboost-and-lightgbm-inference-3b542c03447e)\n- [Accelerate Kaggle Challenges Using Intel AI Analytics Toolkit](https://medium.com/intel-analytics-software/accelerate-kaggle-challenges-using-intel-ai-analytics-toolkit-beb148f66d5a)\n- [Accelerate Your scikit-learn Applications](https://medium.com/intel-analytics-software/improving-the-performance-of-xgboost-and-lightgbm-inference-3b542c03447e)\n- [Accelerate Linear Models for Machine Learning](https://medium.com/intel-analytics-software/accelerating-linear-models-for-machine-learning-5a75ff50a0fe)\n- [Accelerate K-Means Clustering](https://medium.com/intel-analytics-software/accelerate-k-means-clustering-6385088788a1)\n\n## \ud83d\udd17 Important links\n- [Documentation](https://intelpython.github.io/daal4py/)\n- [scikit-learn API and patching](https://intelpython.github.io/daal4py/sklearn.html)\n- [Building from Sources](https://github.com/IntelPython/daal4py/blob/master/daal4py/INSTALL.md)\n- [About Intel(R) oneAPI Data Analytics Library](https://github.com/oneapi-src/oneDAL)\n\n## \ud83d\udcac Support\n\nReport issues, ask questions, and provide suggestions using:\n\n- [GitHub Issues](https://github.com/intel/scikit-learn-intelex/issues)\n- [GitHub Discussions](https://github.com/intel/scikit-learn-intelex/discussions)\n- [Forum](https://community.intel.com/t5/Intel-Distribution-for-Python/bd-p/distribution-python)\n\nYou may reach out to project maintainers privately at onedal.maintainers@intel.com\n\n# \ud83d\udee0 Installation\ndaal4py is available at the [Python Package Index](https://pypi.org/project/daal4py/),\non Anaconda Cloud in [Conda-Forge channel](https://anaconda.org/conda-forge/daal4py)\nand in [Intel channel](https://anaconda.org/intel/daal4py).\n\n```bash\n# PyPI (recommended by default)\npip install daal4py\n```\n\n```bash\n#\u00a0Anaconda Cloud from Conda-Forge channel (recommended for conda users by default)\nconda install daal4py -c conda-forge\n```\n\n```bash\n#\u00a0Anaconda Cloud from Intel channel (recommended for Intel\u00ae Distribution for Python users)\nconda install daal4py -c intel\n```\n\n<details><summary>[Click to expand] \u2139\ufe0f Supported configurations </summary>\n\n#### \ud83d\udce6 PyPi channel\n\n| OS / Python version     | **Python 3.6** | **Python 3.7** | **Python 3.8**| **Python 3.9**|\n| :-----------------------| :------------: | :-------------:| :------------:| :------------:|\n|    **Linux**            |    [CPU, GPU]  |  [CPU, GPU]    |   [CPU, GPU]  |  [CPU, GPU]|  |\n|    **Windows**          |    [CPU, GPU]  |  [CPU, GPU]    |   [CPU, GPU]  |  [CPU, GPU]|  |\n|    **OsX**              |    [CPU]       |  [CPU]         |    [CPU]      |    [CPU]      |\n\n#### \ud83d\udce6 Anaconda Cloud: Conda-Forge channel\n\n| OS / Python version     | **Python 3.6** | **Python 3.7** | **Python 3.8**| **Python 3.9**|\n| :-----------------------| :------------: | :------------: | :------------:| :------------:|\n|    **Linux**            |   [CPU]        |   [CPU]        |     [CPU]     |     [CPU]     |\n|    **Windows**          |   [CPU]        |   [CPU]        |     [CPU]     |     [CPU]     |\n|    **OsX**              |   \u274c           |     \u274c        |     \u274c        |       \u274c     |\n\n#### \ud83d\udce6 Anaconda Cloud: Intel channel\n\n| OS / Python version     | **Python 3.6** | **Python 3.7** | **Python 3.8**| **Python 3.9**|\n| :-----------------------| :------------: | :-------------:| :------------:| :------------:|\n|    **Linux**            |   \u274c          |     [CPU, GPU]  |     \u274c       |      \u274c       |\n|    **Windows**          |   \u274c          |     [CPU, GPU]  |     \u274c       |      \u274c       |\n|    **OsX**              |   \u274c          |     [CPU]       |     \u274c       |      \u274c       |\n\n</details>\n\nYou can [build daal4py from sources](https://github.com/intel/scikit-learn-intelex/blob/master/daal4py/INSTALL.md) as well.\n\n\n# \u26a0\ufe0f Scikit-learn patching\n\nScikit-learn patching functionality in daal4py was deprecated and moved to a separate package - [Intel(R) Extension for Scikit-learn*](https://github.com/intel/scikit-learn-intelex). All future updates for the patching will be available in Intel(R) Extension for Scikit-learn only. Please use the package instead of daal4py for the Scikit-learn acceleration.\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Intel\u00ae oneAPI Data Analytics Library",
    "version": "2024.3.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/IntelPython/daal4py/issues",
        "Documentation": "https://intelpython.github.io/daal4py/",
        "Homepage": "https://github.com/IntelPython/daal4py",
        "Source Code": "https://github.com/IntelPython/daal4py"
    },
    "split_keywords": [
        "machine learning",
        " scikit-learn",
        " data science",
        " data analytics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eab85df007c3827812603d3fa94d8fa7bd7586e60ad6e6dc29c0a335751eb82",
                "md5": "10428563a424791bc0493d937b2b5aa5",
                "sha256": "78e0e69356feb092a79ff9be0870c4a54313fc010c6e9c1ade884e09f5ee3bf6"
            },
            "downloads": -1,
            "filename": "daal4py-2024.3.0-py310-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "10428563a424791bc0493d937b2b5aa5",
            "packagetype": "bdist_wheel",
            "python_version": "py310",
            "requires_python": ">=3.7",
            "size": 10502210,
            "upload_time": "2024-04-11T13:21:33",
            "upload_time_iso_8601": "2024-04-11T13:21:33.941318Z",
            "url": "https://files.pythonhosted.org/packages/5e/ab/85df007c3827812603d3fa94d8fa7bd7586e60ad6e6dc29c0a335751eb82/daal4py-2024.3.0-py310-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "243b6deaf5d67b9504d930d8cd6f2386dac69ec565ada985f3361b3d46965690",
                "md5": "4ce53cea371ad0c330dc65d6151bd5e6",
                "sha256": "5ec19e16fa02a6920759e38e9208c5504126bd5bd8e0884310b972de3abfb5cd"
            },
            "downloads": -1,
            "filename": "daal4py-2024.3.0-py310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4ce53cea371ad0c330dc65d6151bd5e6",
            "packagetype": "bdist_wheel",
            "python_version": "py310",
            "requires_python": ">=3.7",
            "size": 7681953,
            "upload_time": "2024-04-11T13:19:22",
            "upload_time_iso_8601": "2024-04-11T13:19:22.316567Z",
            "url": "https://files.pythonhosted.org/packages/24/3b/6deaf5d67b9504d930d8cd6f2386dac69ec565ada985f3361b3d46965690/daal4py-2024.3.0-py310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cef25808481d5081168b1bbecb8cad7aeebcd8603e47c3bf465b1b3fbac79a15",
                "md5": "4913bc01264e299fc0b413087921d67a",
                "sha256": "237cfca2e54bce8ae645237279a85fe939143a4c1dec37dd1b38bb4ab3255d70"
            },
            "downloads": -1,
            "filename": "daal4py-2024.3.0-py311-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4913bc01264e299fc0b413087921d67a",
            "packagetype": "bdist_wheel",
            "python_version": "py311",
            "requires_python": ">=3.7",
            "size": 10443774,
            "upload_time": "2024-04-11T13:22:21",
            "upload_time_iso_8601": "2024-04-11T13:22:21.439002Z",
            "url": "https://files.pythonhosted.org/packages/ce/f2/5808481d5081168b1bbecb8cad7aeebcd8603e47c3bf465b1b3fbac79a15/daal4py-2024.3.0-py311-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51a51a7637629ad6c67c6fc3e6982b3619afb1e6e9baa0a77ea0f89635367393",
                "md5": "512799fa3c01b1d20b45ed5163a9424c",
                "sha256": "2d6eb248448fc6c8f118185879e297965a8764fbacfe32480f05f312ef2c8af5"
            },
            "downloads": -1,
            "filename": "daal4py-2024.3.0-py311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "512799fa3c01b1d20b45ed5163a9424c",
            "packagetype": "bdist_wheel",
            "python_version": "py311",
            "requires_python": ">=3.7",
            "size": 7686796,
            "upload_time": "2024-04-11T13:20:08",
            "upload_time_iso_8601": "2024-04-11T13:20:08.332469Z",
            "url": "https://files.pythonhosted.org/packages/51/a5/1a7637629ad6c67c6fc3e6982b3619afb1e6e9baa0a77ea0f89635367393/daal4py-2024.3.0-py311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b33ae745f6b53449d899908ac01cee5952cf3eb5aab9bbce520ad8a86b620671",
                "md5": "9c1d57f85f5cde4e71929b1839f38b9d",
                "sha256": "62fa37211e6786aeef6d53436cbc3a2c35182c7eab2db68e3814c6e1ac6d74b4"
            },
            "downloads": -1,
            "filename": "daal4py-2024.3.0-py312-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9c1d57f85f5cde4e71929b1839f38b9d",
            "packagetype": "bdist_wheel",
            "python_version": "py312",
            "requires_python": ">=3.7",
            "size": 10468934,
            "upload_time": "2024-04-11T13:21:29",
            "upload_time_iso_8601": "2024-04-11T13:21:29.520362Z",
            "url": "https://files.pythonhosted.org/packages/b3/3a/e745f6b53449d899908ac01cee5952cf3eb5aab9bbce520ad8a86b620671/daal4py-2024.3.0-py312-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2716b7c380621e251b2e097a04d7dad3564e449324ee21db174594aa8dee8f3c",
                "md5": "917b0349423bfd9a61fd052fb094d06c",
                "sha256": "b77bf45ed92b6ae0ed7c4b2224f76575dc7cf9592d164d6713a729b987114e92"
            },
            "downloads": -1,
            "filename": "daal4py-2024.3.0-py312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "917b0349423bfd9a61fd052fb094d06c",
            "packagetype": "bdist_wheel",
            "python_version": "py312",
            "requires_python": ">=3.7",
            "size": 7792300,
            "upload_time": "2024-04-11T13:20:46",
            "upload_time_iso_8601": "2024-04-11T13:20:46.573902Z",
            "url": "https://files.pythonhosted.org/packages/27/16/b7c380621e251b2e097a04d7dad3564e449324ee21db174594aa8dee8f3c/daal4py-2024.3.0-py312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "267098d39172a6fb981f15aeee5a42a25210891baf77c6f0d9a6e8b00fd9b8f0",
                "md5": "51b9d4444ba17d5c96afe1f8ced0d7d0",
                "sha256": "542edd0fdcd216433e448f4e34a74c854626cd130b4a02945d39cf9d4769a9ce"
            },
            "downloads": -1,
            "filename": "daal4py-2024.3.0-py38-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "51b9d4444ba17d5c96afe1f8ced0d7d0",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": ">=3.7",
            "size": 10437906,
            "upload_time": "2024-04-11T13:20:55",
            "upload_time_iso_8601": "2024-04-11T13:20:55.871384Z",
            "url": "https://files.pythonhosted.org/packages/26/70/98d39172a6fb981f15aeee5a42a25210891baf77c6f0d9a6e8b00fd9b8f0/daal4py-2024.3.0-py38-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a550644a2b2144c5d2a650eda56677d1a7fd187d5b0d153a3b230a313b3fdc49",
                "md5": "fcba60633b391ae5ef69898120bc88c6",
                "sha256": "0276a489b3030ece40299ce2ee7ed942a8054b5ee77b0899b368337799dc1ab4"
            },
            "downloads": -1,
            "filename": "daal4py-2024.3.0-py38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fcba60633b391ae5ef69898120bc88c6",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": ">=3.7",
            "size": 7699798,
            "upload_time": "2024-04-11T13:20:32",
            "upload_time_iso_8601": "2024-04-11T13:20:32.432060Z",
            "url": "https://files.pythonhosted.org/packages/a5/50/644a2b2144c5d2a650eda56677d1a7fd187d5b0d153a3b230a313b3fdc49/daal4py-2024.3.0-py38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "995e2ed7440732c526fb717596913ac5ca1c655ecd20cb29d705ef1acbfd1f00",
                "md5": "0175d248713935b28cf5541b84289e5a",
                "sha256": "ed6b18a6019f1d41d61c43b48729ddc746b8d25b92b30cb3629ec0f7e3baa80a"
            },
            "downloads": -1,
            "filename": "daal4py-2024.3.0-py39-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0175d248713935b28cf5541b84289e5a",
            "packagetype": "bdist_wheel",
            "python_version": "py39",
            "requires_python": ">=3.7",
            "size": 10502319,
            "upload_time": "2024-04-11T13:20:15",
            "upload_time_iso_8601": "2024-04-11T13:20:15.907580Z",
            "url": "https://files.pythonhosted.org/packages/99/5e/2ed7440732c526fb717596913ac5ca1c655ecd20cb29d705ef1acbfd1f00/daal4py-2024.3.0-py39-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eaaddbea4028e906607514f5a71be4acab5dcf564e35588a5bbfc3d258631746",
                "md5": "d15f62ca25e70c3ee68b4969d69b8cad",
                "sha256": "3c02172490ee2e7463decb1511172092f3aa799cfb1eeb2aa07621a6c8cfc633"
            },
            "downloads": -1,
            "filename": "daal4py-2024.3.0-py39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d15f62ca25e70c3ee68b4969d69b8cad",
            "packagetype": "bdist_wheel",
            "python_version": "py39",
            "requires_python": ">=3.7",
            "size": 7663253,
            "upload_time": "2024-04-11T13:20:14",
            "upload_time_iso_8601": "2024-04-11T13:20:14.901029Z",
            "url": "https://files.pythonhosted.org/packages/ea/ad/dbea4028e906607514f5a71be4acab5dcf564e35588a5bbfc3d258631746/daal4py-2024.3.0-py39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 13:21:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IntelPython",
    "github_project": "daal4py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "daal4py"
}
        
Elapsed time: 0.31473s