https://github.com/nigma/pywt
Raw File
Tip revision: 035e1fa14c2cd70ca270da20b1523e834a7ae635 authored by Filip Wasilewski on 29 July 2015, 18:25:19 UTC
Update readme to indicate https://github.com/PyWavelets as the new project home
Tip revision: 035e1fa
.gitignore
*.py[co]
*.pyd

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

# Translations
*.mo

# Editors
.idea

# Project working files
_pywt.[ch]
c_wt.pxd
convolution.[ch]
wavelets.[ch]
wavelets_coeffs.h
wt.[ch]
back to top