Metadata-Version: 2.4
Name: utax
Version: 0.0.2
Summary: Utility functions for signal processing, compatible with the differentiable programming library JAX.
Home-page: https://github.com/aymgal/utax
Author: Austin Peel, Martin Millon, Frederic Dux, Kevin Michalewicz
Author-email: Aymeric Galan <aymeric.galan@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/aymgal/utax
Project-URL: Repository, https://github.com/aymgal/utax
Keywords: jax,signal processing,wavelet,convolution,interpolation
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jax>=0.5.0
Requires-Dist: jaxlib>=0.5.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-pep8; extra == "dev"
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

![License](https://img.shields.io/github/license/aymgal/utax)
![PyPi python support](https://img.shields.io/badge/Python-3.10-blue)
[![Tests](https://github.com/aymgal/utax/actions/workflows/ci_tests.yml/badge.svg?branch=main)](https://github.com/aymgal/utax/actions/workflows/ci_tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/aymgal/utax/badge.svg?branch=main)](https://coveralls.io/github/aymgal/utax?branch=main)

# `utax`

Utility functions for applications in signal processing problems, compatible with the differentable programming library `JAX`.
