Metadata-Version: 2.0
Name: pdkit
Version: 0.2.12
Summary: Parkinson`s Disease Kit
Home-page: https://github.com/pdkit/pdkit
Author: Joan S. Pons
Author-email: joan@dcs.bbk.ac.uk
License: MIT
Keywords: parkinson`s disease kit
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: PyWavelets

.. image:: https://circleci.com/gh/pdkit/pdkit.svg?style=shield
    :target: https://circleci.com/gh/pdkit/pdkit

.. image:: https://readthedocs.org/projects/pdkit/badge/
    :target: https://pdkit.readthedocs.org

To use, simply do::

    >>> import pdkit
    >>> tp = pdkit.TremorProcessor()
    >>> data_frame = tp.load_data(filename)
    >>> tp.process(dat_frame)



