Metadata-Version: 1.1
Name: cwave
Version: 1.0
Summary: cwave
Home-page: UNKNOWN
Author: Davide Albanese
Author-email: davide.albanese@fmach.it
License: GPLv3
Description: cwave - Continous Wavelet Transform (CWT) library
        =================================================
        
        cwave is a Python2/3 library implementing the Continuous Wavelet Transform (CWT)
        using FFT as in `A Practical Guide to Wavelet Analysis` by C. Torrence and G.P.
        Compo. cwave is an open-source, GPLv3-licensed software.
        
        .. image:: https://travis-ci.org/compbio-fmach/cwave.png?branch=master
          :target: https://travis-ci.org/compbio-fmach/cwave
        
        .. image:: https://readthedocs.org/projects/cwave/badge/?version=latest
          :target: http://cwave.readthedocs.io/en/latest/?badge=latest
          :alt: Documentation Status
        
        * `Homepage and documentation <http://cwave.readthedocs.io>`_
        * `Issues <https://github.com/compbio-fmach/cwave/issues>`_
        * `Github page <https://github.com/compbio-fmach/cwave>`_
        
        Financial Contributions
        ^^^^^^^^^^^^^^^^^^^^^^^
        `Computational Biology Unit - Research and Innnovation Center at Fondazione
        Edmund Mach <http://www.fmach.it/eng>`_
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
