File: PKG-INFO

package info (click to toggle)
python-fftw 0.2.2-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,008 kB
  • ctags: 98
  • sloc: python: 910; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Metadata-Version: 1.1
Name: PyFFTW3
Version: 0.2.2
Summary: PyFFTW: Python bindings to the FFTW3 C-library
Home-page: www.launchpad.net/pyfftw
Author: Jochen Schroeder
Author-email: cycomanic@gmail.com
License: GPL v3
Description: PyFFTW provieds Python bindings to the FFTW3  "Fastest Fourier Transform in 
        the West." C-library(http://www.fftw.org/) for computing discrete Fourier 
        transforms. It uses numpy and ctypes and includes a somewhat pythonic interface
        to the FFTW routines, but leaves the concept of creating plans and executing 
        these plans intact.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering