Metadata-Version: 1.1
Name: nfft-cffi
Version: 0.2
Summary: Python interface to the NFFT library
Home-page: https://github.com/ghisvail/nfft-cffi
Author: Ghislain Antony Vaillant
Author-email: ghisvail@gmail.com
License: BSD
Description: nfft-cffi
        =========
        
        **nfft-cffi** is a `CFFI`_-based interface to the `NFFT`_, a library for
        computing the non-uniform Fourier transform using a fast algorithm.
        
        The **nfft-cffi** source code is released under the terms of the `new BSD
        license <https://opensource.org/licenses/BSD-3-Clause>`_. A separate
        installation of the NFFT library is required. The NFFT library is licensed
        under the `GPL version 2 or later
        <http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html>`_.
        
        .. _CFFI: https://cffi.readthedocs.org/
        .. _NFFT: https://www-user.tu-chemnitz.de/~potts/nfft/
Keywords: dft nfft
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
