File: release_details.py

package info (click to toggle)
pywavelets 0.1.7~svn97-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,408 kB
  • ctags: 1,492
  • sloc: ansic: 3,375; python: 1,910; makefile: 44
file content (40 lines) | stat: -rw-r--r-- 1,289 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#-*- coding: utf-8 -*-

# Release details for package

name         = "PyWavelets"
version      = "0.1.7"
#revision     = "$Revision: 67 $".split()[1]
author       = "Filip Wasilewski"
author_email = "filip.wasilewski@gmail.com"
url          = "http://www.pybytes.com/pywavelets/"
download_url = "http://cheeseshop.python.org/pypi/PyWavelets/"
license      = "MIT"
description  = "PyWavelets, wavelet transform module."
keywords     = ['wavelets', 'scientific', 'NumPy']
platforms    = ['Linux', 'Mac OSX', 'Windows XP/2000/NT']
svn          = "http://wavelets.scipy.org/svn/multiresolution/pywt/trunk"


long_description = \
"""
PyWavelets is a Python wavelet transforms module that can perform:

  * Discrete Wavelet Transform (1D and 2D)
  * Inverse Discrete Wavelet Transform (1D and 2D)
  * Stationary Wavelet Transform
  * Wavelet Packets decomposition and reconstruction

"""

classifiers = [
    'Development Status :: 3 - Alpha',
    'Intended Audience :: Developers',
    'Intended Audience :: Education',
    'Intended Audience :: Science/Research',
    'License :: OSI Approved :: MIT License',
    'Operating System :: OS Independent',
    'Programming Language :: C',
    'Programming Language :: Python',
    'Topic :: Software Development :: Libraries :: Python Modules'
]