Tools to load and process electrocardiogram data.
Project description
ecghelper
A utility package for working with electrocardiograms, particularly 12-lead electrocardiograms.
Quickstart
pip install ecghelper
Development
Assuming conda
or mamba
are available in the shell, you can create a virtual environment for package development as follows.
conda create -y -n ecghelper "python>=3.9"
conda activate ecghelper
pip install ecghelper[dev]
If you are using zsh
, you will need to escape the square brackets, i.e.:
pip install ecghelper\[dev\]
Converting functions
Debug - directly call the entry point.
python -m pdb src/ecghelper/__main__.py convert -i 82000.xml -f xml -o 82000_wfdb -t wfdb
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
ecghelper-0.7.0.tar.gz
(4.1 MB
view details)
Built Distribution
ecghelper-0.7.0-py3-none-any.whl
(11.2 kB
view details)
File details
Details for the file ecghelper-0.7.0.tar.gz
.
File metadata
- Download URL: ecghelper-0.7.0.tar.gz
- Upload date:
- Size: 4.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b95d11bbadd0526a43b23e833be9d801cb2632c19f44e412b5ce736a9592fae |
|
MD5 | 9e7dea31699e01466f03906cc637a486 |
|
BLAKE2b-256 | c424fa192d8f6972da3937668c3cc4067d290654ad3978a4e063067ef7acb318 |
File details
Details for the file ecghelper-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: ecghelper-0.7.0-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdda8db47d1d517ca875b3dc8e4225280c4ef5c8f4cc4b4cf376260d650d1953 |
|
MD5 | 333c5b98c5a62ec56c11bcd7047ef894 |
|
BLAKE2b-256 | 17417cf5b957f9caa6ad4103735fde864b58ac9cd31cffdaf25c30abc9d8a550 |