uarray

View on PyPIReverse Dependencies (2)

0.9.1 uarray-0.9.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
uarray-0.9.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
uarray-0.9.1-cp313-cp313-win_amd64.whl
uarray-0.9.1-cp313-cp313-win32.whl
uarray-0.9.1-cp313-cp313-macosx_10_13_universal2.whl
uarray-0.9.1-cp313-cp313-musllinux_1_2_x86_64.whl
uarray-0.9.1-cp313-cp313-musllinux_1_2_i686.whl
uarray-0.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
uarray-0.9.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
uarray-0.9.1-cp312-cp312-win_amd64.whl
uarray-0.9.1-cp312-cp312-win32.whl
uarray-0.9.1-cp312-cp312-macosx_10_9_universal2.whl
uarray-0.9.1-cp312-cp312-musllinux_1_2_x86_64.whl
uarray-0.9.1-cp312-cp312-musllinux_1_2_i686.whl
uarray-0.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
uarray-0.9.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
uarray-0.9.1-cp311-cp311-win_amd64.whl
uarray-0.9.1-cp311-cp311-win32.whl
uarray-0.9.1-cp311-cp311-macosx_10_9_universal2.whl
uarray-0.9.1-cp311-cp311-musllinux_1_2_x86_64.whl
uarray-0.9.1-cp311-cp311-musllinux_1_2_i686.whl
uarray-0.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
uarray-0.9.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
uarray-0.9.1-cp310-cp310-win_amd64.whl
uarray-0.9.1-cp310-cp310-win32.whl
uarray-0.9.1-cp310-cp310-macosx_10_9_universal2.whl
uarray-0.9.1-cp310-cp310-musllinux_1_2_x86_64.whl
uarray-0.9.1-cp310-cp310-musllinux_1_2_i686.whl
uarray-0.9.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
uarray-0.9.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
uarray-0.9.1-pp310-pypy310_pp73-win_amd64.whl

Wheel Details

Project: uarray
Version: 0.9.1
Filename: uarray-0.9.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Download: [link]
Size: 75213
MD5: 65d5c480cec11a465b1b9b78ec6bfb0c
SHA256: 1fdd4d132f24edc4bd6df6c40dcd689c50aa52ef07df5fe6dc090bd03f54c7df
Uploaded: 2024-09-06 12:12:46 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: uarray
Version: 0.9.1
Summary: Array interface object for Python with pluggable backends and a multiple-dispatch mechanism for defining down-stream functions
Maintainer-Email: Hameer Abbasi <habbasi[at]quansight.com>
Project-Url: Documentation, https://uarray.org/
Project-Url: Source, https://github.com/Quansight-Labs/uarray/
Project-Url: Repository, https://github.com/Quansight-Labs/uarray.git
Project-Url: Issue Tracker, https://github.com/Quansight-Labs/uarray/issues
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.
Keywords: uarray,scipy,multiple-dispatch
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: uarray[docs]; extra == "all"
Requires-Dist: uarray[tests]; extra == "all"
Requires-Dist: uarray[optional]; extra == "all"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: pytest (>=3.5); extra == "tests"
Requires-Dist: pytest-flake8; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: mypy (>=0.930); extra == "tests"
Provides-Extra: all
Provides-Extra: docs
Provides-Extra: optional
Provides-Extra: tests
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1187 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (74.1.2)
Root-Is-Purelib: false
Tag: cp313-cp313-manylinux_2_17_x86_64
Tag: cp313-cp313-manylinux2014_x86_64

RECORD

Path Digest Size
uarray-0.9.1.dist-info/LICENSE sha256=yAw5tfzga6SJfhTgsKiLVEWDNNlR6xNhQC_60s-4Y7Q 1514
uarray-0.9.1.dist-info/METADATA sha256=cZTl60WBQSgHa_XSNBTCjuv907H5Ro1O26_lgG9UjQ0 4694
uarray-0.9.1.dist-info/top_level.txt sha256=gWrAWzY0Mj5-QR13QhN3vWteA6-PCq6QGPQsHczIWO4 7
uarray-0.9.1.dist-info/RECORD
uarray-0.9.1.dist-info/WHEEL sha256=-RX62KUZD5s5w89sMziym1GjTOrL4oY60Bj4tH5atCo 151
uarray/_uarray.cpython-313-x86_64-linux-gnu.so sha256=o4JbvnZVH4Ofu95DnGVWnjWBlRjgQ4h4pzpr1LBSam8 153640
uarray/.coveragerc sha256=jX_3688ka10lEUEIV63KL82dWUt0pBwbb3Xki-TTnVQ 104
uarray/conftest.py sha256=lTXzPBZtllHnpjgRgebm0SV62l2BFSnWHtuE-M7lu50 245
uarray/_version.py sha256=_P6tBRUyis5e8UBMut-5M8NVccs2HwAQXTxErAP99SI 411
uarray/_typing.pyi sha256=4iLfE_L8NYkghR4fi7BuAKb22ZHDZ0mUiT58fwdHVKo 1515
uarray/pytest.ini sha256=3LRb5msaltOCnfz7z4hdERr9As8VQH94ajHRhsE__RE 226
uarray/__init__.py sha256=yCImhsQK3NNthSoWC8k4yvXqIbRvqnStweV1oES8eQI 4615
uarray/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
uarray/_uarray.pyi sha256=hwBube0NlvpISOSsl23R5oowc6jQoR1SJimz1pIv8lg 3913
uarray/_backend.py sha256=UKzXVAcIcrQJiXEbgaItkn6Qrkqm77qh2IavESjgGAU 23290
uarray/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
uarray/tests/test_uarray.py sha256=PrZ5FneNvoS4KVHFFtEAHjAD2HPQj1wdmPaI6neHZys 15173
uarray/tests/example_helpers.py sha256=WBdUG5MWutOsmMaljTVoljRq63IiBrODAHuloPUwPlw 1034

top_level.txt

uarray