Metadata-Version: 2.3
Name: pyxu_finufft
Version: 1.0
Summary: Pyxu bindings to the Flatiron Institute Non-uniform Fast Fourier Transform (FINUFFT) library.
Project-URL: download, https://github.com/pyxu-org/pyxu_finufft
Author-email: "S. Kashani" <sepand@kashani.ch>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.13,>=3.10
Requires-Dist: finufft<3,>=2.2.0
Requires-Dist: pyxu
Provides-Extra: all
Requires-Dist: pyxu-finufft[gpu]; extra == 'all'
Provides-Extra: dev
Requires-Dist: pyxu[dev]; extra == 'dev'
Provides-Extra: gpu
Requires-Dist: cufinufft<3,>=2.2.0; extra == 'gpu'
Description-Content-Type: text/x-rst

pyxu_finufft
============

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: https://opensource.org/licenses/MIT
   :alt: License: MIT
.. image:: https://img.shields.io/pypi/v/pyxu_finufft.svg?color=green
   :target: https://pypi.org/project/pyxu_finufft
   :alt: PyPI
.. image:: https://img.shields.io/endpoint?url=https://pyxu-org.github.io/fair/shields/pyxu_finufft
   :alt: Pyxu score
   :target: https://pyxu-org.github.io/fair/score.html

Pyxu bindings to the Flatiron Institute Non-uniform Fast Fourier Transform (FINUFFT) library
--------------------------------------------------------------------------------------------

This `Pyxu`_ plugin was generated with `Cookiecutter`_ using the `cookiecutter-pyxu`_ template.

Installation
------------

You can install ``pyxu_finufft`` via `pip`_:

.. code-block:: bash

   pip install pyxu_finufft       # CPU, or
   pip install pyxu_finufft[all]  # CPU/GPU

License
-------

Distributed under the terms of the `MIT`_ license, ``pyxu_finufft`` is free and open source software.

Issues
------

If you encounter any problems, please `file an issue`_ along with a detailed description.

.. _Pyxu: https://github.com/pyxu-org/pyxu
.. _contributing-guide: https://pyxu-org.github.io/fair/contribute.html
.. _developer notes: https://pyxu-org.github.io/fair/dev_notes.html
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _MIT: http://opensource.org/licenses/MIT
.. _cookiecutter-pyxu: https://github.com/pyxu-org/cookiecutter-pyxu
.. _tox: https://tox.readthedocs.io/en/latest/
.. _pip: https://pypi.org/project/pip/
.. _file an issue: https://github.com/pyxu-org/pyxu_finufft/issues
