Metadata-Version: 2.4
Name: decent-array
Version: 0.1.0
Summary: A library of array operations and linear algebra primitives for interoperability across ML frameworks.
Project-URL: Documentation, https://decent-array.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/team-decent/decent-array
Project-URL: Issues, https://github.com/team-decent/decent-array/issues
Author: Simon Granström, Nicola Bastianello
Maintainer: Team Decent
License-Expression: AGPL-3.0-only
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: torch; extra == 'dev'
Requires-Dist: torchvision; extra == 'dev'
Requires-Dist: types-tensorflow; extra == 'dev'
Provides-Extra: dev-cpu
Requires-Dist: jax; extra == 'dev-cpu'
Requires-Dist: tensorflow; extra == 'dev-cpu'
Provides-Extra: dev-gpu
Requires-Dist: jax[cuda12]; extra == 'dev-gpu'
Requires-Dist: tensorflow[and-cuda]; extra == 'dev-gpu'
Provides-Extra: sphinx-tools
Requires-Dist: pydata-sphinx-theme; extra == 'sphinx-tools'
Requires-Dist: sphinx; extra == 'sphinx-tools'
Requires-Dist: sphinxcontrib-bibtex; extra == 'sphinx-tools'
Description-Content-Type: text/markdown

# decent-array