Metadata-Version: 2.1
Name: pcg_springer_features
Version: 0.2
Summary: Tools for Computation of Springer's Features from Phonocardiogram (PCG).
Home-page: https://github.com/DeepPSP/pcg_springer_features
Author: DeepPSP
Author-email: wenh06@gmail.com
License: MIT
Description: # pcg_springer_features
        
        Computation of Springer's Features from Phonocardiogram (PCG)
        
        ![format-check](https://github.com/DeepPSP/pcg_springer_features/actions/workflows/check-formatting.yml/badge.svg)
        ![pytest](https://github.com/DeepPSP/pcg_springer_features/actions/workflows/run-pytest.yml/badge.svg)
        [![codecov](https://codecov.io/gh/DeepPSP/pcg_springer_features/branch/master/graph/badge.svg?token=LIML5LHY3Q)](https://codecov.io/gh/DeepPSP/pcg_springer_features)
        ![PyPI](https://img.shields.io/pypi/v/pcg_springer_features?style=flat-square)
        ![downloads](https://img.shields.io/pypi/dm/pcg_springer_features?style=flat-square)
        
        A part (feature extraction) of the [original Matlab code](https://physionet.org/content/hss/1.0/) is re-implemented using Python.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
