Metadata-Version: 2.1
Name: unumpy
Version: 0.5.2
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://unumpy.readthedocs.io/
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
Requires-Dist: uarray (>=0.5)
Provides-Extra: all
Provides-Extra: backends
Provides-Extra: docs
Provides-Extra: optional
Provides-Extra: tests

# `unumpy` - NumPy, but implementation-independent

[![Gitter](https://badges.gitter.im/Plures/uarray.svg)](https://gitter.im/Plures/uarray?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Quansight-Labs/unumpy/master) [![Build Status](https://dev.azure.com/Quansight-Labs/uarray/_apis/build/status/Quansight-Labs.unumpy?branchName=master)](https://dev.azure.com/Quansight-Labs/uarray/_build/latest?definitionId=2&branchName=master) [![PyPI](https://img.shields.io/pypi/v/unumpy.svg?style=flat-square)](https://pypi.org/project/unumpy/)

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

- [Documentation](https://unumpy.readthedocs.io/en/latest/)
- [Road Map](https://github.com/orgs/Quansight-Labs/projects/1)

## Contributing

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


