Metadata-Version: 2.1
Name: uarray
Version: 0.6.0
Summary: Array interface object for Python with pluggable backends and a multiple-dispatchmechanism for defining down-stream functions
Home-page: https://github.com/Quansight-Labs/uarray/
Maintainer: Hameer Abbasi
Maintainer-email: habbasi@quansight.com
License: BSD 3-Clause License (Revised)
Project-URL: Documentation, https://uarray.org/
Project-URL: Source, https://github.com/Quansight-Labs/uarray/
Project-URL: Tracker, https://github.com/Quansight-Labs/uarray/issues
Description: # `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) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Quansight-Labs/uarray/master) [![Build Status](https://dev.azure.com/Quansight-Labs/uarray/_apis/build/status/Quansight-Labs.uarray?branchName=master)](https://dev.azure.com/Quansight-Labs/uarray/_build/latest?definitionId=1&branchName=master) [![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`.
        
Keywords: uarray,numpy,scipy,pytorch,cupy,tensorflow
Platform: UNKNOWN
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: tests
Provides-Extra: optional
Provides-Extra: docs
