Metadata-Version: 2.4
Name: uarray
Version: 0.9.3
Summary: Array interface object for Python with pluggable backends and a multiple-dispatch mechanism for defining down-stream functions
Maintainer-email: Hameer Abbasi <habbasi@openteams.com>
License-Expression: BSD-3-Clause
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
Keywords: uarray,scipy,multiple-dispatch
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: tests
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: optional
Provides-Extra: all
Requires-Dist: uarray[docs]; extra == "all"
Requires-Dist: uarray[tests]; extra == "all"
Requires-Dist: uarray[optional]; extra == "all"
Dynamic: license-file

# `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`.
