1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: pywavelets
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol@mornie.org>
Section: python
Priority: optional
Build-Depends:
cython,
debhelper (>= 5.0.38),
python-all-dev (>=2.6.6-3),
python-numpy (>= 1:0.9.8-2),
python-setuptools (>= 0.6b3-1~),
python-sphinx (>= 1.0.7+dfsg)
Standards-Version: 3.9.3
Homepage: http://www.pybytes.com/pywavelets/
X-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pywavelets/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pywavelets/trunk/
Package: python-pywt
Architecture: any
Depends:
${misc:Depends},
${python:Depends},
${shlibs:Depends},
${sphinxdoc:Depends},
python-numpy (>= 1:0.9.8-2)
Provides: ${python:Provides}
Description: Python extension implementing of wavelet transformations
PyWavelets implements the discrete wavelet transform (DWT) popular in
numerical harmonic analysis for numerous families of wavelets, including
Haar, Daubechies, Symlet, Coiflet, biorthogonal wavelets in one and two
dimensions.
|