Metadata-Version: 1.1
Name: nfft
Version: 0.1
Summary: nfft: pure-python nonuniform fast Fourier transform
Home-page: http://github.com/jakevdp/nfft/
Author: Jake VanderPlas
Author-email: jakevdp@uw.edu
License: MIT
Description: 
        
        nfft
        ====
        nfft is a pure-python implementation of the nonuniform fast Fourier transform.
        Its performance is comparable to that of [pynfft](https://pypi.python.org/pypi/pyNFFT),
        but it contains no compiled code and requires no links to external C libraries:
        it depends only on [numpy](http://numpy.org) and [scipy](http://scipy.org).
        
        For more information and links to usage examples, please see the
        repository README_.
        
        .. _README: https://github.com/jakevdp/nfft/blob/master/README.md
        
        License
        =======
        ``nfft`` is licensed under the terms of the MIT license. See the file
        "LICENSE" for information on the history of this software, terms & conditions
        for usage, and a DISCLAIMER OF ALL WARRANTIES.
        
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires: numpy
Requires: scipy
Requires: pytest
