Metadata-Version: 2.1
Name: array-api-jax-compat
Version: 0.13
Summary: Array-API JAX compatibility
Project-URL: Homepage, https://github.com/GalacticDynamics/array-api-jax-compat
Project-URL: Bug Tracker, https://github.com/GalacticDynamics/array-api-jax-compat/issues
Project-URL: Discussions, https://github.com/GalacticDynamics/array-api-jax-compat/discussions
Project-URL: Changelog, https://github.com/GalacticDynamics/array-api-jax-compat/releases
Author-email: Nathaniel Starkman <nstarman@users.noreply.github.com>
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: jax
Requires-Dist: jaxlib
Requires-Dist: plum-dispatch
Requires-Dist: quax>=0.0.3
Provides-Extra: dev
Requires-Dist: pytest-cov>=3; extra == 'dev'
Requires-Dist: pytest>=6; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo>=2023.08.17; extra == 'docs'
Requires-Dist: myst-parser>=0.13; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx>=7.0; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest-cov>=3; extra == 'test'
Requires-Dist: pytest>=6; extra == 'test'
Description-Content-Type: text/markdown

# array-api-jax-compat

[![Actions Status][actions-badge]][actions-link]
[![Documentation Status][rtd-badge]][rtd-link]

[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

[![GitHub Discussion][github-discussions-badge]][github-discussions-link]

<!-- SPHINX-START -->

<!-- prettier-ignore-start -->
[actions-badge]:            https://github.com/GalacticDynamics/array-api-jax-compat/workflows/CI/badge.svg
[actions-link]:             https://github.com/GalacticDynamics/array-api-jax-compat/actions
[conda-badge]:              https://img.shields.io/conda/vn/conda-forge/array-api-jax-compat
[conda-link]:               https://github.com/conda-forge/array-api-jax-compat-feedstock
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]:  https://github.com/GalacticDynamics/array-api-jax-compat/discussions
[pypi-link]:                https://pypi.org/project/array-api-jax-compat/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/array-api-jax-compat
[pypi-version]:             https://img.shields.io/pypi/v/array-api-jax-compat
[rtd-badge]:                https://readthedocs.org/projects/array-api-jax-compat/badge/?version=latest
[rtd-link]:                 https://array-api-jax-compat.readthedocs.io/en/latest/?badge=latest

<!-- prettier-ignore-end -->

This package is going to be renamed to `quaxed`. Please use `quaxed.array_api`
instead of `array-api-jax-compat`.
