Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mit-lcp/physionet

A collection of tools for working with the PhysioNet repository.
https://github.com/mit-lcp/physionet

Last synced: about 2 months ago
JSON representation

A collection of tools for working with the PhysioNet repository.

Awesome Lists containing this project

README

        

# PhysioNet

A collection of tools for working with the [PhysioNet](http://physionet.org/) repository.

## Installation

```bash
pip install physionet
```

## Usage

```python
import physionet as pn

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

# List all datasets
pn.list_datasets()
```