/physionet

A collection of tools for working with the PhysioNet repository.

Primary LanguagePythonMIT LicenseMIT

PhysioNet

A collection of tools for working with the PhysioNet repository.

Installation

pip install physionet

Usage

import physionet as pn

# Download a dataset
pn.download('ptbdb', 'data/ptbdb')

# List all datasets
pn.list_datasets()