Metadata-Version: 2.4
Name: biotechpy
Version: 0.1.1
License-Expression: MIT
Keywords: ECG,QRS detection
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Dynamic: license-file

BioTechPy
---------
A library that currently provides a single function for QRS complex detection.

Download
--------
```python
pip install biotechpy
```

Requirements
------------
NumPy, SciPy, Matplotlib.

Example
-------
```python
import biotechpy
QRS_coords = biotechpy.qrs_detection_pantompkins1985(signal, fs, True)
```
