Metadata-Version: 1.1
Name: ZigZag
Version: 0.2.2
Summary: Package for finding peaks and valleys of time series.
Home-page: https://github.com/jbn/ZigZag
Author: John Bjorn Nelson
Author-email: jbn@abreka.com
License:  BSD-3-Clause
Description: .. image:: https://travis-ci.org/jbn/ZigZag.svg?branch=master
            :target: https://travis-ci.org/jbn/ZigZag
        .. image:: https://ci.appveyor.com/api/projects/status/69kj3prrrieyp8q2/branch/master?svg=true
            :target: https://ci.appveyor.com/project/jbn/ZigZag/branch/master 
        .. image:: https://img.shields.io/pypi/dm/ZigZag.svg
            :target: https://pypi.python.org/pypi/ZigZag
        .. image:: https://coveralls.io/repos/github/jbn/ZigZag/badge.svg?branch=master
            :target: https://coveralls.io/github/jbn/ZigZag?branch=master 
        .. image:: https://img.shields.io/pypi/v/ZigZag.svg
            :target: https://pypi.python.org/pypi/ZigZag
        .. image:: https://img.shields.io/pypi/pyversions/ZigZag.svg
            :target: https://pypi.python.org/pypi/ZigZag
        
        
        ======
        ZigZag
        ======
        
        ZigZag provides functions for identifying the peaks and valleys of a time
        series. Additionally, it provides a function for computing the maximum drawdown.
        
        For fastest understanding, `view the IPython notebook demo tutorial <https://github.com/jbn/ZigZag/blob/master/zigzag_demo.ipynb>`_.
        
        Contributing
        ------------
        This is an admittedly small project. Still, if you have any contributions, 
        please `fork this project on github <https://github.com/jbn/ZigZag>`_ and
        send me a pull request. You can email me, 
        `John B Nelson <http://blog.johnbnelson.com/>`_, at 
        `jbn@pathdependent.com <mailto:jbn@pathdependent.com>`_ with any questions. 
        
Keywords: statistics,time series,switchpoints
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
