1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: pywavelets
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>, Ondrej Certik <ondrej@certik.cz>
Section: python
Priority: optional
Build-Depends: debhelper (>= 5.0.38), python (>= 2.3.5-11), python-all-dev, python-central (>= 0.6.1),
python-setuptools (>= 0.6b3-1~), python-numpy (>= 1:0.9.8-2)
Standards-Version: 3.8.0
Homepage: http://www.pybytes.com/pywavelets/
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pywavelets/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/?op=log
XS-DM-Upload-Allowed: yes
Package: python-pywt
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy (>= 1:0.9.8-2)
XB-Python-Version: ${python:Versions}
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.
|