Metadata-Version: 2.1
Name: physio
Version: 0.0.1
Summary: Simple python toolbox to analyse physio signals (respi and ECG)
Author-email: Samuel Garcia <sam.garcia.die@gmail.com>
Project-URL: homepage, https://github.com/samuelgarcia/physio
Project-URL: repository, https://github.com/samuelgarcia/physio
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: OS Independent
Requires-Python: <4.0,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# physio

Simple python toolbox to analyse physio signals (respi and ECG)

This toolbox is used in the CMO team from the CRNL.



Installation:

```bash
git clone https://github.com/samuelgarcia/physio.git
cd physio
pip install -e .
```

Update:
```bash
cd physio
git pull origin main
```

Example:
```python
import physio

```


