Metadata-Version: 2.1
Name: uarray
Version: 0.5.1
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: Source, https://github.com/Quansight-Labs/uarray/
Project-URL: Tracker, https://github.com/Quansight-Labs/uarray/issues
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
Requires-Dist: pytest (>=3.5) ; extra == 'all'
Requires-Dist: pytest-flake8 ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pytest-mypy ; extra == 'all'
Requires-Dist: sphinx ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Requires-Dist: doc8 ; extra == 'all'
Requires-Dist: pytest-black ; (python_version >= "3.6") and extra == 'all'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: doc8 ; extra == 'docs'
Provides-Extra: optional
Provides-Extra: tests
Requires-Dist: pytest (>=3.5) ; extra == 'tests'
Requires-Dist: pytest-flake8 ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-mypy ; extra == 'tests'
Requires-Dist: pytest-black ; (python_version >= "3.6") and extra == 'tests'

# `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.readthedocs.io/en/latest/)
- [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`.


