Python wrapper for reading major bio/physiology data formats (e.g. ECG, PPG, EDA) into a unified accessible interface
Project description
Biobabel : a unified interface for reading diverse physiology file formats
Many different file formats exist for physiology signals such as cardiac (ECG, PPG) or respiratory data. Many packages exist in Python to read these formats but they load into different data structures. This package is a wrapper of sorts for already existing tools providing a unified easy-to-use interface.
Installation
python3 -m pip install biobabel
Install latest development version from Github:
python -m pip install --upgrade "biobabel @ git+https://github.com/florisvanvugt/biobabel"
Documentation
https://biobabel.readthedocs.io/
Physiology dialects
Currently supported dialects for reading are:
- EDF through PyEDFlib
- labstreaminglayer (LSL) XDF (alpha) thanks to pyxdf
- BioPAC Acknowledge (acq) thanks to bioread
- opensignals ("OpenSignals (r)evolution" thanks to opensignalsreader
- Biosemi BDF thanks to pybdf
- Generic CSV (where CSV delimiter is automatically inferred and the time column is guessed as well)
- Brams-Bio-Box (in-house format, even though the Generic-CSV functionality should take care of this now)
- hdphysio5 thanks to hdphysio5
- TeensyECG (in-house format)
Development version
Install locally:
pip install .
and editable:
pip install -e .
Testing
To run the included tests, simply install the package and then run the following command from the root:
pytest
Support
If you have a question or would like to contribute, please see the Contributing to biobabel section.
Citation
Please cite this work if you use it:
- van Vugt, F.T. (2025). Biobabel: Python package for reading major bio/physiology data formats. https://doi.org/10.5281/zenodo.15453402
Thank you!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file biobabel-1.1.0.tar.gz.
File metadata
- Download URL: biobabel-1.1.0.tar.gz
- Upload date:
- Size: 37.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afbd57e2617ebb7a1cd771d94abf0620baebc05df342a80bff5ac771a7c6086f
|
|
| MD5 |
785326a76efc2304c45c016823f67f9f
|
|
| BLAKE2b-256 |
ecb02567d63c188837731b911475b048fe74158fe4cd837df127a91ea528b4be
|
File details
Details for the file biobabel-1.1.0-py3-none-any.whl.
File metadata
- Download URL: biobabel-1.1.0-py3-none-any.whl
- Upload date:
- Size: 39.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15d3b9e338818c168236e48ad2fc5eee0a1648f61acdb161440b311d31327d5d
|
|
| MD5 |
ed7bd9b6cf240390f2c05be80d09fc3d
|
|
| BLAKE2b-256 |
a8addd91d0cb70d90236e284668e1eb1f5bc24ff3191b9cd86fbcbc20f003da9
|