Fixed database typo and removed unnecessary class identifier.
This commit is contained in:
parent
00ad49a143
commit
45fb349a7d
5098 changed files with 952558 additions and 85 deletions
|
@ -0,0 +1 @@
|
|||
pip
|
20
venv/Lib/site-packages/PyWavelets-1.1.1.dist-info/LICENSE
Normal file
20
venv/Lib/site-packages/PyWavelets-1.1.1.dist-info/LICENSE
Normal file
|
@ -0,0 +1,20 @@
|
|||
Copyright (c) 2006-2012 Filip Wasilewski <http://en.ig.ma/>
|
||||
Copyright (c) 2012-2019 The PyWavelets Developers <https://github.com/PyWavelets/pywt>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||
of the Software, and to permit persons to whom the Software is furnished to do
|
||||
so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -0,0 +1,10 @@
|
|||
The PyWavelets repository and source distributions bundle some code that is
|
||||
adapted from compatibly licensed projects. We list these here.
|
||||
|
||||
Name: NumPy
|
||||
Files: pywt/_pytesttester.py
|
||||
License: 3-clause BSD
|
||||
|
||||
Name: SciPy
|
||||
Files: setup.py, util/*
|
||||
License: 3-clause BSD
|
47
venv/Lib/site-packages/PyWavelets-1.1.1.dist-info/METADATA
Normal file
47
venv/Lib/site-packages/PyWavelets-1.1.1.dist-info/METADATA
Normal file
|
@ -0,0 +1,47 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: PyWavelets
|
||||
Version: 1.1.1
|
||||
Summary: PyWavelets, wavelet transform module
|
||||
Home-page: https://github.com/PyWavelets/pywt
|
||||
Maintainer: The PyWavelets Developers
|
||||
Maintainer-email: pywavelets@googlegroups.com
|
||||
License: MIT
|
||||
Download-URL: https://github.com/PyWavelets/pywt/releases
|
||||
Keywords: wavelets,wavelet transform,DWT,SWT,CWT,scientific
|
||||
Platform: Windows
|
||||
Platform: Linux
|
||||
Platform: Solaris
|
||||
Platform: Mac OS-X
|
||||
Platform: Unix
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Intended Audience :: Education
|
||||
Classifier: Intended Audience :: Science/Research
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: C
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.5
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Requires-Python: >=3.5
|
||||
Requires-Dist: numpy (>=1.13.3)
|
||||
|
||||
PyWavelets is a Python wavelet transforms module that includes:
|
||||
|
||||
* nD Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)
|
||||
* 1D and 2D Forward and Inverse Stationary Wavelet Transform (Undecimated Wavelet Transform)
|
||||
* 1D and 2D Wavelet Packet decomposition and reconstruction
|
||||
* 1D Continuous Wavelet Tranfsorm
|
||||
* Computing Approximations of wavelet and scaling functions
|
||||
* Over 100 built-in wavelet filters and support for custom wavelets
|
||||
* Single and double precision calculations
|
||||
* Real and complex calculations
|
||||
* Results compatible with Matlab Wavelet Toolbox (TM)
|
||||
|
||||
|
103
venv/Lib/site-packages/PyWavelets-1.1.1.dist-info/RECORD
Normal file
103
venv/Lib/site-packages/PyWavelets-1.1.1.dist-info/RECORD
Normal file
|
@ -0,0 +1,103 @@
|
|||
PyWavelets-1.1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
PyWavelets-1.1.1.dist-info/LICENSE,sha256=a2SvaoF5ToW2wxUg0EL0TSnDF-WpJM8tD1K8YnhC8SY,1171
|
||||
PyWavelets-1.1.1.dist-info/LICENSES_bundled.txt,sha256=2ahHJgofMijcqSeHR3D5M9hIh8fsFcy7Xg_dy_UHH_8,264
|
||||
PyWavelets-1.1.1.dist-info/METADATA,sha256=zn0hwdCtZDo4eqRBJk3RB0VugMBR7-4hvg00HCHvTTk,1902
|
||||
PyWavelets-1.1.1.dist-info/RECORD,,
|
||||
PyWavelets-1.1.1.dist-info/WHEEL,sha256=BWBcgVHkeAa2gX50hi5tpUL8dDP1yeySqXAVuaCx3Jw,102
|
||||
PyWavelets-1.1.1.dist-info/top_level.txt,sha256=j3eDFZWsDkiyrSwsdc1H0AjhXkTzsuJLSx-blZUoOVo,5
|
||||
pywt/__init__.py,sha256=ECk0-vyIl8HiSSWqfq8v-JHcxG8RIAMHk-XtS5Jv9y4,1119
|
||||
pywt/__pycache__/__init__.cpython-36.pyc,,
|
||||
pywt/__pycache__/_c99_config.cpython-36.pyc,,
|
||||
pywt/__pycache__/_cwt.cpython-36.pyc,,
|
||||
pywt/__pycache__/_doc_utils.cpython-36.pyc,,
|
||||
pywt/__pycache__/_dwt.cpython-36.pyc,,
|
||||
pywt/__pycache__/_functions.cpython-36.pyc,,
|
||||
pywt/__pycache__/_multidim.cpython-36.pyc,,
|
||||
pywt/__pycache__/_multilevel.cpython-36.pyc,,
|
||||
pywt/__pycache__/_pytest.cpython-36.pyc,,
|
||||
pywt/__pycache__/_pytesttester.cpython-36.pyc,,
|
||||
pywt/__pycache__/_swt.cpython-36.pyc,,
|
||||
pywt/__pycache__/_thresholding.cpython-36.pyc,,
|
||||
pywt/__pycache__/_utils.cpython-36.pyc,,
|
||||
pywt/__pycache__/_wavelet_packets.cpython-36.pyc,,
|
||||
pywt/__pycache__/conftest.cpython-36.pyc,,
|
||||
pywt/__pycache__/version.cpython-36.pyc,,
|
||||
pywt/_c99_config.py,sha256=JBOPLzZKq3ZbCUpPiE-dKVFGD2U37qUn_Ulpg9z73GI,83
|
||||
pywt/_cwt.py,sha256=Zd1tNB-Jk_X046lPtILEi6-zwMwVU0flJ6IvlWPi8RI,7713
|
||||
pywt/_doc_utils.py,sha256=sHsQirfmNDWhT1qCWEVcliAx765nRH9g2vBNaGVOgrY,5823
|
||||
pywt/_dwt.py,sha256=pZYIXWstEnPaDV13fA2eqCM-I1iFN054LaLXkPB6Q9I,17223
|
||||
pywt/_extensions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
pywt/_extensions/__pycache__/__init__.cpython-36.pyc,,
|
||||
pywt/_extensions/_cwt.cp36-win32.pyd,sha256=-28PHHSJJiokd7hdN56JBmxaCzj1IOVwS__ezxK_OUQ,222208
|
||||
pywt/_extensions/_dwt.cp36-win32.pyd,sha256=EBtLb_UF21L_8EqNGfozMkPe7tQEIElVli4upnsvZuI,239616
|
||||
pywt/_extensions/_pywt.cp36-win32.pyd,sha256=q7pbhoV4r4DF6PYv0OYzUxZ5J6IdT81vR02Uis0GbD4,340992
|
||||
pywt/_extensions/_swt.cp36-win32.pyd,sha256=gGg4ziSk5tRB8q7gEof8Q65lUSi-Xn0eu9H9ziYy7jk,176128
|
||||
pywt/_functions.py,sha256=hvOQb4tn01j1s5_lNhbBBoCMeOvF1_3Q9mt0aEA1bI8,6999
|
||||
pywt/_multidim.py,sha256=xi_MS2wzyVJ1xfC9u2s8NKi3UDjQs1i1Xk34LLH2OVU,11320
|
||||
pywt/_multilevel.py,sha256=WES31sLveRtDIx-Uu_Th0fVn2FlgmShxmerUzgrAhjg,56551
|
||||
pywt/_pytest.py,sha256=yhHxov-VTpcokrHgfzZvYjMwpTQdDdiWTJUrbmJ2IxU,2513
|
||||
pywt/_pytesttester.py,sha256=bA2LQRmWoibTXD5ggR7FSFbrKt6IEO6-opG4ONiBCGw,4903
|
||||
pywt/_swt.py,sha256=Yq6LxbHXgNd9Zs1WWd0YokZpYUEbdccN1cGi0IVGcc8,29365
|
||||
pywt/_thresholding.py,sha256=74opJmTHL5ssbBRiQqir3cmrk4ZRg0ouWTcQ5cp1-Sc,8793
|
||||
pywt/_utils.py,sha256=gbcji_MoFHOZg94yq7qHU77eyAl6exTeVmWetntkwTM,3484
|
||||
pywt/_wavelet_packets.py,sha256=lPVfFw4R1WiRSueMI_TDsHQZJuES9VImr51ajYUzsfc,24641
|
||||
pywt/conftest.py,sha256=cfdJT7ucDVr1E_2Zcl2wdjNQC-dyQW2IF6L21CCcN0E,143
|
||||
pywt/data/__init__.py,sha256=qoDFVHX0RNi91n3UwC7UwYU3UGzbgdGD2OCH9zGJ8mo,96
|
||||
pywt/data/__pycache__/__init__.cpython-36.pyc,,
|
||||
pywt/data/__pycache__/_readers.cpython-36.pyc,,
|
||||
pywt/data/__pycache__/_wavelab_signals.cpython-36.pyc,,
|
||||
pywt/data/__pycache__/create_dat.cpython-36.pyc,,
|
||||
pywt/data/_readers.py,sha256=PSkP5ejSNiHCtZkvv8xwjOVznIo_p-hixsq_oF_UloQ,4530
|
||||
pywt/data/_wavelab_signals.py,sha256=7ay4VKhYkMsdrmrMm_FeBKrewzGzrwuoy6sO_RkR8vY,9476
|
||||
pywt/data/aero.npz,sha256=34YmNXmLrJQia4ko8iTajO-LDQBJLB_fSPrG36-XqUs,227784
|
||||
pywt/data/ascent.npz,sha256=ptVryOllcdYSTzTO3rpJ8dNZlQf2yJCtm6U4VERU6Pc,170883
|
||||
pywt/data/camera.npz,sha256=CfIDuSct94Yvk3GR4d897-G0VSeL6SG3omdrbmaGyoA,160418
|
||||
pywt/data/create_dat.py,sha256=8BsF3dCoixafNSi5jxZnHdvK69FTH6dIGNJNIlv6c60,625
|
||||
pywt/data/ecg.npy,sha256=iS9GVe4jRwWTxs8c4X8Of0f2ywMBJKkvVQ5bFyrUPTk,4176
|
||||
pywt/data/sst_nino3.npz,sha256=-vMX2TEULdISSSkMpmevDecdiZ5_I4Zk3zC2xB0Qz1c,64200
|
||||
pywt/tests/__pycache__/test__pywt.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_concurrent.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_cwt_wavelets.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_data.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_deprecations.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_doc.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_dwt_idwt.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_functions.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_matlab_compatibility.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_matlab_compatibility_cwt.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_modes.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_multidim.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_multilevel.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_perfect_reconstruction.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_swt.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_thresholding.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_wavelet.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_wp.cpython-36.pyc,,
|
||||
pywt/tests/__pycache__/test_wp2d.cpython-36.pyc,,
|
||||
pywt/tests/data/__pycache__/generate_matlab_data.cpython-36.pyc,,
|
||||
pywt/tests/data/__pycache__/generate_matlab_data_cwt.cpython-36.pyc,,
|
||||
pywt/tests/data/cwt_matlabR2015b_result.npz,sha256=FA1Tx-q_1k74bb7yERH_lq4hgZEVwdNP3RVm8lu-_Zw,1819506
|
||||
pywt/tests/data/dwt_matlabR2012a_result.npz,sha256=H3zj71AxK1VbM7HZArX5El_qnfH_LLHAlVWj9eLhMmM,3590870
|
||||
pywt/tests/data/generate_matlab_data.py,sha256=Spz3yi0kYJF9B1-nDTHhRDBwRexvyjoCT3iuNx7T4xc,3957
|
||||
pywt/tests/data/generate_matlab_data_cwt.py,sha256=wjHsR_qTcU9WTI1CmSNam-AM-d0Aomb5emDWlAH8XTU,3248
|
||||
pywt/tests/data/wavelab_test_signals.npz,sha256=-cx0ne9JdTcq6LiKBacjM_0_En72TAiKvvFUW1yiZYE,184818
|
||||
pywt/tests/test__pywt.py,sha256=3xnBENJo0WXpuWikaV7NnFBGBjXyw4rcRRAxXe84b2w,5469
|
||||
pywt/tests/test_concurrent.py,sha256=nPh_HttsDnfg4dhgvFaTAqYXLPPHI3XZ7R4BIjG0nKo,3987
|
||||
pywt/tests/test_cwt_wavelets.py,sha256=qpYl6p5c2lzZ15eZ6P3Iv6TJUkw74bGSLePZnrsOoT0,12745
|
||||
pywt/tests/test_data.py,sha256=GmX-UBvs9xGvtGS7VmzdbLkIZX198ObgDpL8kSzZNNU,2266
|
||||
pywt/tests/test_deprecations.py,sha256=gmMe6YE9scXBrw7liZAloqtc6woX87_c36jXfgrBAXo,2220
|
||||
pywt/tests/test_doc.py,sha256=vgJpPxuFQdeXBwKiiYecQVNB49Rj6yhulHZTa8D8rIE,622
|
||||
pywt/tests/test_dwt_idwt.py,sha256=ijmugjSVra-IfCC37YSL2tuxomyug24_tl091QRZT8Q,10052
|
||||
pywt/tests/test_functions.py,sha256=Fpbk9V7j4cFBOwNtivGd5jnTw_SJ4OfblmieE_DSIsE,1163
|
||||
pywt/tests/test_matlab_compatibility.py,sha256=ldfngu7e2DdJv-vtTkCOhkJ8AbDIGFxXT2y23_g5Odw,5885
|
||||
pywt/tests/test_matlab_compatibility_cwt.py,sha256=Js-ZFE8eJUQo0TYKpYi9IR3qazqi1aZiSADSwmBbxA0,6283
|
||||
pywt/tests/test_modes.py,sha256=_cwJtc-vSJAg15hmDxBmq-JRmCndEivcNEom4ZW2W_Y,4848
|
||||
pywt/tests/test_multidim.py,sha256=FInykgFTbXZ0mzHm5HfHBRhncb4QAcolfEoYT1pXxpU,14933
|
||||
pywt/tests/test_multilevel.py,sha256=R3ApQ1lZCGIOKqw8zuZvP767P0BT9s1KS_tuGe8ba-w,39025
|
||||
pywt/tests/test_perfect_reconstruction.py,sha256=QMI18bJicfjhX65eMf1QaZM_UEwCbT6gwISOgS0CRHg,1795
|
||||
pywt/tests/test_swt.py,sha256=fqwfZUyIK4bcYvg3xD0m2PPhm9Q6gzXFJdHCp-mo8jE,24812
|
||||
pywt/tests/test_thresholding.py,sha256=tH8X6uqRvqhK0Z2clfvPCpKIpiLdg8eUhO1I4nwj2SQ,6533
|
||||
pywt/tests/test_wavelet.py,sha256=Y6oJVwzDVs-2d_P_2vZ_p-o2dGdCrnnNxDqxTdzueBM,11182
|
||||
pywt/tests/test_wp.py,sha256=9fiX7vji0IjVmMxAOfeNPPftofkZ_ukZgRS7xoautqE,6467
|
||||
pywt/tests/test_wp2d.py,sha256=i_88DQBs7ifk0DpMdVrA8TGQ82kdSSyOkT1vTxBye2k,6791
|
||||
pywt/version.py,sha256=k2yck5B2J4aCLbxes1bQGIG_8fN-CKfZuMWTggV4Wq8,243
|
5
venv/Lib/site-packages/PyWavelets-1.1.1.dist-info/WHEEL
Normal file
5
venv/Lib/site-packages/PyWavelets-1.1.1.dist-info/WHEEL
Normal file
|
@ -0,0 +1,5 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.33.6)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp36-cp36m-win32
|
||||
|
|
@ -0,0 +1 @@
|
|||
pywt
|
Loading…
Add table
Add a link
Reference in a new issue