Metadata-Version: 1.1
Name: pyfft
Version: 0.3.8
Summary: FFT library for PyCuda and PyOpenCL
Home-page: http://github.com/Manticore/pyfft
Author: Bogdan Opanchuk
Author-email: mantihor@gmail.com
License: UNKNOWN
Description: PyFFT is a module containing Apple's FFT implementation ported for PyCuda and PyOpenCL.
        Documentation can be found in `doc`, managed by `Sphinx <http://sphinx.pocoo.org>`_
        (or, in rendered form, on `project's page <http://packages.python.org/pyfft>`_).
        
        Module will work even if only one of PyCuda and PyOpenCL is present; that's why they are not
        added to dependencies, and it is your responsibility to install the module you need.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires: mako
Requires: numpy
Provides: pyfft
