uarray


Nameuarray JSON
Version 0.9.2 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_time2025-01-14 11:27:48
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/d1/59/dcf0817dd74006340cfb37b3a89dd65ed0921127b49f74522668c0ee9640/uarray-0.9.2.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.2",
    "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": "dbb8675682dbae099eb403eb9286a42a38da953bcf9ecda515f3556867bea815",
                "md5": "7005f26e12805eeb5d7df41c1d152b41",
                "sha256": "c2b2d9541e4af6fdc45edf61afba06a2b9dae1e2566ab2ba0321f86aa9fc91af"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp310-cp310-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "7005f26e12805eeb5d7df41c1d152b41",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 87621,
            "upload_time": "2025-01-14T11:26:44",
            "upload_time_iso_8601": "2025-01-14T11:26:44.051468Z",
            "url": "https://files.pythonhosted.org/packages/db/b8/675682dbae099eb403eb9286a42a38da953bcf9ecda515f3556867bea815/uarray-0.9.2-cp310-cp310-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e140548bae1fcde7f36f1c376c6640a8b1b6f9ce5e255ee1313afa26853f7743",
                "md5": "f4f9f75f9ee170f15510c3f62b8cff93",
                "sha256": "67b41a5c23ff4f81475aa8939f3091823905aac0d12970808e1843dcc387ec7d"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f4f9f75f9ee170f15510c3f62b8cff93",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 80471,
            "upload_time": "2025-01-14T11:26:47",
            "upload_time_iso_8601": "2025-01-14T11:26:47.030007Z",
            "url": "https://files.pythonhosted.org/packages/e1/40/548bae1fcde7f36f1c376c6640a8b1b6f9ce5e255ee1313afa26853f7743/uarray-0.9.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72127ecbdf9135c700ecdf215c802c615dc33587c96890b8a36e087dcea56c55",
                "md5": "709e40370019f9f09fd7c4bc54713c92",
                "sha256": "8ee9904dbde589d5f6282860580d67bc375cc8e47c8c869c963814af8a7ddcec"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "709e40370019f9f09fd7c4bc54713c92",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 75373,
            "upload_time": "2025-01-14T11:26:48",
            "upload_time_iso_8601": "2025-01-14T11:26:48.319937Z",
            "url": "https://files.pythonhosted.org/packages/72/12/7ecbdf9135c700ecdf215c802c615dc33587c96890b8a36e087dcea56c55/uarray-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3075193ecdc7f203c0e082486db081aab14f3ceb0c27b5fe9c4c1496d6d78991",
                "md5": "b5c5d17c8ee63f8d4082f9edd5dbfecd",
                "sha256": "24505481bf515f9d8e6c759f4066729511bbaccaf3d16d97b21334d95a2aa93b"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b5c5d17c8ee63f8d4082f9edd5dbfecd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1141397,
            "upload_time": "2025-01-14T11:26:51",
            "upload_time_iso_8601": "2025-01-14T11:26:51.046862Z",
            "url": "https://files.pythonhosted.org/packages/30/75/193ecdc7f203c0e082486db081aab14f3ceb0c27b5fe9c4c1496d6d78991/uarray-0.9.2-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ad793673fa06326e70e7f4e3a4bb96fe55174484fd77fe06064dc2d6295f247",
                "md5": "8adbda7324c623afa6fb11eb536bc66b",
                "sha256": "59085b2db2fb3d78ee083aebf19eecd6855e90c326fd80fa7d285a4050046539"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8adbda7324c623afa6fb11eb536bc66b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1045839,
            "upload_time": "2025-01-14T11:26:54",
            "upload_time_iso_8601": "2025-01-14T11:26:54.082513Z",
            "url": "https://files.pythonhosted.org/packages/0a/d7/93673fa06326e70e7f4e3a4bb96fe55174484fd77fe06064dc2d6295f247/uarray-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22750675e884ea7e78b9f826b13659f4d440e152b27f4dec7d47bc4d2f063536",
                "md5": "5d438597cd838d6e3a87fe67baea75f4",
                "sha256": "886d6dbf53d8fe50f42d53e635ce186bacf366c3db3080fde656c2630dfc4e3f"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "5d438597cd838d6e3a87fe67baea75f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 48462,
            "upload_time": "2025-01-14T11:26:55",
            "upload_time_iso_8601": "2025-01-14T11:26:55.669236Z",
            "url": "https://files.pythonhosted.org/packages/22/75/0675e884ea7e78b9f826b13659f4d440e152b27f4dec7d47bc4d2f063536/uarray-0.9.2-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cd1a4e4bf917a585704e8547bd75adc585ef7a3d089175b72428f0b08086d4b",
                "md5": "0d8dd061a45f274be13bd3fb4c29c03a",
                "sha256": "4e01f8764be74318725ea7f8f759a6239304b4620bd37ae1463128d2750919dd"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0d8dd061a45f274be13bd3fb4c29c03a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 53510,
            "upload_time": "2025-01-14T11:26:57",
            "upload_time_iso_8601": "2025-01-14T11:26:57.276373Z",
            "url": "https://files.pythonhosted.org/packages/7c/d1/a4e4bf917a585704e8547bd75adc585ef7a3d089175b72428f0b08086d4b/uarray-0.9.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c20c3809932bd1f7952a42378f11038bf1e889101398149f9752ddd009687eca",
                "md5": "d9c03d048be6468e65b104f9ae9b20af",
                "sha256": "f89820b9322f6707745bd0cfcdf369d9339b12f335e3461e54bfc3cf3ffb068b"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp311-cp311-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "d9c03d048be6468e65b104f9ae9b20af",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 87312,
            "upload_time": "2025-01-14T11:26:59",
            "upload_time_iso_8601": "2025-01-14T11:26:59.843150Z",
            "url": "https://files.pythonhosted.org/packages/c2/0c/3809932bd1f7952a42378f11038bf1e889101398149f9752ddd009687eca/uarray-0.9.2-cp311-cp311-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "810176234713676b1531a2d554b36a22180c7f13684ddfefb2250495b5bd8f0a",
                "md5": "c3bc15fe4d8f8fb55563e3aa6c3f1611",
                "sha256": "f191d102be2143e3145bab0c26e600e5ce7e6d1423d98d4ed8b67344d13002ca"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c3bc15fe4d8f8fb55563e3aa6c3f1611",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 80305,
            "upload_time": "2025-01-14T11:27:01",
            "upload_time_iso_8601": "2025-01-14T11:27:01.295496Z",
            "url": "https://files.pythonhosted.org/packages/81/01/76234713676b1531a2d554b36a22180c7f13684ddfefb2250495b5bd8f0a/uarray-0.9.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f71b43a34a13d1ec64f76ae826ff824d8934a8500a983e03e8b791f81d6e0d67",
                "md5": "b1415bc9d87c7d828aedbf4a2bb677a1",
                "sha256": "2c4efe968b3d27724bba63069ca31615d04fb953697a513baaba19029e9ec028"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1415bc9d87c7d828aedbf4a2bb677a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 75184,
            "upload_time": "2025-01-14T11:27:02",
            "upload_time_iso_8601": "2025-01-14T11:27:02.590226Z",
            "url": "https://files.pythonhosted.org/packages/f7/1b/43a34a13d1ec64f76ae826ff824d8934a8500a983e03e8b791f81d6e0d67/uarray-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9c382258414894d26ab32cf4abf556e8b329c09a6d93e6651315036ef52905e",
                "md5": "3f0f725eaf15984527cc096eac7bfee7",
                "sha256": "c8edda567931d3178f05a70c29e762ff193f269fbedf4072dea77facbaf3f558"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3f0f725eaf15984527cc096eac7bfee7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1141206,
            "upload_time": "2025-01-14T11:27:04",
            "upload_time_iso_8601": "2025-01-14T11:27:04.136894Z",
            "url": "https://files.pythonhosted.org/packages/f9/c3/82258414894d26ab32cf4abf556e8b329c09a6d93e6651315036ef52905e/uarray-0.9.2-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4b228b8d8f08aea0fd10957bd0a0b8fb75226c6527dd6cdcae1b94bda39ab07",
                "md5": "70f2b921a0b3bd4dec496f568fad903e",
                "sha256": "9d32da6f263ccbd20096e7b575fbddfa2e554119b100e26136c2826b2f4d88f9"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "70f2b921a0b3bd4dec496f568fad903e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1045601,
            "upload_time": "2025-01-14T11:27:06",
            "upload_time_iso_8601": "2025-01-14T11:27:06.836702Z",
            "url": "https://files.pythonhosted.org/packages/c4/b2/28b8d8f08aea0fd10957bd0a0b8fb75226c6527dd6cdcae1b94bda39ab07/uarray-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c8542310485b08140c78601537ed8b055d63dda39be0b3877cc6bafa46c8149",
                "md5": "1e964bca88d83f78e288e199b4070f7e",
                "sha256": "8fe5847299f0f0e2c77dd948d7b6ef2c8a68583f825ffec49f4be8d47d00acbf"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "1e964bca88d83f78e288e199b4070f7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 48361,
            "upload_time": "2025-01-14T11:27:09",
            "upload_time_iso_8601": "2025-01-14T11:27:09.233035Z",
            "url": "https://files.pythonhosted.org/packages/3c/85/42310485b08140c78601537ed8b055d63dda39be0b3877cc6bafa46c8149/uarray-0.9.2-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0618c1117e05ea565207a8abe1655137f1e9704fd2a21c1297940bb4f392a91a",
                "md5": "659fe27e00b2329a6add62ed0f14907a",
                "sha256": "f475c1a2f1ea1c83de5bdc9acff5a20184ba49274127690932c0eba6736943f1"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "659fe27e00b2329a6add62ed0f14907a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 53340,
            "upload_time": "2025-01-14T11:27:10",
            "upload_time_iso_8601": "2025-01-14T11:27:10.666973Z",
            "url": "https://files.pythonhosted.org/packages/06/18/c1117e05ea565207a8abe1655137f1e9704fd2a21c1297940bb4f392a91a/uarray-0.9.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "168c4a99ea6b428ebc572da0d1b408c85d31c13ece44ef4b57960e07bcb5c598",
                "md5": "857aa718acc7eb88e4934c0c676994e3",
                "sha256": "c086765c4bd5e6a9506e604a6a9d02ebb33471c5b135b626df12843404d6842b"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp312-cp312-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "857aa718acc7eb88e4934c0c676994e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 88690,
            "upload_time": "2025-01-14T11:27:12",
            "upload_time_iso_8601": "2025-01-14T11:27:12.119481Z",
            "url": "https://files.pythonhosted.org/packages/16/8c/4a99ea6b428ebc572da0d1b408c85d31c13ece44ef4b57960e07bcb5c598/uarray-0.9.2-cp312-cp312-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a0270700bedd58c110d605f869df6d404d35f6d238a91e24cd94e1c4b02f974",
                "md5": "fff7aedaec7f173e109f21c61c0b3db8",
                "sha256": "707f391c3991c0f120938db7898fa0938cb7d4657645d5f185cc7a20e38bc08d"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fff7aedaec7f173e109f21c61c0b3db8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 80617,
            "upload_time": "2025-01-14T11:27:13",
            "upload_time_iso_8601": "2025-01-14T11:27:13.413707Z",
            "url": "https://files.pythonhosted.org/packages/5a/02/70700bedd58c110d605f869df6d404d35f6d238a91e24cd94e1c4b02f974/uarray-0.9.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cc67a7fc672f3b693ab955e5b4d6d8389c4d3c45d7fbe4dfba6770a8c20b415",
                "md5": "3e0353a51dcbd9e1fed676e511f4b6ac",
                "sha256": "89e346a9acf022d9fe97559c969d0f50fa1c2a8a135009ee50abadc157a8c194"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e0353a51dcbd9e1fed676e511f4b6ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 75552,
            "upload_time": "2025-01-14T11:27:14",
            "upload_time_iso_8601": "2025-01-14T11:27:14.672899Z",
            "url": "https://files.pythonhosted.org/packages/2c/c6/7a7fc672f3b693ab955e5b4d6d8389c4d3c45d7fbe4dfba6770a8c20b415/uarray-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b9b0fd47b568993043fa14e0c99ba22ced1eaf0684efe58dd884710f59cabc0",
                "md5": "b97a6f43026bd86f43f5f7312f7335f7",
                "sha256": "a988bc16312dfdd17d25e1a75995657c663223498049cffad371de9f3b42016f"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b97a6f43026bd86f43f5f7312f7335f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1141254,
            "upload_time": "2025-01-14T11:27:16",
            "upload_time_iso_8601": "2025-01-14T11:27:16.265138Z",
            "url": "https://files.pythonhosted.org/packages/9b/9b/0fd47b568993043fa14e0c99ba22ced1eaf0684efe58dd884710f59cabc0/uarray-0.9.2-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d2b0adf1684708d87269fe07c4acb9c7f84aaa507a555d996f6abb3ac351e1f",
                "md5": "b2332015186099828065e28c462b3ca6",
                "sha256": "8d7805690bb091908e02982af7ea4b28c9b1be744b1fc5317366f09205815bd2"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b2332015186099828065e28c462b3ca6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1045783,
            "upload_time": "2025-01-14T11:27:19",
            "upload_time_iso_8601": "2025-01-14T11:27:19.808853Z",
            "url": "https://files.pythonhosted.org/packages/0d/2b/0adf1684708d87269fe07c4acb9c7f84aaa507a555d996f6abb3ac351e1f/uarray-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e632f8eb0dd9cb910a04ae3a78ad6dcf14ab9d04f12cb98d5f5e66d74bea0684",
                "md5": "690049618eca1924737dd4ba3c3a08b8",
                "sha256": "209df05d7a0a092cdf4ab9bfaf6bc40d815264cc2719d53492937a7b1ddb0e6a"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "690049618eca1924737dd4ba3c3a08b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 48774,
            "upload_time": "2025-01-14T11:27:22",
            "upload_time_iso_8601": "2025-01-14T11:27:22.631901Z",
            "url": "https://files.pythonhosted.org/packages/e6/32/f8eb0dd9cb910a04ae3a78ad6dcf14ab9d04f12cb98d5f5e66d74bea0684/uarray-0.9.2-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64d2ce710078909729e17b163f19b9e9b8bd48cd76714c0eec917cc3bca26b61",
                "md5": "31c20c0b4184c5421fed9356c1728f7d",
                "sha256": "411eead429eb13300902a0d15c172084fbaab28e1e0ef72fa45b7066bf37d98c"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "31c20c0b4184c5421fed9356c1728f7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 53912,
            "upload_time": "2025-01-14T11:27:23",
            "upload_time_iso_8601": "2025-01-14T11:27:23.849780Z",
            "url": "https://files.pythonhosted.org/packages/64/d2/ce710078909729e17b163f19b9e9b8bd48cd76714c0eec917cc3bca26b61/uarray-0.9.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ed7403b9ca31ec9a762621d234c386c8b28bd8d9fc775902393f07bfa8f012a",
                "md5": "066f3096c945016551a2271bcc778f0d",
                "sha256": "2e7f96ae48a028347ad2bd60012bcce0eda6d72b87e384e1e2ed4bbf36b73d76"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp313-cp313-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "066f3096c945016551a2271bcc778f0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 88694,
            "upload_time": "2025-01-14T11:27:26",
            "upload_time_iso_8601": "2025-01-14T11:27:26.432272Z",
            "url": "https://files.pythonhosted.org/packages/3e/d7/403b9ca31ec9a762621d234c386c8b28bd8d9fc775902393f07bfa8f012a/uarray-0.9.2-cp313-cp313-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb6f6e3e40934eba337dbc68855e8f569407b3af2b062e82d98f065e1b8237d3",
                "md5": "3638d4d43d1923b5fb8873e16bdb667e",
                "sha256": "0eaa79f9afa254fc45cd463be286db434f33bde076dfe21e27821ebc6ac7a120"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3638d4d43d1923b5fb8873e16bdb667e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 80621,
            "upload_time": "2025-01-14T11:27:28",
            "upload_time_iso_8601": "2025-01-14T11:27:28.886097Z",
            "url": "https://files.pythonhosted.org/packages/bb/6f/6e3e40934eba337dbc68855e8f569407b3af2b062e82d98f065e1b8237d3/uarray-0.9.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79ba01490dc180183069c51ad44bda4af66e4000b272f0a03bf7e5c80c9b81a7",
                "md5": "6c6ff542427fbfe24fcf26dc3279e5cb",
                "sha256": "52dc1081b715bdff6404f9d216fcbb9000eab11d00ddf632110fc574c63a7c2f"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6c6ff542427fbfe24fcf26dc3279e5cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 75553,
            "upload_time": "2025-01-14T11:27:31",
            "upload_time_iso_8601": "2025-01-14T11:27:31.380754Z",
            "url": "https://files.pythonhosted.org/packages/79/ba/01490dc180183069c51ad44bda4af66e4000b272f0a03bf7e5c80c9b81a7/uarray-0.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63fb99577993962ddc64ef5c241f2a4dba6e0fd4ff6f6285c5e2958bb1420be9",
                "md5": "f67f6a1a943dc33c09988db9d4fdfcad",
                "sha256": "0287bfdc21d0ceae7dc94fa7fc5b65631fe8581adf27826b7dcca64e3dcab53f"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f67f6a1a943dc33c09988db9d4fdfcad",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1141255,
            "upload_time": "2025-01-14T11:27:34",
            "upload_time_iso_8601": "2025-01-14T11:27:34.257154Z",
            "url": "https://files.pythonhosted.org/packages/63/fb/99577993962ddc64ef5c241f2a4dba6e0fd4ff6f6285c5e2958bb1420be9/uarray-0.9.2-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "166b27b6d71fca1d48ae460eb6f29a02a9dec6b7e924cd95457b6858982b2f64",
                "md5": "a4fb5f752217321a78ce58837c578592",
                "sha256": "602bcd4bbd7821f17a0ae604a2f165e046e36a2b4662ae122463bad5cbf74fe5"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a4fb5f752217321a78ce58837c578592",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1045791,
            "upload_time": "2025-01-14T11:27:36",
            "upload_time_iso_8601": "2025-01-14T11:27:36.151235Z",
            "url": "https://files.pythonhosted.org/packages/16/6b/27b6d71fca1d48ae460eb6f29a02a9dec6b7e924cd95457b6858982b2f64/uarray-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bce276666657f594c5b04f31d958413b0c0321e6707ef5e511752c79ba5699ad",
                "md5": "ab30883abfe71560a9a542c069338594",
                "sha256": "af7cf64b6b54246b61014bf91d048125bb22fe3aaf252b71d641260698ee81f9"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "ab30883abfe71560a9a542c069338594",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 48740,
            "upload_time": "2025-01-14T11:27:39",
            "upload_time_iso_8601": "2025-01-14T11:27:39.648199Z",
            "url": "https://files.pythonhosted.org/packages/bc/e2/76666657f594c5b04f31d958413b0c0321e6707ef5e511752c79ba5699ad/uarray-0.9.2-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d19019c8a1e4f2a8c692a1cb80442b3599d8dd7b037d66f526b2dc1d6cbbadf",
                "md5": "32117b6ac1622de166f2f4a9606941b8",
                "sha256": "1fc4afeb027bdff493bf5b65788bc84eb2fccc42867555005309d4a57c48e959"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "32117b6ac1622de166f2f4a9606941b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 53898,
            "upload_time": "2025-01-14T11:27:40",
            "upload_time_iso_8601": "2025-01-14T11:27:40.951324Z",
            "url": "https://files.pythonhosted.org/packages/0d/19/019c8a1e4f2a8c692a1cb80442b3599d8dd7b037d66f526b2dc1d6cbbadf/uarray-0.9.2-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73964dd4012336a8e29a35c2770f4e63a12648eb1ba97d4653f7bbcc227d145f",
                "md5": "1ae7f0a59cb417bfd9b74355080c0af6",
                "sha256": "645c85a8372697787b1a5d6e117aa5452d46ccd1a0426578bc8305be84365aa7"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1ae7f0a59cb417bfd9b74355080c0af6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 80741,
            "upload_time": "2025-01-14T11:27:42",
            "upload_time_iso_8601": "2025-01-14T11:27:42.606071Z",
            "url": "https://files.pythonhosted.org/packages/73/96/4dd4012336a8e29a35c2770f4e63a12648eb1ba97d4653f7bbcc227d145f/uarray-0.9.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65871ad252495f5847d8d7ed2670aee4228b5dd1e970dba1b67be29417653b1a",
                "md5": "fae1cba98ccb48ae33054f23501a82e1",
                "sha256": "92cc368fe046139347fcb64a4eec934444a234ab544f3f1ea24bd066620e5586"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fae1cba98ccb48ae33054f23501a82e1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 75641,
            "upload_time": "2025-01-14T11:27:45",
            "upload_time_iso_8601": "2025-01-14T11:27:45.056574Z",
            "url": "https://files.pythonhosted.org/packages/65/87/1ad252495f5847d8d7ed2670aee4228b5dd1e970dba1b67be29417653b1a/uarray-0.9.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "747d5f92e05ada6e5198f1b823a40eaf2cc7629eb943a04d97e95879b190a0e0",
                "md5": "235a9928c1c47c3428b59c57fded7f39",
                "sha256": "75f014a667f0bc46960e5920adb753c3b792bc098e1ba934f960f6420ea7854f"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "235a9928c1c47c3428b59c57fded7f39",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 53836,
            "upload_time": "2025-01-14T11:27:47",
            "upload_time_iso_8601": "2025-01-14T11:27:47.166519Z",
            "url": "https://files.pythonhosted.org/packages/74/7d/5f92e05ada6e5198f1b823a40eaf2cc7629eb943a04d97e95879b190a0e0/uarray-0.9.2-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d159dcf0817dd74006340cfb37b3a89dd65ed0921127b49f74522668c0ee9640",
                "md5": "72ad89e65ccb5571172654b37164bc89",
                "sha256": "1e07c2bb99ac5aeb1db95bc7aae6bab94c69ce9d2bd388c2e58b136e29ed3ba4"
            },
            "downloads": -1,
            "filename": "uarray-0.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "72ad89e65ccb5571172654b37164bc89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 134824,
            "upload_time": "2025-01-14T11:27:48",
            "upload_time_iso_8601": "2025-01-14T11:27:48.660478Z",
            "url": "https://files.pythonhosted.org/packages/d1/59/dcf0817dd74006340cfb37b3a89dd65ed0921127b49f74522668c0ee9640/uarray-0.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-14 11:27:48",
    "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: 0.37522s