uarray


Nameuarray JSON
Version 0.9.1 PyPI version JSON
download
home_pageNone
SummaryArray interface object for Python with pluggable backends and a multiple-dispatch mechanism for defining down-stream functions
upload_time2024-09-06 12:12:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseBSD 3-Clause License Copyright (c) 2018, Quansight-Labs All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords uarray scipy multiple-dispatch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `uarray` - A back-end mechanism geared towards array computing

[![Join the chat at https://gitter.im/Plures/uarray](https://badges.gitter.im/Plures/uarray.svg)](https://gitter.im/Plures/uarray?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://github.com/Quansight-Labs/uarray/actions/workflows/build.yaml/badge.svg)](https://github.com/Quansight-Labs/uarray/actions)
[![PyPI](https://img.shields.io/pypi/v/uarray.svg?style=flat-square)](https://pypi.org/project/uarray/)

<img src="docs/logo.png" style="width: 20em; text-align: center;" alt="uarray logo">

- [Documentation](https://uarray.org)
- [Road Map](https://github.com/orgs/Quansight-Labs/projects/1)
- [Future Meetings](https://calendar.google.com/calendar/embed?src=quansight.com_cg7sf4usbcn18gdhdb3l2c6v1g%40group.calendar.google.com&ctz=America%2FNew_York)
- [Meeting Notes](https://github.com/Quansight-Labs/uarray/wiki/Meeting-Notes)
- [References](https://github.com/Quansight-Labs/uarray/wiki/References)
- [Papers](https://paperpile.com/shared/fHftX5)

## Contributing

See [`CONTRIBUTING.md`](CONTRIBUTING.md) for more information on how to contribute to `uarray`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "uarray",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Hameer Abbasi <habbasi@quansight.com>",
    "keywords": "uarray, scipy, multiple-dispatch",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ef/58/9bc8880c59f856a24a9a501b1ec1e3e22af1115fc99645c4dd23c839a49d/uarray-0.9.1.tar.gz",
    "platform": null,
    "description": "# `uarray` - A back-end mechanism geared towards array computing\n\n[![Join the chat at https://gitter.im/Plures/uarray](https://badges.gitter.im/Plures/uarray.svg)](https://gitter.im/Plures/uarray?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n[![Build Status](https://github.com/Quansight-Labs/uarray/actions/workflows/build.yaml/badge.svg)](https://github.com/Quansight-Labs/uarray/actions)\n[![PyPI](https://img.shields.io/pypi/v/uarray.svg?style=flat-square)](https://pypi.org/project/uarray/)\n\n<img src=\"docs/logo.png\" style=\"width: 20em; text-align: center;\" alt=\"uarray logo\">\n\n- [Documentation](https://uarray.org)\n- [Road Map](https://github.com/orgs/Quansight-Labs/projects/1)\n- [Future Meetings](https://calendar.google.com/calendar/embed?src=quansight.com_cg7sf4usbcn18gdhdb3l2c6v1g%40group.calendar.google.com&ctz=America%2FNew_York)\n- [Meeting Notes](https://github.com/Quansight-Labs/uarray/wiki/Meeting-Notes)\n- [References](https://github.com/Quansight-Labs/uarray/wiki/References)\n- [Papers](https://paperpile.com/shared/fHftX5)\n\n## Contributing\n\nSee [`CONTRIBUTING.md`](CONTRIBUTING.md) for more information on how to contribute to `uarray`.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2018, Quansight-Labs All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Array interface object for Python with pluggable backends and a multiple-dispatch mechanism for defining down-stream functions",
    "version": "0.9.1",
    "project_urls": {
        "Documentation": "https://uarray.org/",
        "Issue Tracker": "https://github.com/Quansight-Labs/uarray/issues",
        "Repository": "https://github.com/Quansight-Labs/uarray.git",
        "Source": "https://github.com/Quansight-Labs/uarray/"
    },
    "split_keywords": [
        "uarray",
        " scipy",
        " multiple-dispatch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f2c4d285b04d2d1c0af9a2e654a150e7e6be61586f966628694aab4bf71ea78",
                "md5": "8972e41c27bbb515ae094a5e141786b7",
                "sha256": "f17ce21bd883163bb9559c367b324cb83323eddad5fc718dc8ff8c3053cded09"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "8972e41c27bbb515ae094a5e141786b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 86621,
            "upload_time": "2024-09-06T12:12:18",
            "upload_time_iso_8601": "2024-09-06T12:12:18.037067Z",
            "url": "https://files.pythonhosted.org/packages/9f/2c/4d285b04d2d1c0af9a2e654a150e7e6be61586f966628694aab4bf71ea78/uarray-0.9.1-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f699472482c8fa582fe974307a74ff3577922e5ad6f6336329696c24a815b6c",
                "md5": "597ac869239e872c3d2a1fd27e717b80",
                "sha256": "becedff468ff96daf4970651d4de6e86bee4c9e99dff830563607684c570b48d"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "597ac869239e872c3d2a1fd27e717b80",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 80240,
            "upload_time": "2024-09-06T12:12:19",
            "upload_time_iso_8601": "2024-09-06T12:12:19.648553Z",
            "url": "https://files.pythonhosted.org/packages/5f/69/9472482c8fa582fe974307a74ff3577922e5ad6f6336329696c24a815b6c/uarray-0.9.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dff4c63b52b82b504895baeb45c97b300e5f7ed828cd426cbace59761b4bbc81",
                "md5": "a5a482f34275fb165ebcc363e651278a",
                "sha256": "8cd87180126485505b574ea05978e7f94dbbe05b82002056b72561b75df047f7"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a5a482f34275fb165ebcc363e651278a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 74881,
            "upload_time": "2024-09-06T12:12:21",
            "upload_time_iso_8601": "2024-09-06T12:12:21.116870Z",
            "url": "https://files.pythonhosted.org/packages/df/f4/c63b52b82b504895baeb45c97b300e5f7ed828cd426cbace59761b4bbc81/uarray-0.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0785c268211b4832ccdc3ab5e5bd9d56f067daf7f534c255cb488d59502de081",
                "md5": "f409255cd0f6d9558cb62a87d7cde256",
                "sha256": "8fc443cd4a5f3b8b8d5c531c43694d9451bda9ab8028214a9927544534052617"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f409255cd0f6d9558cb62a87d7cde256",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1140623,
            "upload_time": "2024-09-06T12:12:22",
            "upload_time_iso_8601": "2024-09-06T12:12:22.417435Z",
            "url": "https://files.pythonhosted.org/packages/07/85/c268211b4832ccdc3ab5e5bd9d56f067daf7f534c255cb488d59502de081/uarray-0.9.1-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83459b21fd0514e0da720ca8280ae5a525d382ee94d16f8170f7667c8975d56f",
                "md5": "cf55f38a732b01a73df53997694f10f4",
                "sha256": "348859e86e6e41eb7765310d348f694fd15e5eb23f2dacbcce4acd7135a51962"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cf55f38a732b01a73df53997694f10f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1045699,
            "upload_time": "2024-09-06T12:12:23",
            "upload_time_iso_8601": "2024-09-06T12:12:23.943216Z",
            "url": "https://files.pythonhosted.org/packages/83/45/9b21fd0514e0da720ca8280ae5a525d382ee94d16f8170f7667c8975d56f/uarray-0.9.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0f12b8260c735448277f9124e4ca1fd99bc238d2b1f458060b0e5c1d4b80868",
                "md5": "c8531bbd6f37717ead18f442c5f47deb",
                "sha256": "0f569d83634f198ec3cef8e7eef1a9a28887122a5bac2f8c632abc9b80b9f4bd"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "c8531bbd6f37717ead18f442c5f47deb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 48246,
            "upload_time": "2024-09-06T12:12:25",
            "upload_time_iso_8601": "2024-09-06T12:12:25.291083Z",
            "url": "https://files.pythonhosted.org/packages/b0/f1/2b8260c735448277f9124e4ca1fd99bc238d2b1f458060b0e5c1d4b80868/uarray-0.9.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4c049d81d745ec746707f4611bf5df3a09a6db5c2d4431a12f176a41120b9fb",
                "md5": "70e4d6e84f9ee54f2448c7d5960b80e8",
                "sha256": "0e2c3e34018ddf4618b6616180e502f2762cf39031c91c027253aae0e43852b6"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "70e4d6e84f9ee54f2448c7d5960b80e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 53442,
            "upload_time": "2024-09-06T12:12:26",
            "upload_time_iso_8601": "2024-09-06T12:12:26.192614Z",
            "url": "https://files.pythonhosted.org/packages/f4/c0/49d81d745ec746707f4611bf5df3a09a6db5c2d4431a12f176a41120b9fb/uarray-0.9.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9215f674a3b7ad56156a905ca5f1099fe52a11962fee0aa7df74c40301db737",
                "md5": "abd7181982e19fb61c5e02e2be2e9521",
                "sha256": "89431754f5d8bf55277927efaf6e2dc5afb145854eb78c6b007fbeeb589ee10b"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "abd7181982e19fb61c5e02e2be2e9521",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 86288,
            "upload_time": "2024-09-06T12:12:27",
            "upload_time_iso_8601": "2024-09-06T12:12:27.691350Z",
            "url": "https://files.pythonhosted.org/packages/c9/21/5f674a3b7ad56156a905ca5f1099fe52a11962fee0aa7df74c40301db737/uarray-0.9.1-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72e0dadd1d9c1b2899ebf710f31120ea4c1782d3b7cf5d58aa4e0b4692c18b16",
                "md5": "5ba0241ad2132d3b82b961cbf376c14e",
                "sha256": "41b08a1347c5056a9475b3dc17e4a49b237b27d4afd18b25f3bc003776b33030"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5ba0241ad2132d3b82b961cbf376c14e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 79997,
            "upload_time": "2024-09-06T12:12:28",
            "upload_time_iso_8601": "2024-09-06T12:12:28.591463Z",
            "url": "https://files.pythonhosted.org/packages/72/e0/dadd1d9c1b2899ebf710f31120ea4c1782d3b7cf5d58aa4e0b4692c18b16/uarray-0.9.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c45884ef979fe2c102b839f6c92280bd00322e72388fe787bd16798e1800cdba",
                "md5": "bceab01592c9bd4af38757e113a5f17c",
                "sha256": "8709f553b55ad6084ff8b058187784fa78c023a816d8fbcfce06dbe0b1c1b0b9"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bceab01592c9bd4af38757e113a5f17c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 74702,
            "upload_time": "2024-09-06T12:12:30",
            "upload_time_iso_8601": "2024-09-06T12:12:30.015569Z",
            "url": "https://files.pythonhosted.org/packages/c4/58/84ef979fe2c102b839f6c92280bd00322e72388fe787bd16798e1800cdba/uarray-0.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6de69fd64e5f8aedfc695b2190365475cedb2de062733ee8ec262514a29c2dbf",
                "md5": "f52ede98a5126a9095061299f45d4558",
                "sha256": "1a772f55e1ce1181e925e5bb9d9036b7a388b13e725ab7a9e2836e11cbf2c7ca"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f52ede98a5126a9095061299f45d4558",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1140413,
            "upload_time": "2024-09-06T12:12:31",
            "upload_time_iso_8601": "2024-09-06T12:12:31.523166Z",
            "url": "https://files.pythonhosted.org/packages/6d/e6/9fd64e5f8aedfc695b2190365475cedb2de062733ee8ec262514a29c2dbf/uarray-0.9.1-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9c482dd17b52ea7e0dcdc135373a2a8009f042fe94808afb179c8d62cc6e894",
                "md5": "c80ddc8893b19250959033cfd55c70bd",
                "sha256": "b9f071d7a8d5bac6ebdb5910d35c88a9fed5ca0d694f91f24aacb0718e6cc8ab"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c80ddc8893b19250959033cfd55c70bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1045495,
            "upload_time": "2024-09-06T12:12:32",
            "upload_time_iso_8601": "2024-09-06T12:12:32.733373Z",
            "url": "https://files.pythonhosted.org/packages/e9/c4/82dd17b52ea7e0dcdc135373a2a8009f042fe94808afb179c8d62cc6e894/uarray-0.9.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0f6614320aaf80071d90f6e9664e55c0e9e0ec85cf368ae64989afb0695c822",
                "md5": "4bf733097942e4e8f5630de930010bd0",
                "sha256": "267dffd6ef5a43305285b8b74d98ecdd7f1347d3af020fe627b7246a68a5b92a"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "4bf733097942e4e8f5630de930010bd0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 48129,
            "upload_time": "2024-09-06T12:12:33",
            "upload_time_iso_8601": "2024-09-06T12:12:33.916813Z",
            "url": "https://files.pythonhosted.org/packages/a0/f6/614320aaf80071d90f6e9664e55c0e9e0ec85cf368ae64989afb0695c822/uarray-0.9.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71e3ef6e06c57dca140197416fe4ae48b78f30fc762a097a9cebfc82fe3e18b2",
                "md5": "1085bd5a6a02197168aec51d72d84403",
                "sha256": "ab26fc136992a918f032b2d74f1081fda040dcb499d869ca57440ba2bb643173"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1085bd5a6a02197168aec51d72d84403",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 53306,
            "upload_time": "2024-09-06T12:12:34",
            "upload_time_iso_8601": "2024-09-06T12:12:34.763595Z",
            "url": "https://files.pythonhosted.org/packages/71/e3/ef6e06c57dca140197416fe4ae48b78f30fc762a097a9cebfc82fe3e18b2/uarray-0.9.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "654d3638d117b8f43033cdfea61d403ac693003f6d0b3d622ae693ad87a5aa76",
                "md5": "cf33e28307e684898eef19dbdbb475fa",
                "sha256": "f9d10a542970ccbed5053a27dd421f5bb3b9b458d5796dd897630845468869e6"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "cf33e28307e684898eef19dbdbb475fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 87670,
            "upload_time": "2024-09-06T12:12:35",
            "upload_time_iso_8601": "2024-09-06T12:12:35.938158Z",
            "url": "https://files.pythonhosted.org/packages/65/4d/3638d117b8f43033cdfea61d403ac693003f6d0b3d622ae693ad87a5aa76/uarray-0.9.1-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2e3278f8f880b18287322bbf241677c0e3a425a538a75b82e1b4b35bd22d289",
                "md5": "3048fa4a8935b0bc24ceb5c4f6354559",
                "sha256": "22fc41e43d279e9e5441c49f0f998cb11dc71f02fdd4cbb80d50e34fa76a48bb"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3048fa4a8935b0bc24ceb5c4f6354559",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 80298,
            "upload_time": "2024-09-06T12:12:36",
            "upload_time_iso_8601": "2024-09-06T12:12:36.770364Z",
            "url": "https://files.pythonhosted.org/packages/b2/e3/278f8f880b18287322bbf241677c0e3a425a538a75b82e1b4b35bd22d289/uarray-0.9.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca1cc7aed90d1cd51ea460d76d1410e0c00de1158dbc5ae299c2930512aec0ba",
                "md5": "3857023df4fae4a2bb22087e6f3188d0",
                "sha256": "33dae22174bb1fb4bef39d0c12794ef0371d161d816f56a7ec62e47d4877f7db"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3857023df4fae4a2bb22087e6f3188d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 75212,
            "upload_time": "2024-09-06T12:12:37",
            "upload_time_iso_8601": "2024-09-06T12:12:37.702179Z",
            "url": "https://files.pythonhosted.org/packages/ca/1c/c7aed90d1cd51ea460d76d1410e0c00de1158dbc5ae299c2930512aec0ba/uarray-0.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2945bf5aa115b5c1b87cdae578e336b890e491ba6c215c3c510283211e5c12e",
                "md5": "23d6978b319b1105c1d46384c91953f1",
                "sha256": "ce497b8bda1cb8975f0f5e52be3990f4c8725896882e49005b89a9a81b9e7217"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "23d6978b319b1105c1d46384c91953f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1140363,
            "upload_time": "2024-09-06T12:12:38",
            "upload_time_iso_8601": "2024-09-06T12:12:38.663967Z",
            "url": "https://files.pythonhosted.org/packages/d2/94/5bf5aa115b5c1b87cdae578e336b890e491ba6c215c3c510283211e5c12e/uarray-0.9.1-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71c35e95f6872e73ce94d6dad84c618dab3da33c5602eb3b0efe6037c2f24a3a",
                "md5": "9c7dc19fe3b421749065e22624b5a260",
                "sha256": "3159f8c5fdc2572c93f6f1f5c30159acb701e94bf4c54b578ae74adba9e0fbd8"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9c7dc19fe3b421749065e22624b5a260",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1045703,
            "upload_time": "2024-09-06T12:12:40",
            "upload_time_iso_8601": "2024-09-06T12:12:40.277263Z",
            "url": "https://files.pythonhosted.org/packages/71/c3/5e95f6872e73ce94d6dad84c618dab3da33c5602eb3b0efe6037c2f24a3a/uarray-0.9.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ad96b2d7819edbfda82545002fcce90b871af9b34ffc5dfc91ff76c081db8de",
                "md5": "a24fba707d6fcd78f55a525c8829332b",
                "sha256": "744c1b7d451ca6b693fc30cce7712cf6f78b076ce62d084e04ecf714c8f17652"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "a24fba707d6fcd78f55a525c8829332b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 48634,
            "upload_time": "2024-09-06T12:12:41",
            "upload_time_iso_8601": "2024-09-06T12:12:41.733926Z",
            "url": "https://files.pythonhosted.org/packages/1a/d9/6b2d7819edbfda82545002fcce90b871af9b34ffc5dfc91ff76c081db8de/uarray-0.9.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73f608f4a067876c99f950d4348a1ca274e758160344c40f80ffd825fd4c5536",
                "md5": "8c1bb4bbeab7a2478b8d0721a7eda634",
                "sha256": "979dfa5586d61c6c4e66172c7752f4435face9b0dc1c79951e6711900e3d64e1"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8c1bb4bbeab7a2478b8d0721a7eda634",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 53776,
            "upload_time": "2024-09-06T12:12:42",
            "upload_time_iso_8601": "2024-09-06T12:12:42.580640Z",
            "url": "https://files.pythonhosted.org/packages/73/f6/08f4a067876c99f950d4348a1ca274e758160344c40f80ffd825fd4c5536/uarray-0.9.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f8eb4d5beafb28f0b20c2f41650b0c45b6e3f94ca3f8f36f6b8d7bdf62c2391",
                "md5": "66906ceb4cbdf862244c6b9c3f62f245",
                "sha256": "82dc600cf393a29c36c36ef7c329ba576895b93ff51127ca31a32eafe14714af"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp313-cp313-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "66906ceb4cbdf862244c6b9c3f62f245",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 87573,
            "upload_time": "2024-09-06T12:12:44",
            "upload_time_iso_8601": "2024-09-06T12:12:44.078237Z",
            "url": "https://files.pythonhosted.org/packages/3f/8e/b4d5beafb28f0b20c2f41650b0c45b6e3f94ca3f8f36f6b8d7bdf62c2391/uarray-0.9.1-cp313-cp313-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "645861dfed9332e70b20a2df1fda6a20d73fcc313a82914a079a3b053614ed16",
                "md5": "787b579be7603f7a631f2065f7d12e43",
                "sha256": "92c917ff924baafacbcbe614faf002d1d2dcea35d9f79764d5fde5c982241411"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "787b579be7603f7a631f2065f7d12e43",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 80302,
            "upload_time": "2024-09-06T12:12:45",
            "upload_time_iso_8601": "2024-09-06T12:12:45.248242Z",
            "url": "https://files.pythonhosted.org/packages/64/58/61dfed9332e70b20a2df1fda6a20d73fcc313a82914a079a3b053614ed16/uarray-0.9.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d801e029be4cd3aa1a326cbecdb90bd59b0442902a88aef56d17f66d4d4506a0",
                "md5": "65d5c480cec11a465b1b9b78ec6bfb0c",
                "sha256": "1fdd4d132f24edc4bd6df6c40dcd689c50aa52ef07df5fe6dc090bd03f54c7df"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "65d5c480cec11a465b1b9b78ec6bfb0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 75213,
            "upload_time": "2024-09-06T12:12:46",
            "upload_time_iso_8601": "2024-09-06T12:12:46.124597Z",
            "url": "https://files.pythonhosted.org/packages/d8/01/e029be4cd3aa1a326cbecdb90bd59b0442902a88aef56d17f66d4d4506a0/uarray-0.9.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c564a9a65b8751da0d170a73900879ae807664dcaf939769d97405d962d85297",
                "md5": "3c16fd9e75981d7568069ea6e59c7067",
                "sha256": "c240aba93bb028becaac83d5b4ffb76993813a25a18360d41f2d2bcdc7ac2e2f"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3c16fd9e75981d7568069ea6e59c7067",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1140366,
            "upload_time": "2024-09-06T12:12:47",
            "upload_time_iso_8601": "2024-09-06T12:12:47.033271Z",
            "url": "https://files.pythonhosted.org/packages/c5/64/a9a65b8751da0d170a73900879ae807664dcaf939769d97405d962d85297/uarray-0.9.1-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6a0b91f0c6c63d626ea789051fcf28c0ef2ffb6fc8e3efddb310d8f5394c435",
                "md5": "41ea2e0dfe71632772f7a802647fe597",
                "sha256": "14bf9ec35d8991599581dd2f32633c20836bd8991b5c914f00d9651028bf8fb3"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "41ea2e0dfe71632772f7a802647fe597",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1045705,
            "upload_time": "2024-09-06T12:12:48",
            "upload_time_iso_8601": "2024-09-06T12:12:48.258358Z",
            "url": "https://files.pythonhosted.org/packages/f6/a0/b91f0c6c63d626ea789051fcf28c0ef2ffb6fc8e3efddb310d8f5394c435/uarray-0.9.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da9876ae1868dce712070b7d9ff7de7a33ea418db4e5410e6271fc4666083b5a",
                "md5": "5c07b2236891dde5842566d0fe2cf5b1",
                "sha256": "cadd556c378a3b2d1201e0c586547a21f9df91566effab97ec485f180284f7ae"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "5c07b2236891dde5842566d0fe2cf5b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 48663,
            "upload_time": "2024-09-06T12:12:49",
            "upload_time_iso_8601": "2024-09-06T12:12:49.988754Z",
            "url": "https://files.pythonhosted.org/packages/da/98/76ae1868dce712070b7d9ff7de7a33ea418db4e5410e6271fc4666083b5a/uarray-0.9.1-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b82131d94da4e4fd33b7891742575d8cfe175391b86843292c5cbb440ac17b5",
                "md5": "a3d2293dd301479b63b0e27625fec104",
                "sha256": "9d1d5c26f2f00fd7e65a367af0db5aaa91807e358f4effecb344f7cd4ae00041"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a3d2293dd301479b63b0e27625fec104",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 53797,
            "upload_time": "2024-09-06T12:12:50",
            "upload_time_iso_8601": "2024-09-06T12:12:50.843620Z",
            "url": "https://files.pythonhosted.org/packages/2b/82/131d94da4e4fd33b7891742575d8cfe175391b86843292c5cbb440ac17b5/uarray-0.9.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bf42876b6bb047a184e3dbd546780fc9514be1b964313d07baa0b778dafc936",
                "md5": "08e6e0e87c23f7e0749ed7c16b2c90fb",
                "sha256": "0ecd4bcd7752995700b3c3d5b6d1ba4820881c1e7d715804ee79519ae91e3266"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "08e6e0e87c23f7e0749ed7c16b2c90fb",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 80535,
            "upload_time": "2024-09-06T12:12:51",
            "upload_time_iso_8601": "2024-09-06T12:12:51.722281Z",
            "url": "https://files.pythonhosted.org/packages/1b/f4/2876b6bb047a184e3dbd546780fc9514be1b964313d07baa0b778dafc936/uarray-0.9.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "070d019b868b9c18e3dda73d7e1df1ffd2bd02c2aac85259fc099d3b202fa853",
                "md5": "d75cb2d172a5b8aeaa0ed31b2683cb8f",
                "sha256": "8ba29d1b9dfa415d46848f3586f5e7a5527fd78c556d2f50a14b67f095a9e008"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d75cb2d172a5b8aeaa0ed31b2683cb8f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 75104,
            "upload_time": "2024-09-06T12:12:53",
            "upload_time_iso_8601": "2024-09-06T12:12:53.211830Z",
            "url": "https://files.pythonhosted.org/packages/07/0d/019b868b9c18e3dda73d7e1df1ffd2bd02c2aac85259fc099d3b202fa853/uarray-0.9.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "813c2d98ffc26dc7fc3e9d41d972265d1decbd7eaab316f13aeb08b9bf3ea364",
                "md5": "2df5c392493e34c697a2f018e8033217",
                "sha256": "05e39a6ea204fa8e15e5d9f3c50eaff7f55ef122705b0d997170c9b9af9c0f06"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2df5c392493e34c697a2f018e8033217",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 53723,
            "upload_time": "2024-09-06T12:12:54",
            "upload_time_iso_8601": "2024-09-06T12:12:54.062219Z",
            "url": "https://files.pythonhosted.org/packages/81/3c/2d98ffc26dc7fc3e9d41d972265d1decbd7eaab316f13aeb08b9bf3ea364/uarray-0.9.1-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef589bc8880c59f856a24a9a501b1ec1e3e22af1115fc99645c4dd23c839a49d",
                "md5": "0b786187481f3a3eba5641482ffa2982",
                "sha256": "d390cbd1ab48d940d91f91263958a910862d667d8fdc17d7a046d329c6bd5f7e"
            },
            "downloads": -1,
            "filename": "uarray-0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0b786187481f3a3eba5641482ffa2982",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 134395,
            "upload_time": "2024-09-06T12:12:55",
            "upload_time_iso_8601": "2024-09-06T12:12:55.009276Z",
            "url": "https://files.pythonhosted.org/packages/ef/58/9bc8880c59f856a24a9a501b1ec1e3e22af1115fc99645c4dd23c839a49d/uarray-0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 12:12:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Quansight-Labs",
    "github_project": "uarray",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "uarray"
}
        
Elapsed time: 4.99731s